## Process this file with automake to produce Makefile.in bin_PROGRAMS = gxmame gxmame_SOURCES = \ common.c common.h \ gxmame.c gxmame.h \ interface.c interface.h \ callbacks.c callbacks.h \ io.c io.h \ game_list.h game_list.c \ game_options.h game_options.c \ mameio.c \ gui.c gui.h \ progression_window.c progression_window.h \ directories.c directories.h \ about.c about.h \ audit.c audit.h \ properties.c properties.h \ options.c options.h \ options_string.c options_string.h \ gtkjoy.c gtkjoy.h \ gui_prefs.c gui_prefs.h \ column_layout.c column_layout.h \ unzip.c unzip.h \ keyboard.c keyboard.h \ network_game.h network_game.c \ xmame_options.h xmame_options.c \ xmame_executable.h xmame_executable.c gxmame_LDADD = @GTK_LIBS@ $(INTLLIBS) AM_CPPFLAGS = $(GTK_CFLAGS) \ -DDATADIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\"