Removed silencing of gtk warning logs from gtk3.22-client.
[freeciv.git] / client / gui-xaw / Makefile.am
blobbdbc99eb4075012dfc2431b721f053fbe7f46117
1 ## Process this file with automake to produce Makefile.in
3 noinst_LTLIBRARIES = libgui-xaw.la
4 AM_CPPFLAGS = -I. -I$(srcdir)/.. -I$(srcdir)/../include -I$(top_srcdir)/utility \
5         -I$(top_srcdir)/common -I$(top_srcdir)/common/aicore -I$(srcdir)/../agents \
6         $(gui_xaw_cflags) $(SOUND_CFLAGS)
8 # The AM_CPPFLAGS "-I." is so resources.c includes the locally generated 
9 # Freeciv.h in the builddir, in preference to the one 
10 # in the source dir (when compiling from another dir). --dwp
12 BUILT_SOURCES = Freeciv.h
13 CLEANFILES = Freeciv.h
15 Freeciv.h: $(top_builddir)/data/Freeciv
16         echo '/**************************************************/' > Freeciv.h
17         echo '/* DO NOT EDIT THIS FILE, EDIT ../../data/Freeciv */' >> Freeciv.h
18         echo '/**************************************************/' >> Freeciv.h
19         $(srcdir)/ad2c $(top_builddir)/data/Freeciv >> Freeciv.h
21 libgui_xaw_la_DEPENDENCIES = ad2c
22 libgui_xaw_la_LIBADD = -lm
24 libgui_xaw_la_SOURCES = \
25         ad2c            \
26         Freeciv.h       \
27         action_dialog.c \
28         xaw_actions.c   \
29         xaw_actions.h   \
30         canvas.c        \
31         canvas.h        \
32         canvasp.h       \
33         chatline.c      \
34         chatline.h      \
35         citydlg.c       \
36         citydlg.h       \
37         cityrep.c       \
38         cityrep.h       \
39         cma_fe.c        \
40         cma_fe.h        \
41         colors.c        \
42         colors.h        \
43         connectdlg.c    \
44         connectdlg.h    \
45         dialogs.c       \
46         dialogs.h       \
47         diplodlg.c      \
48         diplodlg.h      \
49         finddlg.c       \
50         finddlg.h       \
51         gotodlg.c       \
52         gotodlg.h       \
53         graphics.c      \
54         graphics.h      \
55         gui_main.c      \
56         gui_main.h      \
57         gui_stuff.c     \
58         gui_stuff.h     \
59         helpdlg.c       \
60         helpdlg.h       \
61         inputdlg.c      \
62         inputdlg.h      \
63         inteldlg.c      \
64         inteldlg.h      \
65         luaconsole.c    \
66         luaconsole.h    \
67         mapctrl.c       \
68         mapctrl.h       \
69         mapview.c       \
70         mapview.h       \
71         menu.c          \
72         menu.h          \
73         messagedlg.c    \
74         messagedlg.h    \
75         messagewin.c    \
76         messagewin.h    \
77         optiondlg.c     \
78         optiondlg.h     \
79         pages.c         \
80         pages.h         \
81         pixcomm.c       \
82         pixcomm.h       \
83         pixcommp.h      \
84         plrdlg.c        \
85         plrdlg.h        \
86         ratesdlg.c      \
87         ratesdlg.h      \
88         repodlgs.c      \
89         repodlgs.h      \
90         resources.c     \
91         resources.h     \
92         spaceshipdlg.c  \
93         spaceshipdlg.h  \
94         themes.c        \
95         voteinfo_bar.c  \
96         voteinfo_bar.h  \
97         wldlg.c         \
98         wldlg.h