bin_PROGRAMS = gphpedit INCLUDES = \ $(GPHPEDIT_CFLAGS) \ -I$(top_srcdir)/src/gtkscintilla2 -g -Wall -DGTK -DSCI_LEXER nodist_EXTRA_gphpedit_SOURCES = dummy.cxx gphpedit_SOURCES = \ calltip.c \ calltip.h \ classbrowser.c \ classbrowser.h \ classbrowser_parse.c \ classbrowser_parse.h \ edit_template.c \ edit_template.h \ find_replace.c \ find_replace.h \ gphpedit_ipc.c \ gphpedit_ipc.h \ grel2abs.c \ grel2abs.h \ plugin.c \ plugin.h \ main.c \ main.h \ main_window.c \ main_window.h \ main_window_callbacks.c \ main_window_callbacks.h \ main_window_menu.h \ preferences.c \ preferences.h \ preferences_dialog.c \ preferences_dialog.h \ syntax_check.c \ syntax_check.h \ tab.c \ tab.h \ tab_cxx.c \ tab_cxx.h \ tab_css.c \ tab_css.h \ tab_perl.c \ tab_perl.h \ tab_php.c \ tab_php.h \ tab_python.c \ tab_python.h \ tab_sql.c \ tab_sql.h \ tab_util.c \ tab_util.h \ templates.c \ templates.h gtkscintilla2/libgtkscintilla2.a: cd gtkscintilla2 && make libgtkscintilla2.a && cd .. gphpedit_LDADD = \ $(GPHPEDIT_LIBS)\ gtkscintilla2/libgtkscintilla2.a\ gtkscintilla2/scintilla/bin/scintilla.a