# -------------------------------------------------------- # Welcome to the gtranslator-automake-autoconf Wonderland! # -------------------------------------------------------- SUBDIRS = pixmaps INCLUDES = \ -I$(top_srcdir) \ -I$(includedir) \ -DGNOMELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \ -DPREFIX=\""$(prefix)"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DDATADIR=\""$(datadir)"\" \ -DLIBDIR=\""$(libdir)"\" \ $(GTRANSLATOR_CFLAGS) \ $(GTKSPELL_CFLAGS) \ $(DEPRECATED_FLAGS) \ -DG_LOG_DOMAIN=\""$(PACKAGE)"\" \ -DSCHEMESDIR=\""$(datadir)"/gtranslator/colorschemes\" \ -DSCRIPTSDIR=\""$(datadir)"/gtranslator/scripts\" \ -DWINDOW_ICON=\""$(datadir)"/pixmaps/gtranslator.png\" bin_PROGRAMS = gtranslator gtranslator_SOURCES = \ about.c about.h \ actions.c actions.h \ bookmark.c bookmark.h \ color-schemes.c color-schemes.h \ comment.c comment.h \ dialogs.c dialogs.h \ dnd.c dnd.h \ find.c find.h \ gui.c gui.h \ header_stuff.c header_stuff.h \ history.c history.h \ languages.c languages.h \ learn.c learn.h \ main.c \ menus.c menus.h \ message.c message.h \ messages-table.c messages-table.h \ nautilus-string.c nautilus-string.h \ open.c open.h \ parse.c parse.h \ preferences.c preferences.h \ prefs.c prefs_init.c prefs.h \ replace.c replace.h \ runtime-config.c runtime-config.h \ save.c save.h \ session.c session.h \ sighandling.c sighandling.h \ stylistics.c stylistics.h \ translator.c translator.h \ undo.c undo.h \ update.c \ utils.c utils.h \ utils_gui.c utils_gui.h \ vfs-handle.c vfs-handle.h gtranslator_LDADD = \ $(INTLLIBS) \ $(GTRANSLATOR_LIBS) \ $(GTKSPELL_LIBS) EXTRA_DIST = ChangeLog