Multiply AI want for Great Wonders by 1.5
[freeciv.git] / Makefile.am
blob80ff8da93ed8437afed90d34c202981e1a094264
1 ## Process this file with automake to produce Makefile.in
3 ACLOCAL_AMFLAGS = -I m4 -I dependencies/m4
4 AM_DIST_FORMATS = gzip bzip2 zip
6 if CLIENT
7 CSUBDIRS = client
8 else
9 CSUBDIRS = 
10 endif
12 if SERVER
13 SSUBDIRS = ai server
14 else
15 if RULEDIT
16 SSUBDIRS = ai server
17 else
18 SSUBDIRS =
19 endif
20 endif
22 if MAKE_DATA
23 DSUBDIRS = data
24 else
25 DSUBDIRS =
26 endif
28 SUBDIRS = $(DSUBDIRS) dependencies utility common tests win32 $(SSUBDIRS) $(CSUBDIRS) translations doc tools gen_headers lua bootstrap
30 EXTRA_DIST =    autogen.sh                      \
31                 configure.ac                    \
32                 m4/c99.m4                       \
33                 m4/c11.m4                       \
34                 m4/c++11.m4                     \
35                 m4/codeset.m4                   \
36                 m4/compiler.m4                  \
37                 m4/debug.m4                     \
38                 m4/fcdb-mysql.m4                \
39                 m4/fcdb-postgres.m4             \
40                 m4/fcdb-sqlite3.m4              \
41                 m4/features.m4                  \
42                 m4/freetype2.m4                 \
43                 m4/gettext.m4                   \
44                 m4/gettimeofday.m4              \
45                 m4/gtk-2.0.m4                   \
46                 m4/gtk2-client.m4               \
47                 m4/gtk3.22-client.m4            \
48                 m4/gtk3-client.m4               \
49                 m4/iconv.m4                     \
50                 m4/intlmacosx.m4                \
51                 m4/lib-ld.m4                    \
52                 m4/lib-link.m4                  \
53                 m4/lib-prefix.m4                \
54                 m4/locale.m4                    \
55                 m4/mysql.m4                     \
56                 m4/magickwand.m4                \
57                 m4/mapimg-magickwand.m4         \
58                 m4/nls.m4                       \
59                 m4/no-client.m4                 \
60                 m4/pkg.m4                       \
61                 m4/po.m4                        \
62                 m4/postgres.m4                  \
63                 m4/progtest.m4                  \
64                 m4/qt5.m4                       \
65                 m4/qt5-darwin.m4                \
66                 m4/qt-client.m4                 \
67                 m4/readline.m4                  \
68                 m4/sdl-client.m4                \
69                 m4/sdl.m4                       \
70                 m4/sdl2-client.m4               \
71                 m4/sdl2.m4                      \
72                 m4/sqlite3.m4                   \
73                 m4/sound.m4                     \
74                 m4/vsnprintf.m4                 \
75                 m4/web-client.m4                \
76                 m4/winsock2.m4                  \
77                 m4/xaw-client.m4                \
78                 m4/x.m4                         \
79                 m4/testmatic.m4                 \
80                 scripts/mapimg2anim             \
81                 scripts/setup_auth_server.sh    \
82                 scripts/diff_ignore
83 # On branch: add NEWS-x.x here and remove this comment (1 of 2)
85 noinst_HEADERS= fc_version
87 docs =                  \
88         ABOUT-NLS       \
89         AUTHORS         \
90         ChangeLog       \
91         COPYING         \
92         INSTALL         \
93         NEWS
94 # On branch: add NEWS-x.x here and remove this comment (2 of 2)
96 doc_DATA = $(docs)
98 src-check:
99         cd tests && $(MAKE) $(AM_MAKEFLAGS) src-check
101 doc:
102         doxy_srcdir="$(top_srcdir)/" doxygen $(top_srcdir)/doc/freeciv.doxygen
104 .PHONY: src-check doc