Support changing players' science box in the editor.
[freeciv.git] / utility / Makefile.am
blobd9ec0315940bfc5ddc6711eae2a7845942fe727b
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                 distribute.c    \
15                 distribute.h    \
16                 fc_utf8.c       \
17                 fc_utf8.h       \
18                 fcbacktrace.c   \
19                 fcbacktrace.h   \
20                 fciconv.c       \
21                 fciconv.h       \
22                 fcintl.c        \
23                 fcintl.h        \
24                 fcthread.c      \
25                 fcthread.h      \
26                 genhash.c       \
27                 genhash.h       \
28                 genlist.c       \
29                 genlist.h       \
30                 inputfile.c     \
31                 inputfile.h     \
32                 ioz.c           \
33                 ioz.h           \
34                 iterator.c      \
35                 iterator.h      \
36                 log.c           \
37                 log.h           \
38                 netfile.c       \
39                 netfile.h       \
40                 netintf.c       \
41                 netintf.h       \
42                 mem.c           \
43                 mem.h           \
44                 rand.c          \
45                 rand.h          \
46                 registry.c      \
47                 registry.h      \
48                 registry_ini.c  \
49                 registry_ini.h  \
50                 section_file.c  \
51                 section_file.h  \
52                 shared.c        \
53                 shared.h        \
54                 specenum_gen.h  \
55                 spechash.h      \
56                 speclist.h      \
57                 specpq.h        \
58                 specvec.h       \
59                 string_vector.c \
60                 string_vector.h \
61                 support.c       \
62                 support.h       \
63                 timing.c        \
64                 timing.h        \
65                 md5.c           \
66                 md5.h
68 EXTRA_DIST = \
69                 generate_specenum.py
71 libcivutility_la_LIBADD = $(UTILITY_LIBS)
73 BUILT_SOURCES = specenum_gen.h
75 specenum_gen.h: specenum_generate
76 .INTERMEDIATE: specenum_generate
77 specenum_generate: generate_specenum.py
78         cd $(srcdir) && ./generate_specenum.py
79         touch specenum_generate
81 # These files are not generated to builddir, but to srcdir */
82 MAINTAINERCLEANFILES = $(srcdir)/specenum_gen.h