~ubuntu-branches/debian/lenny/ggz-server/lenny

« back to all changes in this revision

Viewing changes to game_servers/keepalive/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2008-08-30 22:28:31 UTC
  • mfrom: (3.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080830222831-lt2l462usl5opxfd
Tags: 0.0.14.1-1.2
* Non-maintainer upload.
* Improve the database.m4 fix to migrate to libdb4.6
  instead of 4.4 {request from Steve Langasek.}

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
17
17
# $Id: Makefile.am 6959 2005-03-04 00:18:42Z josef $
18
18
 
19
19
 
20
 
srcdir = @srcdir@
21
 
top_srcdir = @top_srcdir@
22
20
VPATH = @srcdir@
23
21
pkgdatadir = $(datadir)/@PACKAGE@
24
22
pkglibdir = $(libdir)/@PACKAGE@
25
23
pkgincludedir = $(includedir)/@PACKAGE@
26
 
top_builddir = ../../..
27
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28
 
INSTALL = @INSTALL@
29
25
install_sh_DATA = $(install_sh) -c -m 644
30
26
install_sh_PROGRAM = $(install_sh) -c
31
27
install_sh_SCRIPT = $(install_sh) -c
44
40
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
45
41
        $(srcdir)/Makefile.in
46
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/ggz/c99.m4 \
 
44
        $(top_srcdir)/m4/ggz/ggz-debug.m4 $(top_srcdir)/m4/ggz/ggz.m4 \
 
45
        $(top_srcdir)/m4/ggz/system.m4 $(top_srcdir)/m4/database.m4 \
 
46
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/reconfiguration.m4 \
 
47
        $(top_srcdir)/m4/zeroconf.m4 \
 
48
        $(top_srcdir)/game_servers/ggzcards/config/version.m4 \
48
49
        $(top_srcdir)/configure.ac
49
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
51
        $(ACLOCAL_M4)
58
59
        player.$(OBJEXT) world.$(OBJEXT) spectator.$(OBJEXT)
59
60
keepalivesrv_OBJECTS = $(am_keepalivesrv_OBJECTS)
60
61
keepalivesrv_DEPENDENCIES = $(top_builddir)/ggzdmod/libggzdmod.la
61
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
62
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62
63
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
64
am__depfiles_maybe = depfiles
64
65
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
65
66
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
66
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
67
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
68
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
67
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
68
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
69
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
69
70
CXXLD = $(CXX)
70
 
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
71
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
71
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
72
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
73
        $(LDFLAGS) -o $@
72
74
SOURCES = $(keepalivesrv_SOURCES)
73
75
DIST_SOURCES = $(keepalivesrv_SOURCES)
74
76
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
75
77
        html-recursive info-recursive install-data-recursive \
76
 
        install-exec-recursive install-info-recursive \
77
 
        install-recursive installcheck-recursive installdirs-recursive \
78
 
        pdf-recursive ps-recursive uninstall-info-recursive \
79
 
        uninstall-recursive
 
78
        install-dvi-recursive install-exec-recursive \
 
79
        install-html-recursive install-info-recursive \
 
80
        install-pdf-recursive install-ps-recursive install-recursive \
 
81
        installcheck-recursive installdirs-recursive pdf-recursive \
 
82
        ps-recursive uninstall-recursive
80
83
HEADERS = $(noinst_HEADERS)
 
84
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
85
  distclean-recursive maintainer-clean-recursive
81
86
ETAGS = etags
82
87
CTAGS = ctags
83
88
DIST_SUBDIRS = $(SUBDIRS)
84
89
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85
90
ACLOCAL = @ACLOCAL@
86
 
AMDEP_FALSE = @AMDEP_FALSE@
87
 
AMDEP_TRUE = @AMDEP_TRUE@
88
91
AMTAR = @AMTAR@
89
92
AR = @AR@
90
93
AUTOCONF = @AUTOCONF@
91
94
AUTOHEADER = @AUTOHEADER@
92
95
AUTOMAKE = @AUTOMAKE@
 
96
AVAHI_INCLUDES = @AVAHI_INCLUDES@
93
97
AWK = @AWK@
94
98
CC = @CC@
95
99
CCDEPMODE = @CCDEPMODE@
102
106
CXXDEPMODE = @CXXDEPMODE@
103
107
CXXFLAGS = @CXXFLAGS@
104
108
CYGPATH_W = @CYGPATH_W@
 
109
DATABASE_INCLUDES = @DATABASE_INCLUDES@
105
110
DEFS = @DEFS@
106
111
DEPDIR = @DEPDIR@
 
112
DSYMUTIL = @DSYMUTIL@
107
113
ECHO = @ECHO@
108
114
ECHO_C = @ECHO_C@
109
115
ECHO_N = @ECHO_N@
113
119
F77 = @F77@
114
120
FFLAGS = @FFLAGS@
115
121
GETTEXT = @GETTEXT@
116
 
GGZDB_DB2_FALSE = @GGZDB_DB2_FALSE@
117
 
GGZDB_DB2_TRUE = @GGZDB_DB2_TRUE@
118
 
GGZDB_DB3_FALSE = @GGZDB_DB3_FALSE@
119
 
GGZDB_DB3_TRUE = @GGZDB_DB3_TRUE@
120
 
GGZDB_DB4_FALSE = @GGZDB_DB4_FALSE@
121
 
GGZDB_DB4_TRUE = @GGZDB_DB4_TRUE@
122
 
GGZDB_MYSQL_FALSE = @GGZDB_MYSQL_FALSE@
123
 
GGZDB_MYSQL_TRUE = @GGZDB_MYSQL_TRUE@
124
 
GGZDB_PGSQL_FALSE = @GGZDB_PGSQL_FALSE@
125
 
GGZDB_PGSQL_TRUE = @GGZDB_PGSQL_TRUE@
126
 
GGZDB_SQLITE_FALSE = @GGZDB_SQLITE_FALSE@
127
 
GGZDB_SQLITE_TRUE = @GGZDB_SQLITE_TRUE@
 
122
GGZCARDS_PROTOCOL_ENGINE = @GGZCARDS_PROTOCOL_ENGINE@
 
123
GGZCARDS_PROTOCOL_VERSION = @GGZCARDS_PROTOCOL_VERSION@
 
124
GGZCARDS_VERSION = @GGZCARDS_VERSION@
128
125
GMSGFMT = @GMSGFMT@
 
126
GREP = @GREP@
129
127
HOWL_INCLUDES = @HOWL_INCLUDES@
 
128
INSTALL = @INSTALL@
130
129
INSTALL_DATA = @INSTALL_DATA@
131
130
INSTALL_PROGRAM = @INSTALL_PROGRAM@
132
131
INSTALL_SCRIPT = @INSTALL_SCRIPT@
133
132
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134
 
LDADD = @LDADD@
135
133
LDFLAGS = @LDFLAGS@
136
134
LIBGGZ_INCLUDES = @LIBGGZ_INCLUDES@
137
135
LIBGGZ_LDFLAGS = @LIBGGZ_LDFLAGS@
139
137
LIBOBJS = @LIBOBJS@
140
138
LIBS = @LIBS@
141
139
LIBTOOL = @LIBTOOL@
 
140
LIB_ASYNC = @LIB_ASYNC@
 
141
LIB_AVAHI = @LIB_AVAHI@
142
142
LIB_DATABASE = @LIB_DATABASE@
 
143
LIB_DL = @LIB_DL@
 
144
LIB_EXPAT = @LIB_EXPAT@
 
145
LIB_FAM = @LIB_FAM@
 
146
LIB_GETTEXT = @LIB_GETTEXT@
143
147
LIB_GGZ = @LIB_GGZ@
144
148
LIB_HOWL = @LIB_HOWL@
 
149
LIB_PTHREADS = @LIB_PTHREADS@
145
150
LN_S = @LN_S@
146
151
LTLIBOBJS = @LTLIBOBJS@
147
152
MAINT = @MAINT@
148
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
149
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
150
153
MAKEINFO = @MAKEINFO@
 
154
MKDIR_P = @MKDIR_P@
151
155
MSGFMT = @MSGFMT@
152
156
MSGMERGE = @MSGMERGE@
 
157
NMEDIT = @NMEDIT@
153
158
OBJEXT = @OBJEXT@
154
159
PACKAGE = @PACKAGE@
155
160
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159
164
PACKAGE_VERSION = @PACKAGE_VERSION@
160
165
PATH_SEPARATOR = @PATH_SEPARATOR@
161
166
RANLIB = @RANLIB@
 
167
SED = @SED@
162
168
SET_MAKE = @SET_MAKE@
163
169
SHELL = @SHELL@
164
170
STRIP = @STRIP@
165
171
VERSION = @VERSION@
166
172
XGETTEXT = @XGETTEXT@
167
 
ac_ct_AR = @ac_ct_AR@
 
173
abs_builddir = @abs_builddir@
 
174
abs_srcdir = @abs_srcdir@
 
175
abs_top_builddir = @abs_top_builddir@
 
176
abs_top_srcdir = @abs_top_srcdir@
168
177
ac_ct_CC = @ac_ct_CC@
169
178
ac_ct_CXX = @ac_ct_CXX@
170
179
ac_ct_F77 = @ac_ct_F77@
171
 
ac_ct_RANLIB = @ac_ct_RANLIB@
172
 
ac_ct_STRIP = @ac_ct_STRIP@
173
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
174
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
175
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
176
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
177
180
am__include = @am__include@
178
181
am__leading_dot = @am__leading_dot@
179
182
am__quote = @am__quote@
185
188
build_cpu = @build_cpu@
186
189
build_os = @build_os@
187
190
build_vendor = @build_vendor@
 
191
builddir = @builddir@
188
192
database = @database@
189
193
datadir = @datadir@
 
194
datarootdir = @datarootdir@
 
195
docdir = @docdir@
 
196
dvidir = @dvidir@
190
197
exec_prefix = @exec_prefix@
191
 
ggzd_LIBS = @ggzd_LIBS@
192
198
ggzdconfdir = @ggzdconfdir@
193
199
ggzddatadir = @ggzddatadir@
194
200
ggzdexecmoddir = @ggzdexecmoddir@
200
206
host_cpu = @host_cpu@
201
207
host_os = @host_os@
202
208
host_vendor = @host_vendor@
 
209
htmldir = @htmldir@
203
210
includedir = @includedir@
204
211
infodir = @infodir@
205
212
install_sh = @install_sh@
207
214
libexecdir = @libexecdir@
208
215
libggz_includes = @libggz_includes@
209
216
libggz_libraries = @libggz_libraries@
 
217
localedir = @localedir@
210
218
localstatedir = @localstatedir@
211
219
mandir = @mandir@
212
220
mkdir_p = @mkdir_p@
213
221
oldincludedir = @oldincludedir@
214
222
packagesrcdir = @packagesrcdir@
 
223
pdfdir = @pdfdir@
215
224
prefix = @prefix@
216
225
program_transform_name = @program_transform_name@
 
226
psdir = @psdir@
217
227
sbindir = @sbindir@
218
228
sharedstatedir = @sharedstatedir@
 
229
srcdir = @srcdir@
219
230
sysconfdir = @sysconfdir@
220
231
target_alias = @target_alias@
 
232
top_builddir = @top_builddir@
 
233
top_srcdir = @top_srcdir@
221
234
SUBDIRS = .
222
235
keepalivesrv_SOURCES = main.cpp keepalive.cpp player.cpp world.cpp spectator.cpp
223
236
keepalivesrv_LDADD = $(top_builddir)/ggzdmod/libggzdmod.la
258
271
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
272
install-ggzdexecmodPROGRAMS: $(ggzdexecmod_PROGRAMS)
260
273
        @$(NORMAL_INSTALL)
261
 
        test -z "$(ggzdexecmoddir)" || $(mkdir_p) "$(DESTDIR)$(ggzdexecmoddir)"
 
274
        test -z "$(ggzdexecmoddir)" || $(MKDIR_P) "$(DESTDIR)$(ggzdexecmoddir)"
262
275
        @list='$(ggzdexecmod_PROGRAMS)'; for p in $$list; do \
263
276
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
264
277
          if test -f $$p \
265
278
             || test -f $$p1 \
266
279
          ; then \
267
280
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
268
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(ggzdexecmodPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(ggzdexecmoddir)/$$f'"; \
269
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(ggzdexecmodPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(ggzdexecmoddir)/$$f" || exit 1; \
 
281
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(ggzdexecmodPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(ggzdexecmoddir)/$$f'"; \
 
282
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(ggzdexecmodPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(ggzdexecmoddir)/$$f" || exit 1; \
270
283
          else :; fi; \
271
284
        done
272
285
 
286
299
        done
287
300
keepalivesrv$(EXEEXT): $(keepalivesrv_OBJECTS) $(keepalivesrv_DEPENDENCIES) 
288
301
        @rm -f keepalivesrv$(EXEEXT)
289
 
        $(CXXLINK) $(keepalivesrv_LDFLAGS) $(keepalivesrv_OBJECTS) $(keepalivesrv_LDADD) $(LIBS)
 
302
        $(CXXLINK) $(keepalivesrv_OBJECTS) $(keepalivesrv_LDADD) $(LIBS)
290
303
 
291
304
mostlyclean-compile:
292
305
        -rm -f *.$(OBJEXT)
301
314
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world.Po@am__quote@
302
315
 
303
316
.cpp.o:
304
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
305
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
317
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
318
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
306
319
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
307
320
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308
321
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
309
322
 
310
323
.cpp.obj:
311
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
312
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
324
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
325
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
313
326
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
314
327
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315
328
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
316
329
 
317
330
.cpp.lo:
318
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
319
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
331
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
332
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
320
333
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
321
334
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322
335
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
327
340
clean-libtool:
328
341
        -rm -rf .libs _libs
329
342
 
330
 
distclean-libtool:
331
 
        -rm -f libtool
332
 
uninstall-info-am:
333
 
 
334
343
# This directory's subdirectories are mostly independent; you can cd
335
344
# into them and run `make' without going through this Makefile.
336
345
# To change the values of `make' variables: instead of editing Makefiles,
362
371
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
363
372
        fi; test -z "$$fail"
364
373
 
365
 
mostlyclean-recursive clean-recursive distclean-recursive \
366
 
maintainer-clean-recursive:
 
374
$(RECURSIVE_CLEAN_TARGETS):
367
375
        @failcom='exit 1'; \
368
376
        for f in x $$MAKEFLAGS; do \
369
377
          case $$f in \
407
415
        unique=`for i in $$list; do \
408
416
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409
417
          done | \
410
 
          $(AWK) '    { files[$$0] = 1; } \
411
 
               END { for (i in files) print i; }'`; \
 
418
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
419
              END { if (nonempty) { for (i in files) print i; }; }'`; \
412
420
        mkid -fID $$unique
413
421
tags: TAGS
414
422
 
433
441
        unique=`for i in $$list; do \
434
442
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
435
443
          done | \
436
 
          $(AWK) '    { files[$$0] = 1; } \
437
 
               END { for (i in files) print i; }'`; \
 
444
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
445
              END { if (nonempty) { for (i in files) print i; }; }'`; \
438
446
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
439
447
          test -n "$$unique" || unique=$$empty_fix; \
440
448
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444
452
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
445
453
                $(TAGS_FILES) $(LISP)
446
454
        tags=; \
447
 
        here=`pwd`; \
448
455
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
449
456
        unique=`for i in $$list; do \
450
457
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451
458
          done | \
452
 
          $(AWK) '    { files[$$0] = 1; } \
453
 
               END { for (i in files) print i; }'`; \
 
459
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
460
              END { if (nonempty) { for (i in files) print i; }; }'`; \
454
461
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
455
462
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
456
463
             $$tags $$unique
464
471
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
465
472
 
466
473
distdir: $(DISTFILES)
467
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
468
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
469
 
        list='$(DISTFILES)'; for file in $$list; do \
470
 
          case $$file in \
471
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
472
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
473
 
          esac; \
 
474
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
475
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
476
        list='$(DISTFILES)'; \
 
477
          dist_files=`for file in $$list; do echo $$file; done | \
 
478
          sed -e "s|^$$srcdirstrip/||;t" \
 
479
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
480
        case $$dist_files in \
 
481
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
482
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
483
                           sort -u` ;; \
 
484
        esac; \
 
485
        for file in $$dist_files; do \
474
486
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
475
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
476
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
477
 
            dir="/$$dir"; \
478
 
            $(mkdir_p) "$(distdir)$$dir"; \
479
 
          else \
480
 
            dir=''; \
481
 
          fi; \
482
487
          if test -d $$d/$$file; then \
 
488
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
483
489
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
484
490
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
485
491
            fi; \
493
499
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
494
500
          if test "$$subdir" = .; then :; else \
495
501
            test -d "$(distdir)/$$subdir" \
496
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
502
            || $(MKDIR_P) "$(distdir)/$$subdir" \
497
503
            || exit 1; \
498
504
            distdir=`$(am__cd) $(distdir) && pwd`; \
499
505
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
501
507
              $(MAKE) $(AM_MAKEFLAGS) \
502
508
                top_distdir="$$top_distdir" \
503
509
                distdir="$$distdir/$$subdir" \
 
510
                am__remove_distdir=: \
 
511
                am__skip_length_check=: \
504
512
                distdir) \
505
513
              || exit 1; \
506
514
          fi; \
511
519
installdirs: installdirs-recursive
512
520
installdirs-am:
513
521
        for dir in "$(DESTDIR)$(ggzdexecmoddir)"; do \
514
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
522
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
515
523
        done
516
524
install: install-recursive
517
525
install-exec: install-exec-recursive
546
554
        -rm -rf ./$(DEPDIR)
547
555
        -rm -f Makefile
548
556
distclean-am: clean-am distclean-compile distclean-generic \
549
 
        distclean-libtool distclean-tags
 
557
        distclean-tags
550
558
 
551
559
dvi: dvi-recursive
552
560
 
560
568
 
561
569
install-data-am:
562
570
 
 
571
install-dvi: install-dvi-recursive
 
572
 
563
573
install-exec-am: install-ggzdexecmodPROGRAMS
564
574
 
 
575
install-html: install-html-recursive
 
576
 
565
577
install-info: install-info-recursive
566
578
 
567
579
install-man:
568
580
 
 
581
install-pdf: install-pdf-recursive
 
582
 
 
583
install-ps: install-ps-recursive
 
584
 
569
585
installcheck-am:
570
586
 
571
587
maintainer-clean: maintainer-clean-recursive
586
602
 
587
603
ps-am:
588
604
 
589
 
uninstall-am: uninstall-ggzdexecmodPROGRAMS uninstall-info-am
590
 
 
591
 
uninstall-info: uninstall-info-recursive
592
 
 
593
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
594
 
        clean clean-generic clean-ggzdexecmodPROGRAMS clean-libtool \
595
 
        clean-recursive ctags ctags-recursive distclean \
596
 
        distclean-compile distclean-generic distclean-libtool \
597
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
605
uninstall-am: uninstall-ggzdexecmodPROGRAMS
 
606
 
 
607
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
608
        install-strip
 
609
 
 
610
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
611
        all all-am check check-am clean clean-generic \
 
612
        clean-ggzdexecmodPROGRAMS clean-libtool ctags ctags-recursive \
 
613
        distclean distclean-compile distclean-generic \
 
614
        distclean-libtool distclean-tags distdir dvi dvi-am html \
598
615
        html-am info info-am install install-am install-data \
599
 
        install-data-am install-exec install-exec-am \
600
 
        install-ggzdexecmodPROGRAMS install-info install-info-am \
601
 
        install-man install-strip installcheck installcheck-am \
602
 
        installdirs installdirs-am maintainer-clean \
603
 
        maintainer-clean-generic maintainer-clean-recursive \
 
616
        install-data-am install-dvi install-dvi-am install-exec \
 
617
        install-exec-am install-ggzdexecmodPROGRAMS install-html \
 
618
        install-html-am install-info install-info-am install-man \
 
619
        install-pdf install-pdf-am install-ps install-ps-am \
 
620
        install-strip installcheck installcheck-am installdirs \
 
621
        installdirs-am maintainer-clean maintainer-clean-generic \
604
622
        mostlyclean mostlyclean-compile mostlyclean-generic \
605
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
606
 
        tags tags-recursive uninstall uninstall-am \
607
 
        uninstall-ggzdexecmodPROGRAMS uninstall-info-am
 
623
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
624
        uninstall uninstall-am uninstall-ggzdexecmodPROGRAMS
608
625
 
609
626
# Tell versions [3.59,3.63) of GNU make to not export all variables.
610
627
# Otherwise a system limit (for SysV at least) may be exceeded.