Mercurial > vba-linux
comparison src/gtk/Makefile.am @ 1:f9f4f1b99eed
importing src directory
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:31:27 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:8ced16adf2e1 | 1:f9f4f1b99eed |
---|---|
1 SUBDIRS = images | |
2 | |
3 bin_PROGRAMS = gvba | |
4 | |
5 noinst_LIBRARIES = libgvba.a | |
6 | |
7 gvba_SOURCES = \ | |
8 configfile.cpp \ | |
9 configfile.h \ | |
10 filters.cpp \ | |
11 filters.h \ | |
12 input.cpp \ | |
13 input.h \ | |
14 intl.h \ | |
15 joypadconfig.cpp \ | |
16 joypadconfig.h \ | |
17 main.cpp \ | |
18 menuitem.h \ | |
19 screenarea.cpp \ | |
20 screenarea.h \ | |
21 sigccompat.h \ | |
22 system.cpp \ | |
23 tools.cpp \ | |
24 tools.h \ | |
25 windowcallbacks.cpp \ | |
26 window.cpp \ | |
27 window.h | |
28 | |
29 gvba_LDADD = libgvba.a @VBA_LIBS@ @GTKMM_LIBS@ @LIBINTL@ @SDL_LIBS@ | |
30 | |
31 gvba_DEPENDENCIES = libgvba.a @VBA_LIBS@ | |
32 | |
33 gvba_CPPFLAGS = \ | |
34 -DPKGDATADIR=\"$(pkgdatadir)\" \ | |
35 -DLOCALEDIR=\"$(datadir)/locale\" \ | |
36 -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \ | |
37 $(GTKMM_CPPFLAGS) | |
38 | |
39 gvba_CXXFLAGS = @GTKMM_CFLAGS@ @SDL_CFLAGS@ | |
40 | |
41 libgvba_a_SOURCES = \ | |
42 ../AutoBuild.h \ | |
43 ../NLS.h \ | |
44 ../Port.h | |
45 | |
46 libgvba_a_CPPFLAGS = -DSDL | |
47 | |
48 libgvba_a_CXXFLAGS = -fno-exceptions | |
49 | |
50 dist_pkgdata_DATA = vba.glade |