## Process this file with automake to produce Makefile.in INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @PACKAGE_CFLAGS@ bin_PROGRAMS = cog cog_SOURCES = \ main.c \ callbacks.c callbacks.h \ gconf-convenience.c gconf-convenience.h \ setup-widgets.c setup-widgets.h \ setup-gnomeui.c setup-gnomeui.h \ setup-panel.c setup-panel.h \ setup-galeon-general.c setup-galeon-general.h \ setup-nautilus.c setup-nautilus.h \ setup-epiphany.c setup-epiphany.h \ setup-metacity.c setup-metacity.h \ setup-themecolors.c setup-themecolors.h \ gtkrc-util.c gtkrc-util.h \ debug.c debug.h cog_LDADD = @PACKAGE_LIBS@