Multiply AI want for Great Wonders by 1.5
[freeciv.git] / client / gui-qt / Makefile.am
blob3229e9d9b105968f8ab8a1852a219e13f96b9e04
1 ## Process this file with automake to produce Makefile.in
3 MOCCMD=@MOCCMD@
5 include $(top_srcdir)/bootstrap/Makerules.mk
7 noinst_LTLIBRARIES = libgui-qt.la
8 AM_CPPFLAGS = -I. -I$(srcdir)/.. -I$(srcdir)/../include -I$(top_srcdir)/utility \
9         -I$(top_srcdir)/common -I$(srcdir)/../agents -I$(top_srcdir)/common/aicore \
10         $(gui_qt_cppflags) $(SOUND_CFLAGS)
12 AM_CFLAGS = $(gui_qt_cflags)
14 AM_CXXFLAGS = $(gui_qt_cxxflags)
16 MOC_FILES = \
17         meta_fc_client.cpp      \
18         meta_ratesdlg.cpp       \
19         meta_mapview.cpp        \
20         meta_menu.cpp           \
21         meta_repodlgs.cpp       \
22         meta_dialogs.cpp        \
23         meta_optiondlg.cpp      \
24         meta_citydlg.cpp        \
25         meta_cityrep.cpp        \
26         meta_helpdlg.cpp        \
27         meta_plrdlg.cpp         \
28         meta_diplodlg.cpp       \
29         meta_spaceshipdlg.cpp   \
30         meta_messagewin.cpp     \
31         meta_chatline.cpp       \
32         meta_messagedlg.cpp     \
33         meta_sidebar.cpp        \
34         meta_shortcuts.cpp      \
35         meta_voteinfo_bar.cpp   \
36         meta_gotodlg.cpp        \
37         meta_hudwidget.cpp
39 libgui_qt_la_SOURCES = \
40         canvas.cpp      \
41         canvas.h        \
42         chatline.cpp    \
43         chatline.h      \
44         citydlg.cpp     \
45         citydlg.h       \
46         cityrep.cpp     \
47         cityrep.h       \
48         colors.cpp      \
49         colors.h        \
50         connectdlg.cpp  \
51         connectdlg.h    \
52         dialogs.cpp     \
53         dialogs.h       \
54         diplodlg.cpp    \
55         diplodlg.h      \
56         fc_client.cpp   \
57         fc_client.h     \
58         fonts.cpp       \
59         fonts.h         \
60         finddlg.cpp     \
61         finddlg.h       \
62         gotodlg.cpp     \
63         gotodlg.h       \
64         graphics.cpp    \
65         graphics.h      \
66         gui_main.cpp    \
67         gui_main.h      \
68         helpdlg.cpp     \
69         helpdlg.h       \
70         hudwidget.cpp   \
71         hudwidget.h     \
72         inteldlg.cpp    \
73         inteldlg.h      \
74         listener.h      \
75         luaconsole.cpp  \
76         luaconsole.h    \
77         mapctrl.cpp     \
78         mapctrl.h       \
79         mapview.cpp     \
80         mapview.h       \
81         menu.cpp        \
82         menu.h          \
83         messagedlg.cpp  \
84         messagedlg.h    \
85         messagewin.cpp  \
86         messagewin.h    \
87         optiondlg.cpp   \
88         optiondlg.h     \
89         pages.cpp       \
90         pages.h         \
91         plrdlg.cpp      \
92         plrdlg.h        \
93         qtg_cxxside.cpp \
94         qtg_cxxside.h   \
95         ratesdlg.cpp    \
96         ratesdlg.h      \
97         repodlgs.cpp    \
98         repodlgs.h      \
99         shortcuts.h     \
100         shortcuts.cpp   \
101         sidebar.cpp     \
102         sidebar.h       \
103         spaceshipdlg.cpp \
104         spaceshipdlg.h  \
105         sprite.cpp      \
106         sprite.h        \
107         themes.cpp      \
108         voteinfo_bar.cpp \
109         voteinfo_bar.h  \
110         wldlg.cpp       \
111         wldlg.h
113 nodist_libgui_qt_la_SOURCES = $(MOC_FILES)
115 CLEANFILES = $(MOC_FILES)