Rulesave saves trade.type and trade.bonus correctly.
[freeciv.git] / Makefile.am
blob2763bb1f4102fcf71d7f7fd3af5a21f3524d7ddf
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 ## Automake should distribute config.rpath automatically - and new
31 ## versions probably do. We still support versions that do not, so
32 ## it's in the list below.
33 ## It should also install it automatically when running autogen.sh.
34 EXTRA_DIST =    autogen.sh                      \
35                 configure.ac                    \
36                 m4/c99.m4                       \
37                 m4/c11.m4                       \
38                 m4/c++11.m4                     \
39                 m4/codeset.m4                   \
40                 m4/compiler.m4                  \
41                 m4/debug.m4                     \
42                 m4/fcdb-mysql.m4                \
43                 m4/fcdb-postgres.m4             \
44                 m4/fcdb-sqlite3.m4              \
45                 m4/features.m4                  \
46                 m4/freetype2.m4                 \
47                 m4/gettext.m4                   \
48                 m4/gettimeofday.m4              \
49                 m4/gtk-2.0.m4                   \
50                 m4/gtk2-client.m4               \
51                 m4/gtk3.22-client.m4            \
52                 m4/gtk3-client.m4               \
53                 m4/iconv.m4                     \
54                 m4/intlmacosx.m4                \
55                 m4/lib-ld.m4                    \
56                 m4/lib-link.m4                  \
57                 m4/lib-prefix.m4                \
58                 m4/locale.m4                    \
59                 m4/mysql.m4                     \
60                 m4/magickwand.m4                \
61                 m4/mapimg-magickwand.m4         \
62                 m4/nls.m4                       \
63                 m4/no-client.m4                 \
64                 m4/pkg.m4                       \
65                 m4/po.m4                        \
66                 m4/postgres.m4                  \
67                 m4/progtest.m4                  \
68                 m4/qt5.m4                       \
69                 m4/qt5-darwin.m4                \
70                 m4/qt-client.m4                 \
71                 m4/readline.m4                  \
72                 m4/sdl-client.m4                \
73                 m4/sdl.m4                       \
74                 m4/sdl2-client.m4               \
75                 m4/sdl2.m4                      \
76                 m4/sqlite3.m4                   \
77                 m4/sound.m4                     \
78                 m4/vsnprintf.m4                 \
79                 m4/web-client.m4                \
80                 m4/winsock2.m4                  \
81                 m4/xaw-client.m4                \
82                 m4/x.m4                         \
83                 m4/testmatic.m4                 \
84                 scripts/mapimg2anim             \
85                 scripts/setup_auth_server.sh    \
86                 scripts/diff_ignore
87 # On branch: add NEWS-x.x here and remove this comment (1 of 2)
89 noinst_HEADERS= fc_version
91 docs =                  \
92         ABOUT-NLS       \
93         AUTHORS         \
94         ChangeLog       \
95         COPYING         \
96         INSTALL         \
97         NEWS
98 # On branch: add NEWS-x.x here and remove this comment (2 of 2)
100 doc_DATA = $(docs)
102 src-check:
103         cd tests && $(MAKE) $(AM_MAKEFLAGS) src-check
105 doc:
106         doxy_srcdir="$(top_srcdir)/" doxygen $(top_srcdir)/doc/freeciv.doxygen
108 .PHONY: src-check doc