Removed mention of gtk3x-client from README.msys2
[freeciv.git] / utility / Makefile.am
blobb428731b13ddd45092824fd090c282effeda0442
1 ## Process this file with automake to produce Makefile.in
3 noinst_LTLIBRARIES = libcivutility.la
5 AM_CFLAGS = $(UTILITY_CFLAGS)
7 libcivutility_la_SOURCES = \
8                 astring.c       \
9                 astring.h       \
10                 bitvector.c     \
11                 bitvector.h     \
12                 capability.c    \
13                 capability.h    \
14                 deprecations.c  \
15                 deprecations.h  \
16                 distribute.c    \
17                 distribute.h    \
18                 fc_cmdline.c    \
19                 fc_cmdline.h    \
20                 fc_utf8.c       \
21                 fc_utf8.h       \
22                 fc_prehdrs.h    \
23                 fcbacktrace.c   \
24                 fcbacktrace.h   \
25                 fciconv.c       \
26                 fciconv.h       \
27                 fcintl.c        \
28                 fcintl.h        \
29                 fcthread.c      \
30                 fcthread.h      \
31                 genhash.c       \
32                 genhash.h       \
33                 genlist.c       \
34                 genlist.h       \
35                 inputfile.c     \
36                 inputfile.h     \
37                 ioz.c           \
38                 ioz.h           \
39                 iterator.c      \
40                 iterator.h      \
41                 log.c           \
42                 log.h           \
43                 mem.c           \
44                 mem.h           \
45                 net_types.h     \
46                 netfile.c       \
47                 netfile.h       \
48                 netintf.c       \
49                 netintf.h       \
50                 rand.c          \
51                 rand.h          \
52                 registry.c      \
53                 registry.h      \
54                 registry_ini.c  \
55                 registry_ini.h  \
56                 registry_xml.c  \
57                 registry_xml.h  \
58                 section_file.c  \
59                 section_file.h  \
60                 shared.c        \
61                 shared.h        \
62                 specenum_gen.h  \
63                 spechash.h      \
64                 speclist.h      \
65                 specpq.h        \
66                 specvec.h       \
67                 string_vector.c \
68                 string_vector.h \
69                 support.c       \
70                 support.h       \
71                 timing.c        \
72                 timing.h        \
73                 md5.c           \
74                 md5.h
76 EXTRA_DIST = \
77                 generate_specenum.py
79 libcivutility_la_LIBADD = $(UTILITY_LIBS)
81 BUILT_SOURCES = specenum_gen.h
83 specenum_gen.h: specenum_generate
84 .INTERMEDIATE: specenum_generate
85 specenum_generate: generate_specenum.py
86         cd $(srcdir) && ./generate_specenum.py
87         touch specenum_generate
89 # These files are not generated to builddir, but to srcdir */
90 MAINTAINERCLEANFILES = $(srcdir)/specenum_gen.h