~ubuntu-branches/debian/sid/freeciv/sid

« back to all changes in this revision

Viewing changes to .pc/debian-changes-2.2.7-2/common/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2011-08-28 22:40:00 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: package-import@ubuntu.com-20110828224000-j2r1erewlem25dox
Tags: 2.3.0-1
[ Karl Goetz ]
* New upstream version.
* Fix themes_sdl_use_system_fonts.diff to apply cleanly on 2.3.0
* Massage work_around_unity_induced_breakage.diff to get it
  applying to the new codebase (The patch assumes commits made
  after 2.3.0 was tagged upstream).

[ Clint Adams ]
* Fudge build system to think there is no libtool mismatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
@SVNREV_TRUE@am__append_1 = fc_svnrev_gen.h
38
 
subdir = common
39
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/dependencies/m4/mkstemp.m4 \
42
 
        $(top_srcdir)/dependencies/m4/stdlib_h.m4 \
43
 
        $(top_srcdir)/m4/auth.m4 $(top_srcdir)/m4/c99.m4 \
44
 
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/compiler.m4 \
45
 
        $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/freetype2.m4 \
46
 
        $(top_srcdir)/m4/gettimeofday.m4 $(top_srcdir)/m4/ggz.m4 \
47
 
        $(top_srcdir)/m4/glib-gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \
48
 
        $(top_srcdir)/m4/gtk2-client.m4 $(top_srcdir)/m4/iconv.m4 \
49
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
50
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/locale.m4 \
51
 
        $(top_srcdir)/m4/ngettext.m4 $(top_srcdir)/m4/no-client.m4 \
52
 
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/readline.m4 \
53
 
        $(top_srcdir)/m4/sdl-client.m4 $(top_srcdir)/m4/sdl.m4 \
54
 
        $(top_srcdir)/m4/sound.m4 $(top_srcdir)/m4/vsnprintf.m4 \
55
 
        $(top_srcdir)/m4/win32-client.m4 $(top_srcdir)/m4/x.m4 \
56
 
        $(top_srcdir)/m4/xaw-client.m4 $(top_srcdir)/version.in \
57
 
        $(top_srcdir)/configure.ac
58
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59
 
        $(ACLOCAL_M4)
60
 
mkinstalldirs = $(SHELL) $(top_srcdir)/bootstrap/mkinstalldirs
61
 
CONFIG_HEADER = $(top_builddir)/config.h
62
 
CONFIG_CLEAN_FILES =
63
 
CONFIG_CLEAN_VPATH_FILES =
64
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65
 
am__vpath_adj = case $$p in \
66
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67
 
    *) f=$$p;; \
68
 
  esac;
69
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
70
 
am__install_max = 40
71
 
am__nobase_strip_setup = \
72
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
73
 
am__nobase_strip = \
74
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
75
 
am__nobase_list = $(am__nobase_strip_setup); \
76
 
  for p in $$list; do echo "$$p $$p"; done | \
77
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
78
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
79
 
    if (++n[$$2] == $(am__install_max)) \
80
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
81
 
    END { for (dir in files) print dir, files[dir] }'
82
 
am__base_list = \
83
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
85
 
am__installdirs = "$(DESTDIR)$(libdir)"
86
 
LTLIBRARIES = $(lib_LTLIBRARIES)
87
 
am__DEPENDENCIES_1 =
88
 
am_libfreeciv_la_OBJECTS = ai.lo base.lo borders.lo capstr.lo city.lo \
89
 
        combat.lo connection.lo dataio.lo diptreaty.lo effects.lo \
90
 
        events.lo featured_text.lo game.lo government.lo idex.lo \
91
 
        improvement.lo map.lo movement.lo nation.lo packets.lo \
92
 
        packets_gen.lo player.lo requirements.lo spaceship.lo \
93
 
        specialist.lo team.lo tech.lo terrain.lo tile.lo unit.lo \
94
 
        unitlist.lo unittype.lo vision.lo worklist.lo version.lo
95
 
libfreeciv_la_OBJECTS = $(am_libfreeciv_la_OBJECTS)
96
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
97
 
depcomp = $(SHELL) $(top_srcdir)/bootstrap/depcomp
98
 
am__depfiles_maybe = depfiles
99
 
am__mv = mv -f
100
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
101
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
103
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
104
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
105
 
CCLD = $(CC)
106
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
107
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
108
 
        $(LDFLAGS) -o $@
109
 
SOURCES = $(libfreeciv_la_SOURCES)
110
 
DIST_SOURCES = $(libfreeciv_la_SOURCES)
111
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
112
 
        html-recursive info-recursive install-data-recursive \
113
 
        install-dvi-recursive install-exec-recursive \
114
 
        install-html-recursive install-info-recursive \
115
 
        install-pdf-recursive install-ps-recursive install-recursive \
116
 
        installcheck-recursive installdirs-recursive pdf-recursive \
117
 
        ps-recursive uninstall-recursive
118
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
119
 
  distclean-recursive maintainer-clean-recursive
120
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
121
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
122
 
        distdir
123
 
ETAGS = etags
124
 
CTAGS = ctags
125
 
DIST_SUBDIRS = $(SUBDIRS)
126
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
127
 
am__relativize = \
128
 
  dir0=`pwd`; \
129
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
130
 
  sed_rest='s,^[^/]*/*,,'; \
131
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
132
 
  sed_butlast='s,/*[^/]*$$,,'; \
133
 
  while test -n "$$dir1"; do \
134
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
135
 
    if test "$$first" != "."; then \
136
 
      if test "$$first" = ".."; then \
137
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
138
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
139
 
      else \
140
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
141
 
        if test "$$first2" = "$$first"; then \
142
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
143
 
        else \
144
 
          dir2="../$$dir2"; \
145
 
        fi; \
146
 
        dir0="$$dir0"/"$$first"; \
147
 
      fi; \
148
 
    fi; \
149
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
150
 
  done; \
151
 
  reldir="$$dir2"
152
 
ACLOCAL = @ACLOCAL@
153
 
AMTAR = @AMTAR@
154
 
AR = @AR@
155
 
AUTH_CFLAGS = @AUTH_CFLAGS@
156
 
AUTH_LIBS = @AUTH_LIBS@
157
 
AUTOCONF = @AUTOCONF@
158
 
AUTOHEADER = @AUTOHEADER@
159
 
AUTOMAKE = @AUTOMAKE@
160
 
AUTO_DEPS = @AUTO_DEPS@
161
 
AWK = @AWK@
162
 
CAIRO_CFLAGS = @CAIRO_CFLAGS@
163
 
CAIRO_LIBS = @CAIRO_LIBS@
164
 
CATALOGS = @CATALOGS@
165
 
CATOBJEXT = @CATOBJEXT@
166
 
CC = @CC@
167
 
CCDEPMODE = @CCDEPMODE@
168
 
CFLAGS = @CFLAGS@
169
 
CLIENT_LIBS = @CLIENT_LIBS@
170
 
COMMON_LIBS = @COMMON_LIBS@
171
 
CONFIGURE_DEPENDENCIES = @CONFIGURE_DEPENDENCIES@
172
 
CPP = @CPP@
173
 
CPPFLAGS = @CPPFLAGS@
174
 
CXX = @CXX@
175
 
CXXCPP = @CXXCPP@
176
 
CXXDEPMODE = @CXXDEPMODE@
177
 
CXXFLAGS = @CXXFLAGS@
178
 
CYGPATH_W = @CYGPATH_W@
179
 
DATADIRNAME = @DATADIRNAME@
180
 
DEFS = @DEFS@
181
 
DEPDIR = @DEPDIR@
182
 
DSYMUTIL = @DSYMUTIL@
183
 
DUMPBIN = @DUMPBIN@
184
 
ECHO_C = @ECHO_C@
185
 
ECHO_N = @ECHO_N@
186
 
ECHO_T = @ECHO_T@
187
 
EGREP = @EGREP@
188
 
EXEEXT = @EXEEXT@
189
 
FGREP = @FGREP@
190
 
FT2_CFLAGS = @FT2_CFLAGS@
191
 
FT2_CONFIG = @FT2_CONFIG@
192
 
FT2_LIBS = @FT2_LIBS@
193
 
FTWL_CFLAGS = @FTWL_CFLAGS@
194
 
GGZDMOD_INCLUDES = @GGZDMOD_INCLUDES@
195
 
GGZDMOD_LDFLAGS = @GGZDMOD_LDFLAGS@
196
 
GGZMOD_INCLUDES = @GGZMOD_INCLUDES@
197
 
GGZMOD_LDFLAGS = @GGZMOD_LDFLAGS@
198
 
GGZ_CONFIG = @GGZ_CONFIG@
199
 
GGZ_GTK_INCLUDES = @GGZ_GTK_INCLUDES@
200
 
GGZ_GTK_LDFLAGS = @GGZ_GTK_LDFLAGS@
201
 
GMOFILES = @GMOFILES@
202
 
GMSGFMT = @GMSGFMT@
203
 
GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
204
 
GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
205
 
GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
206
 
GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
207
 
GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
208
 
GNULIB_PUTENV = @GNULIB_PUTENV@
209
 
GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
210
 
GNULIB_RPMATCH = @GNULIB_RPMATCH@
211
 
GNULIB_SETENV = @GNULIB_SETENV@
212
 
GNULIB_STRTOD = @GNULIB_STRTOD@
213
 
GNULIB_UNSETENV = @GNULIB_UNSETENV@
214
 
GREP = @GREP@
215
 
GTK_CFLAGS = @GTK_CFLAGS@
216
 
GTK_LIBS = @GTK_LIBS@
217
 
GUI_beos_CFLAGS = @GUI_beos_CFLAGS@
218
 
GUI_beos_CXXFLAGS = @GUI_beos_CXXFLAGS@
219
 
GUI_beos_LDFLAGS = @GUI_beos_LDFLAGS@
220
 
GUI_beos_LIBS = @GUI_beos_LIBS@
221
 
GUI_ftwl_CFLAGS = @GUI_ftwl_CFLAGS@
222
 
GUI_ftwl_CXXFLAGS = @GUI_ftwl_CXXFLAGS@
223
 
GUI_ftwl_LDFLAGS = @GUI_ftwl_LDFLAGS@
224
 
GUI_ftwl_LIBS = @GUI_ftwl_LIBS@
225
 
GUI_gtk2_CFLAGS = @GUI_gtk2_CFLAGS@
226
 
GUI_gtk2_CXXFLAGS = @GUI_gtk2_CXXFLAGS@
227
 
GUI_gtk2_LDFLAGS = @GUI_gtk2_LDFLAGS@
228
 
GUI_gtk2_LIBS = @GUI_gtk2_LIBS@
229
 
GUI_sdl_CFLAGS = @GUI_sdl_CFLAGS@
230
 
GUI_sdl_CXXFLAGS = @GUI_sdl_CXXFLAGS@
231
 
GUI_sdl_LDFLAGS = @GUI_sdl_LDFLAGS@
232
 
GUI_sdl_LIBS = @GUI_sdl_LIBS@
233
 
GUI_stub_CFLAGS = @GUI_stub_CFLAGS@
234
 
GUI_stub_CXXFLAGS = @GUI_stub_CXXFLAGS@
235
 
GUI_stub_LDFLAGS = @GUI_stub_LDFLAGS@
236
 
GUI_stub_LIBS = @GUI_stub_LIBS@
237
 
GUI_win32_CFLAGS = @GUI_win32_CFLAGS@
238
 
GUI_win32_CXXFLAGS = @GUI_win32_CXXFLAGS@
239
 
GUI_win32_LDFLAGS = @GUI_win32_LDFLAGS@
240
 
GUI_win32_LIBS = @GUI_win32_LIBS@
241
 
GUI_xaw_CFLAGS = @GUI_xaw_CFLAGS@
242
 
GUI_xaw_CXXFLAGS = @GUI_xaw_CXXFLAGS@
243
 
GUI_xaw_LDFLAGS = @GUI_xaw_LDFLAGS@
244
 
GUI_xaw_LIBS = @GUI_xaw_LIBS@
245
 
GZIP = @GZIP@
246
 
HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
247
 
HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
248
 
HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
249
 
HAVE_MKDTEMP = @HAVE_MKDTEMP@
250
 
HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
251
 
HAVE_RPMATCH = @HAVE_RPMATCH@
252
 
HAVE_SETENV = @HAVE_SETENV@
253
 
HAVE_STRTOD = @HAVE_STRTOD@
254
 
HAVE_UNSETENV = @HAVE_UNSETENV@
255
 
HOST_PATH_SEPARATOR = @HOST_PATH_SEPARATOR@
256
 
INSTALL = @INSTALL@
257
 
INSTALL_DATA = @INSTALL_DATA@
258
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
259
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
260
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
261
 
INSTOBJEXT = @INSTOBJEXT@
262
 
INTLLIBS = @INTLLIBS@
263
 
LD = @LD@
264
 
LDFLAGS = @LDFLAGS@
265
 
LIBGGZ_INCLUDES = @LIBGGZ_INCLUDES@
266
 
LIBGGZ_LDFLAGS = @LIBGGZ_LDFLAGS@
267
 
LIBICONV = @LIBICONV@
268
 
LIBOBJS = @LIBOBJS@
269
 
LIBS = @LIBS@
270
 
LIBTOOL = @LIBTOOL@
271
 
LIB_GGZ = @LIB_GGZ@
272
 
LIB_GGZDMOD = @LIB_GGZDMOD@
273
 
LIB_GGZMOD = @LIB_GGZMOD@
274
 
LIB_GGZ_GTK = @LIB_GGZ_GTK@
275
 
LIPO = @LIPO@
276
 
LN_S = @LN_S@
277
 
LTLIBICONV = @LTLIBICONV@
278
 
LTLIBOBJS = @LTLIBOBJS@
279
 
LUA_AS_DEPENDENCY = @LUA_AS_DEPENDENCY@
280
 
LUA_CFLAGS = @LUA_CFLAGS@
281
 
LUA_LIBS = @LUA_LIBS@
282
 
MAJOR_VERSION = @MAJOR_VERSION@
283
 
MAKEINFO = @MAKEINFO@
284
 
MINOR_VERSION = @MINOR_VERSION@
285
 
MKDIR_P = @MKDIR_P@
286
 
MKINSTALLDIRS = @MKINSTALLDIRS@
287
 
MSGFMT = @MSGFMT@
288
 
MSGFMT_OPTS = @MSGFMT_OPTS@
289
 
NETWORK_CAPSTRING_MANDATORY = @NETWORK_CAPSTRING_MANDATORY@
290
 
NETWORK_CAPSTRING_OPTIONAL = @NETWORK_CAPSTRING_OPTIONAL@
291
 
NM = @NM@
292
 
NMEDIT = @NMEDIT@
293
 
OBJDUMP = @OBJDUMP@
294
 
OBJEXT = @OBJEXT@
295
 
OTOOL = @OTOOL@
296
 
OTOOL64 = @OTOOL64@
297
 
PACKAGE = @PACKAGE@
298
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
299
 
PACKAGE_NAME = @PACKAGE_NAME@
300
 
PACKAGE_STRING = @PACKAGE_STRING@
301
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
302
 
PACKAGE_URL = @PACKAGE_URL@
303
 
PACKAGE_VERSION = @PACKAGE_VERSION@
304
 
PATH_SEPARATOR = @PATH_SEPARATOR@
305
 
PKG_CONFIG = @PKG_CONFIG@
306
 
PNG_CFLAGS = @PNG_CFLAGS@
307
 
PNG_LIBS = @PNG_LIBS@
308
 
POFILES = @POFILES@
309
 
POSUB = @POSUB@
310
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
311
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
312
 
RANLIB = @RANLIB@
313
 
REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
314
 
REPLACE_PUTENV = @REPLACE_PUTENV@
315
 
REPLACE_STRTOD = @REPLACE_STRTOD@
316
 
SDL_CFLAGS = @SDL_CFLAGS@
317
 
SDL_CONFIG = @SDL_CONFIG@
318
 
SDL_LIBS = @SDL_LIBS@
319
 
SED = @SED@
320
 
SERVER_LIBS = @SERVER_LIBS@
321
 
SET_MAKE = @SET_MAKE@
322
 
SHELL = @SHELL@
323
 
SOUND_CFLAGS = @SOUND_CFLAGS@
324
 
SOUND_LIBS = @SOUND_LIBS@
325
 
STRIP = @STRIP@
326
 
TOLUA = @TOLUA@
327
 
TOLUA_AS_DEPENDENCY = @TOLUA_AS_DEPENDENCY@
328
 
TOLUA_CFLAGS = @TOLUA_CFLAGS@
329
 
TOLUA_LIBS = @TOLUA_LIBS@
330
 
UNAME = @UNAME@
331
 
USE_NLS = @USE_NLS@
332
 
UTILITY_LIBS = @UTILITY_LIBS@
333
 
VERSION = @VERSION@
334
 
VERSION_LABEL = @VERSION_LABEL@
335
 
VERSION_WITHOUT_LABEL = @VERSION_WITHOUT_LABEL@
336
 
VOID_UNSETENV = @VOID_UNSETENV@
337
 
WINDRES = @WINDRES@
338
 
XGETTEXT = @XGETTEXT@
339
 
XMKMF = @XMKMF@
340
 
X_CFLAGS = @X_CFLAGS@
341
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
342
 
X_LIBS = @X_LIBS@
343
 
X_PRE_LIBS = @X_PRE_LIBS@
344
 
abs_builddir = @abs_builddir@
345
 
abs_srcdir = @abs_srcdir@
346
 
abs_top_builddir = @abs_top_builddir@
347
 
abs_top_srcdir = @abs_top_srcdir@
348
 
ac_ct_CC = @ac_ct_CC@
349
 
ac_ct_CXX = @ac_ct_CXX@
350
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
351
 
am__include = @am__include@
352
 
am__leading_dot = @am__leading_dot@
353
 
am__quote = @am__quote@
354
 
am__tar = @am__tar@
355
 
am__untar = @am__untar@
356
 
bindir = @bindir@
357
 
build = @build@
358
 
build_alias = @build_alias@
359
 
build_cpu = @build_cpu@
360
 
build_os = @build_os@
361
 
build_vendor = @build_vendor@
362
 
builddir = @builddir@
363
 
datadir = @datadir@
364
 
datarootdir = @datarootdir@
365
 
docdir = @docdir@
366
 
dvidir = @dvidir@
367
 
exec_prefix = @exec_prefix@
368
 
ggz_config = @ggz_config@
369
 
ggz_gtk_includes = @ggz_gtk_includes@
370
 
ggz_gtk_libraries = @ggz_gtk_libraries@
371
 
ggzdatadir = @ggzdatadir@
372
 
ggzdconfdir = @ggzdconfdir@
373
 
ggzddatadir = @ggzddatadir@
374
 
ggzdexecmoddir = @ggzdexecmoddir@
375
 
ggzdexecmodpath = @ggzdexecmodpath@
376
 
ggzdmod_includes = @ggzdmod_includes@
377
 
ggzdmod_libraries = @ggzdmod_libraries@
378
 
ggzexecmoddir = @ggzexecmoddir@
379
 
ggzmod_includes = @ggzmod_includes@
380
 
ggzmod_libraries = @ggzmod_libraries@
381
 
ggzmoduleconfdir = @ggzmoduleconfdir@
382
 
host = @host@
383
 
host_alias = @host_alias@
384
 
host_cpu = @host_cpu@
385
 
host_os = @host_os@
386
 
host_vendor = @host_vendor@
387
 
htmldir = @htmldir@
388
 
includedir = @includedir@
389
 
infodir = @infodir@
390
 
install_sh = @install_sh@
391
 
libdir = @libdir@
392
 
libexecdir = @libexecdir@
393
 
libggz_includes = @libggz_includes@
394
 
libggz_libraries = @libggz_libraries@
395
 
localedir = @localedir@
396
 
localstatedir = @localstatedir@
397
 
lt_ECHO = @lt_ECHO@
398
 
mandir = @mandir@
399
 
mkdir_p = @mkdir_p@
400
 
oldincludedir = @oldincludedir@
401
 
packagesrcdir = @packagesrcdir@
402
 
pdfdir = @pdfdir@
403
 
prefix = @prefix@
404
 
program_transform_name = @program_transform_name@
405
 
psdir = @psdir@
406
 
sbindir = @sbindir@
407
 
sharedstatedir = @sharedstatedir@
408
 
srcdir = @srcdir@
409
 
sysconfdir = @sysconfdir@
410
 
target_alias = @target_alias@
411
 
top_build_prefix = @top_build_prefix@
412
 
top_builddir = @top_builddir@
413
 
top_srcdir = @top_srcdir@
414
 
SUBDIRS = aicore
415
 
lib_LTLIBRARIES = libfreeciv.la
416
 
AM_CPPFLAGS = -I$(top_srcdir)/utility -I$(srcdir)/aicore
417
 
libfreeciv_la_SOURCES = \
418
 
                ai.c            \
419
 
                ai.h            \
420
 
                base.c          \
421
 
                base.h          \
422
 
                borders.c       \
423
 
                borders.h       \
424
 
                capstr.c        \
425
 
                capstr.h        \
426
 
                city.c          \
427
 
                city.h          \
428
 
                combat.c        \
429
 
                combat.h        \
430
 
                connection.c    \
431
 
                connection.h    \
432
 
                dataio.c        \
433
 
                dataio.h        \
434
 
                diptreaty.c     \
435
 
                diptreaty.h     \
436
 
                effects.c       \
437
 
                effects.h       \
438
 
                events.c        \
439
 
                events.h        \
440
 
                featured_text.c \
441
 
                featured_text.h \
442
 
                fc_types.h      \
443
 
                game.c          \
444
 
                game.h          \
445
 
                generate_packets.py \
446
 
                government.c    \
447
 
                government.h    \
448
 
                idex.c          \
449
 
                idex.h          \
450
 
                improvement.c   \
451
 
                improvement.h   \
452
 
                map.c           \
453
 
                map.h           \
454
 
                movement.c      \
455
 
                movement.h      \
456
 
                nation.c        \
457
 
                nation.h        \
458
 
                packets.c       \
459
 
                packets.h       \
460
 
                packets_gen.c   \
461
 
                packets_gen.h   \
462
 
                packets.def     \
463
 
                player.c        \
464
 
                player.h        \
465
 
                requirements.c  \
466
 
                requirements.h  \
467
 
                spaceship.c     \
468
 
                spaceship.h     \
469
 
                specialist.c    \
470
 
                specialist.h    \
471
 
                team.c          \
472
 
                team.h          \
473
 
                tech.c          \
474
 
                tech.h          \
475
 
                terrain.c       \
476
 
                terrain.h       \
477
 
                tile.c          \
478
 
                tile.h          \
479
 
                unit.c          \
480
 
                unit.h          \
481
 
                unitlist.c      \
482
 
                unitlist.h      \
483
 
                unittype.c      \
484
 
                unittype.h      \
485
 
                vision.c        \
486
 
                vision.h        \
487
 
                worklist.c      \
488
 
                worklist.h      \
489
 
                version.c       \
490
 
                version.h
491
 
 
492
 
libfreeciv_la_DEPENDENCIES = \
493
 
 $(top_builddir)/utility/libcivutility.la \
494
 
 $(top_builddir)/common/aicore/libaicore.la
495
 
 
496
 
libfreeciv_la_LIBADD = \
497
 
 $(top_builddir)/utility/libcivutility.la \
498
 
 $(top_builddir)/common/aicore/libaicore.la \
499
 
 $(COMMON_LIBS)
500
 
 
501
 
BUILT_SOURCES = packets_gen.c packets_gen.h $(am__append_1)
502
 
 
503
 
# These files are not generated to builddir, but to srcdir */
504
 
MAINTAINERCLEANFILES = $(srcdir)/packets_gen.h $(srcdir)/packets_gen.c
505
 
all: $(BUILT_SOURCES)
506
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
507
 
 
508
 
.SUFFIXES:
509
 
.SUFFIXES: .c .lo .o .obj
510
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
511
 
        @for dep in $?; do \
512
 
          case '$(am__configure_deps)' in \
513
 
            *$$dep*) \
514
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
515
 
                && { if test -f $@; then exit 0; else break; fi; }; \
516
 
              exit 1;; \
517
 
          esac; \
518
 
        done; \
519
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu common/Makefile'; \
520
 
        $(am__cd) $(top_srcdir) && \
521
 
          $(AUTOMAKE) --gnu common/Makefile
522
 
.PRECIOUS: Makefile
523
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
524
 
        @case '$?' in \
525
 
          *config.status*) \
526
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
527
 
          *) \
528
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
529
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
530
 
        esac;
531
 
 
532
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
533
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
534
 
 
535
 
$(top_srcdir)/configure:  $(am__configure_deps)
536
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
537
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
538
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
539
 
$(am__aclocal_m4_deps):
540
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
541
 
        @$(NORMAL_INSTALL)
542
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
543
 
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
544
 
        list2=; for p in $$list; do \
545
 
          if test -f $$p; then \
546
 
            list2="$$list2 $$p"; \
547
 
          else :; fi; \
548
 
        done; \
549
 
        test -z "$$list2" || { \
550
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
551
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
552
 
        }
553
 
 
554
 
uninstall-libLTLIBRARIES:
555
 
        @$(NORMAL_UNINSTALL)
556
 
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
557
 
        for p in $$list; do \
558
 
          $(am__strip_dir) \
559
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
560
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
561
 
        done
562
 
 
563
 
clean-libLTLIBRARIES:
564
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
565
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
566
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
567
 
          test "$$dir" != "$$p" || dir=.; \
568
 
          echo "rm -f \"$${dir}/so_locations\""; \
569
 
          rm -f "$${dir}/so_locations"; \
570
 
        done
571
 
libfreeciv.la: $(libfreeciv_la_OBJECTS) $(libfreeciv_la_DEPENDENCIES) 
572
 
        $(LINK) -rpath $(libdir) $(libfreeciv_la_OBJECTS) $(libfreeciv_la_LIBADD) $(LIBS)
573
 
 
574
 
mostlyclean-compile:
575
 
        -rm -f *.$(OBJEXT)
576
 
 
577
 
distclean-compile:
578
 
        -rm -f *.tab.c
579
 
 
580
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ai.Plo@am__quote@
581
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base.Plo@am__quote@
582
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/borders.Plo@am__quote@
583
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capstr.Plo@am__quote@
584
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/city.Plo@am__quote@
585
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/combat.Plo@am__quote@
586
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Plo@am__quote@
587
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dataio.Plo@am__quote@
588
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diptreaty.Plo@am__quote@
589
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/effects.Plo@am__quote@
590
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/events.Plo@am__quote@
591
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/featured_text.Plo@am__quote@
592
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game.Plo@am__quote@
593
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/government.Plo@am__quote@
594
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idex.Plo@am__quote@
595
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/improvement.Plo@am__quote@
596
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Plo@am__quote@
597
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/movement.Plo@am__quote@
598
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nation.Plo@am__quote@
599
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packets.Plo@am__quote@
600
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packets_gen.Plo@am__quote@
601
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Plo@am__quote@
602
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/requirements.Plo@am__quote@
603
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spaceship.Plo@am__quote@
604
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/specialist.Plo@am__quote@
605
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/team.Plo@am__quote@
606
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tech.Plo@am__quote@
607
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/terrain.Plo@am__quote@
608
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tile.Plo@am__quote@
609
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unit.Plo@am__quote@
610
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unitlist.Plo@am__quote@
611
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittype.Plo@am__quote@
612
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
613
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vision.Plo@am__quote@
614
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/worklist.Plo@am__quote@
615
 
 
616
 
.c.o:
617
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
618
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
619
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
620
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
621
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
622
 
 
623
 
.c.obj:
624
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
625
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
626
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
627
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
628
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
629
 
 
630
 
.c.lo:
631
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
632
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
633
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
634
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
635
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
636
 
 
637
 
mostlyclean-libtool:
638
 
        -rm -f *.lo
639
 
 
640
 
clean-libtool:
641
 
        -rm -rf .libs _libs
642
 
 
643
 
# This directory's subdirectories are mostly independent; you can cd
644
 
# into them and run `make' without going through this Makefile.
645
 
# To change the values of `make' variables: instead of editing Makefiles,
646
 
# (1) if the variable is set in `config.status', edit `config.status'
647
 
#     (which will cause the Makefiles to be regenerated when you run `make');
648
 
# (2) otherwise, pass the desired values on the `make' command line.
649
 
$(RECURSIVE_TARGETS):
650
 
        @fail= failcom='exit 1'; \
651
 
        for f in x $$MAKEFLAGS; do \
652
 
          case $$f in \
653
 
            *=* | --[!k]*);; \
654
 
            *k*) failcom='fail=yes';; \
655
 
          esac; \
656
 
        done; \
657
 
        dot_seen=no; \
658
 
        target=`echo $@ | sed s/-recursive//`; \
659
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
660
 
          echo "Making $$target in $$subdir"; \
661
 
          if test "$$subdir" = "."; then \
662
 
            dot_seen=yes; \
663
 
            local_target="$$target-am"; \
664
 
          else \
665
 
            local_target="$$target"; \
666
 
          fi; \
667
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
668
 
          || eval $$failcom; \
669
 
        done; \
670
 
        if test "$$dot_seen" = "no"; then \
671
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
672
 
        fi; test -z "$$fail"
673
 
 
674
 
$(RECURSIVE_CLEAN_TARGETS):
675
 
        @fail= failcom='exit 1'; \
676
 
        for f in x $$MAKEFLAGS; do \
677
 
          case $$f in \
678
 
            *=* | --[!k]*);; \
679
 
            *k*) failcom='fail=yes';; \
680
 
          esac; \
681
 
        done; \
682
 
        dot_seen=no; \
683
 
        case "$@" in \
684
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
685
 
          *) list='$(SUBDIRS)' ;; \
686
 
        esac; \
687
 
        rev=''; for subdir in $$list; do \
688
 
          if test "$$subdir" = "."; then :; else \
689
 
            rev="$$subdir $$rev"; \
690
 
          fi; \
691
 
        done; \
692
 
        rev="$$rev ."; \
693
 
        target=`echo $@ | sed s/-recursive//`; \
694
 
        for subdir in $$rev; do \
695
 
          echo "Making $$target in $$subdir"; \
696
 
          if test "$$subdir" = "."; then \
697
 
            local_target="$$target-am"; \
698
 
          else \
699
 
            local_target="$$target"; \
700
 
          fi; \
701
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
702
 
          || eval $$failcom; \
703
 
        done && test -z "$$fail"
704
 
tags-recursive:
705
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
706
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
707
 
        done
708
 
ctags-recursive:
709
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
710
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
711
 
        done
712
 
 
713
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
714
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
715
 
        unique=`for i in $$list; do \
716
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
717
 
          done | \
718
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
719
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
720
 
        mkid -fID $$unique
721
 
tags: TAGS
722
 
 
723
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
724
 
                $(TAGS_FILES) $(LISP)
725
 
        set x; \
726
 
        here=`pwd`; \
727
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
728
 
          include_option=--etags-include; \
729
 
          empty_fix=.; \
730
 
        else \
731
 
          include_option=--include; \
732
 
          empty_fix=; \
733
 
        fi; \
734
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
735
 
          if test "$$subdir" = .; then :; else \
736
 
            test ! -f $$subdir/TAGS || \
737
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
738
 
          fi; \
739
 
        done; \
740
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
741
 
        unique=`for i in $$list; do \
742
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
743
 
          done | \
744
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
745
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
746
 
        shift; \
747
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
748
 
          test -n "$$unique" || unique=$$empty_fix; \
749
 
          if test $$# -gt 0; then \
750
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
751
 
              "$$@" $$unique; \
752
 
          else \
753
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
754
 
              $$unique; \
755
 
          fi; \
756
 
        fi
757
 
ctags: CTAGS
758
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
759
 
                $(TAGS_FILES) $(LISP)
760
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
761
 
        unique=`for i in $$list; do \
762
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
763
 
          done | \
764
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
765
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
766
 
        test -z "$(CTAGS_ARGS)$$unique" \
767
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
768
 
             $$unique
769
 
 
770
 
GTAGS:
771
 
        here=`$(am__cd) $(top_builddir) && pwd` \
772
 
          && $(am__cd) $(top_srcdir) \
773
 
          && gtags -i $(GTAGS_ARGS) "$$here"
774
 
 
775
 
distclean-tags:
776
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
777
 
 
778
 
distdir: $(DISTFILES)
779
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
780
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
781
 
        list='$(DISTFILES)'; \
782
 
          dist_files=`for file in $$list; do echo $$file; done | \
783
 
          sed -e "s|^$$srcdirstrip/||;t" \
784
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
785
 
        case $$dist_files in \
786
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
787
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
788
 
                           sort -u` ;; \
789
 
        esac; \
790
 
        for file in $$dist_files; do \
791
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
792
 
          if test -d $$d/$$file; then \
793
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
794
 
            if test -d "$(distdir)/$$file"; then \
795
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
796
 
            fi; \
797
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
798
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
799
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
800
 
            fi; \
801
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
802
 
          else \
803
 
            test -f "$(distdir)/$$file" \
804
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
805
 
            || exit 1; \
806
 
          fi; \
807
 
        done
808
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
809
 
          if test "$$subdir" = .; then :; else \
810
 
            test -d "$(distdir)/$$subdir" \
811
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
812
 
            || exit 1; \
813
 
          fi; \
814
 
        done
815
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
816
 
          if test "$$subdir" = .; then :; else \
817
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
818
 
            $(am__relativize); \
819
 
            new_distdir=$$reldir; \
820
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
821
 
            $(am__relativize); \
822
 
            new_top_distdir=$$reldir; \
823
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
824
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
825
 
            ($(am__cd) $$subdir && \
826
 
              $(MAKE) $(AM_MAKEFLAGS) \
827
 
                top_distdir="$$new_top_distdir" \
828
 
                distdir="$$new_distdir" \
829
 
                am__remove_distdir=: \
830
 
                am__skip_length_check=: \
831
 
                am__skip_mode_fix=: \
832
 
                distdir) \
833
 
              || exit 1; \
834
 
          fi; \
835
 
        done
836
 
check-am: all-am
837
 
check: $(BUILT_SOURCES)
838
 
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
839
 
all-am: Makefile $(LTLIBRARIES)
840
 
installdirs: installdirs-recursive
841
 
installdirs-am:
842
 
        for dir in "$(DESTDIR)$(libdir)"; do \
843
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
844
 
        done
845
 
install: $(BUILT_SOURCES)
846
 
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
847
 
install-exec: install-exec-recursive
848
 
install-data: install-data-recursive
849
 
uninstall: uninstall-recursive
850
 
 
851
 
install-am: all-am
852
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
853
 
 
854
 
installcheck: installcheck-recursive
855
 
install-strip:
856
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
857
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
858
 
          `test -z '$(STRIP)' || \
859
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
860
 
mostlyclean-generic:
861
 
 
862
 
clean-generic:
863
 
 
864
 
distclean-generic:
865
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
866
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
867
 
 
868
 
maintainer-clean-generic:
869
 
        @echo "This command is intended for maintainers to use"
870
 
        @echo "it deletes files that may require special tools to rebuild."
871
 
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
872
 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
873
 
clean: clean-recursive
874
 
 
875
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
876
 
        mostlyclean-am
877
 
 
878
 
distclean: distclean-recursive
879
 
        -rm -rf ./$(DEPDIR)
880
 
        -rm -f Makefile
881
 
distclean-am: clean-am distclean-compile distclean-generic \
882
 
        distclean-tags
883
 
 
884
 
dvi: dvi-recursive
885
 
 
886
 
dvi-am:
887
 
 
888
 
html: html-recursive
889
 
 
890
 
html-am:
891
 
 
892
 
info: info-recursive
893
 
 
894
 
info-am:
895
 
 
896
 
install-data-am:
897
 
 
898
 
install-dvi: install-dvi-recursive
899
 
 
900
 
install-dvi-am:
901
 
 
902
 
install-exec-am: install-libLTLIBRARIES
903
 
 
904
 
install-html: install-html-recursive
905
 
 
906
 
install-html-am:
907
 
 
908
 
install-info: install-info-recursive
909
 
 
910
 
install-info-am:
911
 
 
912
 
install-man:
913
 
 
914
 
install-pdf: install-pdf-recursive
915
 
 
916
 
install-pdf-am:
917
 
 
918
 
install-ps: install-ps-recursive
919
 
 
920
 
install-ps-am:
921
 
 
922
 
installcheck-am:
923
 
 
924
 
maintainer-clean: maintainer-clean-recursive
925
 
        -rm -rf ./$(DEPDIR)
926
 
        -rm -f Makefile
927
 
maintainer-clean-am: distclean-am maintainer-clean-generic
928
 
 
929
 
mostlyclean: mostlyclean-recursive
930
 
 
931
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
932
 
        mostlyclean-libtool
933
 
 
934
 
pdf: pdf-recursive
935
 
 
936
 
pdf-am:
937
 
 
938
 
ps: ps-recursive
939
 
 
940
 
ps-am:
941
 
 
942
 
uninstall-am: uninstall-libLTLIBRARIES
943
 
 
944
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
945
 
        ctags-recursive install install-am install-strip \
946
 
        tags-recursive
947
 
 
948
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
949
 
        all all-am check check-am clean clean-generic \
950
 
        clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
951
 
        distclean distclean-compile distclean-generic \
952
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
953
 
        html-am info info-am install install-am install-data \
954
 
        install-data-am install-dvi install-dvi-am install-exec \
955
 
        install-exec-am install-html install-html-am install-info \
956
 
        install-info-am install-libLTLIBRARIES install-man install-pdf \
957
 
        install-pdf-am install-ps install-ps-am install-strip \
958
 
        installcheck installcheck-am installdirs installdirs-am \
959
 
        maintainer-clean maintainer-clean-generic mostlyclean \
960
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
961
 
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
962
 
        uninstall-libLTLIBRARIES
963
 
 
964
 
 
965
 
# packets_gen.h must be generated before it can be included.
966
 
# Automatic dependencies are only generated during first
967
 
# build. We need dependency for that first build.
968
 
%.o : packets_gen.h
969
 
 
970
 
# ./generate_packets.py makes both packets_gen.[ch]
971
 
#
972
 
# Feed the dependence through a fake intermediate file to avoid
973
 
# a race condition in a parallel build (like make -j2).
974
 
#
975
 
# Currently we run the generation directly into the source directory.
976
 
# Ideally we'd generate the new files into the build directory but first we'd
977
 
# have to resolve conflicts (since there could then be 2 copies).
978
 
packets_gen.h packets_gen.c: packets_generate
979
 
.INTERMEDIATE: packets_generate
980
 
packets_generate: packets.def generate_packets.py
981
 
        cd $(srcdir) && ./generate_packets.py
982
 
        touch packets_generate
983
 
 
984
 
.PHONY : fc_svnrev_gen.h
985
 
fc_svnrev_gen.h :
986
 
        $(top_srcdir)/bootstrap/generate_svnrev.sh $(top_srcdir) $(top_builddir)
987
 
 
988
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
989
 
# Otherwise a system limit (for SysV at least) may be exceeded.
990
 
.NOEXPORT: