Qt client - remove right click menu from end turn sidebar
[freeciv.git] / client / gui-gtk-2.0 / Makefile.am
blobb9e9e24e953948b8fd5b83f0a96f26d93f228648
1 ## Process this file with automake to produce Makefile.in
3 noinst_LTLIBRARIES = libgui-gtk2.la
4 AM_CPPFLAGS = -I. -I$(srcdir)/.. -I$(srcdir)/../include \
5         -I$(top_srcdir)/utility -I$(top_srcdir)/common \
6         -I$(top_srcdir)/common/aicore -I$(top_srcdir)/common/scriptcore \
7         -I$(srcdir)/../agents  -I$(srcdir)/../luascript \
8         $(gui_gtk2_cflags) $(SOUND_CFLAGS)
10 # The AM_CPPFLAGS "-I." is so resources.c includes the locally generated 
11 # Freeciv.h in the builddir, in preference to the one 
12 # in the source dir (when compiling from another dir). --dwp
14 BUILT_SOURCES = Freeciv.h
15 CLEANFILES = Freeciv.h
17 Freeciv.h: $(top_srcdir)/data/freeciv.rc-2.0
18         echo '/*********************************************************/' > Freeciv.h
19         echo '/* DO NOT EDIT THIS FILE, EDIT ../../data/freeciv.rc-2.0 */' >> Freeciv.h
20         echo '/*********************************************************/' >> Freeciv.h
21         $(srcdir)/rc2c $(top_srcdir)/data/freeciv.rc-2.0 >> Freeciv.h
23 libgui_gtk2_la_DEPENDENCIES = rc2c
25 libgui_gtk2_la_SOURCES = \
26         rc2c            \
27         Freeciv.h       \
28         action_dialog.c \
29         canvas.c        \
30         canvas.h        \
31         chatline.h      \
32         chatline.c      \
33         choice_dialog.c \
34         choice_dialog.h \
35         citizensinfo.c  \
36         citizensinfo.h  \
37         citydlg.c       \
38         citydlg.h       \
39         cityrep.c       \
40         cityrep.h       \
41         cma_fe.c        \
42         cma_fe.h        \
43         colors.c        \
44         colors.h        \
45         connectdlg.c    \
46         connectdlg.h    \
47         dialogs.c       \
48         dialogs.h       \
49         diplodlg.c      \
50         diplodlg.h      \
51         editgui.c       \
52         editgui.h       \
53         editprop.c      \
54         editprop.h      \
55         finddlg.c       \
56         finddlg.h       \
57         gamedlgs.c      \
58         gamedlgs.h      \
59         gotodlg.c       \
60         gotodlg.h       \
61         graphics.c      \
62         graphics.h      \
63         gtkpixcomm.c    \
64         gtkpixcomm.h    \
65         gui_main.c      \
66         gui_main.h      \
67         gui_stuff.c     \
68         gui_stuff.h     \
69         happiness.c     \
70         happiness.h     \
71         helpdlg.c       \
72         helpdlg.h       \
73         inputdlg.c      \
74         inputdlg.h      \
75         inteldlg.c      \
76         inteldlg.h      \
77         luaconsole.c    \
78         luaconsole.h    \
79         mapctrl.c       \
80         mapctrl.h       \
81         mapview.c       \
82         mapview.h       \
83         menu.c          \
84         menu.h          \
85         messagedlg.c    \
86         messagedlg.h    \
87         messagewin.c    \
88         messagewin.h    \
89         optiondlg.c     \
90         optiondlg.h     \
91         pages.c         \
92         pages.h         \
93         plrdlg.c        \
94         plrdlg.h        \
95         ratesdlg.h      \
96         repodlgs.c      \
97         repodlgs.h      \
98         resources.c     \
99         resources.h     \
100         soundset_dlg.c  \
101         spaceshipdlg.c  \
102         spaceshipdlg.h  \
103         sprite.c        \
104         sprite.h        \
105         theme_dlg.c     \
106         themes.c        \
107         tileset_dlg.c   \
108         unitselect.h    \
109         unitselect.c    \
110         voteinfo_bar.c  \
111         voteinfo_bar.h  \
112         wldlg.c         \
113         wldlg.h 
115 libgui_gtk2_la_LIBADD = -lm