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

« back to all changes in this revision

Viewing changes to game_servers/ggzcards/games/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.
18
18
 
19
19
 
20
20
 
21
 
srcdir = @srcdir@
22
 
top_srcdir = @top_srcdir@
23
21
VPATH = @srcdir@
24
22
pkgdatadir = $(datadir)/@PACKAGE@
25
23
pkglibdir = $(libdir)/@PACKAGE@
26
24
pkgincludedir = $(includedir)/@PACKAGE@
27
 
top_builddir = ../../..
28
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29
 
INSTALL = @INSTALL@
30
26
install_sh_DATA = $(install_sh) -c -m 644
31
27
install_sh_PROGRAM = $(install_sh) -c
32
28
install_sh_SCRIPT = $(install_sh) -c
44
40
subdir = game_servers/ggzcards/games
45
41
DIST_COMMON = $(srcdir)/Makefile.am $(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)
64
65
        "$(DESTDIR)$(ggzdgamedir)" "$(DESTDIR)$(ggzdroomdir)"
65
66
ggzdexecmodPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
66
67
PROGRAMS = $(ggzdexecmod_PROGRAMS)
67
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
68
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
68
69
depcomp = $(SHELL) $(top_srcdir)/depcomp
69
70
am__depfiles_maybe = depfiles
70
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
73
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
74
 
        $(AM_CFLAGS) $(CFLAGS)
 
73
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
74
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
75
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75
76
CCLD = $(CC)
76
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
77
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
77
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
78
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
79
        $(LDFLAGS) -o $@
78
80
SOURCES = $(libgames_a_SOURCES)
79
81
DIST_SOURCES = $(libgames_a_SOURCES)
80
82
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
81
83
        html-recursive info-recursive install-data-recursive \
82
 
        install-exec-recursive install-info-recursive \
83
 
        install-recursive installcheck-recursive installdirs-recursive \
84
 
        pdf-recursive ps-recursive uninstall-info-recursive \
85
 
        uninstall-recursive
 
84
        install-dvi-recursive install-exec-recursive \
 
85
        install-html-recursive install-info-recursive \
 
86
        install-pdf-recursive install-ps-recursive install-recursive \
 
87
        installcheck-recursive installdirs-recursive pdf-recursive \
 
88
        ps-recursive uninstall-recursive
86
89
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
87
90
am__vpath_adj = case $$p in \
88
91
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92
95
ggzdgameDATA_INSTALL = $(INSTALL_DATA)
93
96
ggzdroomDATA_INSTALL = $(INSTALL_DATA)
94
97
DATA = $(ggzdgame_DATA) $(ggzdroom_DATA)
 
98
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
99
  distclean-recursive maintainer-clean-recursive
95
100
ETAGS = etags
96
101
CTAGS = ctags
97
102
DIST_SUBDIRS = $(SUBDIRS)
98
103
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99
104
ACLOCAL = @ACLOCAL@
100
 
AMDEP_FALSE = @AMDEP_FALSE@
101
 
AMDEP_TRUE = @AMDEP_TRUE@
102
105
AMTAR = @AMTAR@
103
106
AR = @AR@
104
107
AUTOCONF = @AUTOCONF@
105
108
AUTOHEADER = @AUTOHEADER@
106
109
AUTOMAKE = @AUTOMAKE@
 
110
AVAHI_INCLUDES = @AVAHI_INCLUDES@
107
111
AWK = @AWK@
108
112
CC = @CC@
109
113
CCDEPMODE = @CCDEPMODE@
116
120
CXXDEPMODE = @CXXDEPMODE@
117
121
CXXFLAGS = @CXXFLAGS@
118
122
CYGPATH_W = @CYGPATH_W@
 
123
DATABASE_INCLUDES = @DATABASE_INCLUDES@
119
124
DEFS = @DEFS@
120
125
DEPDIR = @DEPDIR@
 
126
DSYMUTIL = @DSYMUTIL@
121
127
ECHO = @ECHO@
122
128
ECHO_C = @ECHO_C@
123
129
ECHO_N = @ECHO_N@
127
133
F77 = @F77@
128
134
FFLAGS = @FFLAGS@
129
135
GETTEXT = @GETTEXT@
130
 
GGZDB_DB2_FALSE = @GGZDB_DB2_FALSE@
131
 
GGZDB_DB2_TRUE = @GGZDB_DB2_TRUE@
132
 
GGZDB_DB3_FALSE = @GGZDB_DB3_FALSE@
133
 
GGZDB_DB3_TRUE = @GGZDB_DB3_TRUE@
134
 
GGZDB_DB4_FALSE = @GGZDB_DB4_FALSE@
135
 
GGZDB_DB4_TRUE = @GGZDB_DB4_TRUE@
136
 
GGZDB_MYSQL_FALSE = @GGZDB_MYSQL_FALSE@
137
 
GGZDB_MYSQL_TRUE = @GGZDB_MYSQL_TRUE@
138
 
GGZDB_PGSQL_FALSE = @GGZDB_PGSQL_FALSE@
139
 
GGZDB_PGSQL_TRUE = @GGZDB_PGSQL_TRUE@
140
 
GGZDB_SQLITE_FALSE = @GGZDB_SQLITE_FALSE@
141
 
GGZDB_SQLITE_TRUE = @GGZDB_SQLITE_TRUE@
 
136
GGZCARDS_PROTOCOL_ENGINE = @GGZCARDS_PROTOCOL_ENGINE@
 
137
GGZCARDS_PROTOCOL_VERSION = @GGZCARDS_PROTOCOL_VERSION@
 
138
GGZCARDS_VERSION = @GGZCARDS_VERSION@
142
139
GMSGFMT = @GMSGFMT@
 
140
GREP = @GREP@
143
141
HOWL_INCLUDES = @HOWL_INCLUDES@
 
142
INSTALL = @INSTALL@
144
143
INSTALL_DATA = @INSTALL_DATA@
145
144
INSTALL_PROGRAM = @INSTALL_PROGRAM@
146
145
INSTALL_SCRIPT = @INSTALL_SCRIPT@
147
146
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148
 
LDADD = @LDADD@
149
147
LDFLAGS = @LDFLAGS@
150
148
LIBGGZ_INCLUDES = @LIBGGZ_INCLUDES@
151
149
LIBGGZ_LDFLAGS = @LIBGGZ_LDFLAGS@
153
151
LIBOBJS = @LIBOBJS@
154
152
LIBS = @LIBS@
155
153
LIBTOOL = @LIBTOOL@
 
154
LIB_ASYNC = @LIB_ASYNC@
 
155
LIB_AVAHI = @LIB_AVAHI@
156
156
LIB_DATABASE = @LIB_DATABASE@
 
157
LIB_DL = @LIB_DL@
 
158
LIB_EXPAT = @LIB_EXPAT@
 
159
LIB_FAM = @LIB_FAM@
 
160
LIB_GETTEXT = @LIB_GETTEXT@
157
161
LIB_GGZ = @LIB_GGZ@
158
162
LIB_HOWL = @LIB_HOWL@
 
163
LIB_PTHREADS = @LIB_PTHREADS@
159
164
LN_S = @LN_S@
160
165
LTLIBOBJS = @LTLIBOBJS@
161
166
MAINT = @MAINT@
162
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
163
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
164
167
MAKEINFO = @MAKEINFO@
 
168
MKDIR_P = @MKDIR_P@
165
169
MSGFMT = @MSGFMT@
166
170
MSGMERGE = @MSGMERGE@
 
171
NMEDIT = @NMEDIT@
167
172
OBJEXT = @OBJEXT@
168
173
PACKAGE = @PACKAGE@
169
174
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173
178
PACKAGE_VERSION = @PACKAGE_VERSION@
174
179
PATH_SEPARATOR = @PATH_SEPARATOR@
175
180
RANLIB = @RANLIB@
 
181
SED = @SED@
176
182
SET_MAKE = @SET_MAKE@
177
183
SHELL = @SHELL@
178
184
STRIP = @STRIP@
179
185
VERSION = @VERSION@
180
186
XGETTEXT = @XGETTEXT@
181
 
ac_ct_AR = @ac_ct_AR@
 
187
abs_builddir = @abs_builddir@
 
188
abs_srcdir = @abs_srcdir@
 
189
abs_top_builddir = @abs_top_builddir@
 
190
abs_top_srcdir = @abs_top_srcdir@
182
191
ac_ct_CC = @ac_ct_CC@
183
192
ac_ct_CXX = @ac_ct_CXX@
184
193
ac_ct_F77 = @ac_ct_F77@
185
 
ac_ct_RANLIB = @ac_ct_RANLIB@
186
 
ac_ct_STRIP = @ac_ct_STRIP@
187
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
188
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
189
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
190
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
191
194
am__include = @am__include@
192
195
am__leading_dot = @am__leading_dot@
193
196
am__quote = @am__quote@
199
202
build_cpu = @build_cpu@
200
203
build_os = @build_os@
201
204
build_vendor = @build_vendor@
 
205
builddir = @builddir@
202
206
database = @database@
203
207
datadir = @datadir@
 
208
datarootdir = @datarootdir@
 
209
docdir = @docdir@
 
210
dvidir = @dvidir@
204
211
exec_prefix = @exec_prefix@
205
 
ggzd_LIBS = @ggzd_LIBS@
206
212
ggzdconfdir = @ggzdconfdir@
207
213
ggzddatadir = @ggzddatadir@
208
214
ggzdexecmoddir = @ggzdexecmoddir@
214
220
host_cpu = @host_cpu@
215
221
host_os = @host_os@
216
222
host_vendor = @host_vendor@
 
223
htmldir = @htmldir@
217
224
includedir = @includedir@
218
225
infodir = @infodir@
219
226
install_sh = @install_sh@
221
228
libexecdir = @libexecdir@
222
229
libggz_includes = @libggz_includes@
223
230
libggz_libraries = @libggz_libraries@
 
231
localedir = @localedir@
224
232
localstatedir = @localstatedir@
225
233
mandir = @mandir@
226
234
mkdir_p = @mkdir_p@
227
235
oldincludedir = @oldincludedir@
228
236
packagesrcdir = @packagesrcdir@
 
237
pdfdir = @pdfdir@
229
238
prefix = @prefix@
230
239
program_transform_name = @program_transform_name@
 
240
psdir = @psdir@
231
241
sbindir = @sbindir@
232
242
sharedstatedir = @sharedstatedir@
 
243
srcdir = @srcdir@
233
244
sysconfdir = @sysconfdir@
234
245
target_alias = @target_alias@
 
246
top_builddir = @top_builddir@
 
247
top_srcdir = @top_srcdir@
235
248
SUBDIRS = .
236
249
EXTRA_DIST = 
237
250
noinst_LIBRARIES = libgames.a
298
311
        $(RANLIB) libgames.a
299
312
install-ggzdexecmodPROGRAMS: $(ggzdexecmod_PROGRAMS)
300
313
        @$(NORMAL_INSTALL)
301
 
        test -z "$(ggzdexecmoddir)" || $(mkdir_p) "$(DESTDIR)$(ggzdexecmoddir)"
 
314
        test -z "$(ggzdexecmoddir)" || $(MKDIR_P) "$(DESTDIR)$(ggzdexecmoddir)"
302
315
        @list='$(ggzdexecmod_PROGRAMS)'; for p in $$list; do \
303
316
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
304
317
          if test -f $$p \
305
318
             || test -f $$p1 \
306
319
          ; then \
307
320
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
308
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(ggzdexecmodPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(ggzdexecmoddir)/$$f'"; \
309
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(ggzdexecmodPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(ggzdexecmoddir)/$$f" || exit 1; \
 
321
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(ggzdexecmodPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(ggzdexecmoddir)/$$f'"; \
 
322
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(ggzdexecmodPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(ggzdexecmoddir)/$$f" || exit 1; \
310
323
          else :; fi; \
311
324
        done
312
325
 
342
355
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whist.Po@am__quote@
343
356
 
344
357
.c.o:
345
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
346
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
358
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
359
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
347
360
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
348
361
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349
362
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
350
363
 
351
364
.c.obj:
352
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
353
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
365
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
366
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
354
367
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
355
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356
369
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
357
370
 
358
371
.c.lo:
359
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
360
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
372
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
373
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
361
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
362
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363
376
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
367
380
 
368
381
clean-libtool:
369
382
        -rm -rf .libs _libs
370
 
 
371
 
distclean-libtool:
372
 
        -rm -f libtool
373
 
uninstall-info-am:
374
383
install-ggzdgameDATA: $(ggzdgame_DATA)
375
384
        @$(NORMAL_INSTALL)
376
 
        test -z "$(ggzdgamedir)" || $(mkdir_p) "$(DESTDIR)$(ggzdgamedir)"
 
385
        test -z "$(ggzdgamedir)" || $(MKDIR_P) "$(DESTDIR)$(ggzdgamedir)"
377
386
        @list='$(ggzdgame_DATA)'; for p in $$list; do \
378
387
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
379
388
          f=$(am__strip_dir) \
390
399
        done
391
400
install-ggzdroomDATA: $(ggzdroom_DATA)
392
401
        @$(NORMAL_INSTALL)
393
 
        test -z "$(ggzdroomdir)" || $(mkdir_p) "$(DESTDIR)$(ggzdroomdir)"
 
402
        test -z "$(ggzdroomdir)" || $(MKDIR_P) "$(DESTDIR)$(ggzdroomdir)"
394
403
        @list='$(ggzdroom_DATA)'; for p in $$list; do \
395
404
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
396
405
          f=$(am__strip_dir) \
437
446
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
438
447
        fi; test -z "$$fail"
439
448
 
440
 
mostlyclean-recursive clean-recursive distclean-recursive \
441
 
maintainer-clean-recursive:
 
449
$(RECURSIVE_CLEAN_TARGETS):
442
450
        @failcom='exit 1'; \
443
451
        for f in x $$MAKEFLAGS; do \
444
452
          case $$f in \
482
490
        unique=`for i in $$list; do \
483
491
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484
492
          done | \
485
 
          $(AWK) '    { files[$$0] = 1; } \
486
 
               END { for (i in files) print i; }'`; \
 
493
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
494
              END { if (nonempty) { for (i in files) print i; }; }'`; \
487
495
        mkid -fID $$unique
488
496
tags: TAGS
489
497
 
508
516
        unique=`for i in $$list; do \
509
517
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510
518
          done | \
511
 
          $(AWK) '    { files[$$0] = 1; } \
512
 
               END { for (i in files) print i; }'`; \
 
519
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
520
              END { if (nonempty) { for (i in files) print i; }; }'`; \
513
521
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
514
522
          test -n "$$unique" || unique=$$empty_fix; \
515
523
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
519
527
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
520
528
                $(TAGS_FILES) $(LISP)
521
529
        tags=; \
522
 
        here=`pwd`; \
523
530
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
524
531
        unique=`for i in $$list; do \
525
532
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
526
533
          done | \
527
 
          $(AWK) '    { files[$$0] = 1; } \
528
 
               END { for (i in files) print i; }'`; \
 
534
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
535
              END { if (nonempty) { for (i in files) print i; }; }'`; \
529
536
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
530
537
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
531
538
             $$tags $$unique
539
546
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
540
547
 
541
548
distdir: $(DISTFILES)
542
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
543
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
544
 
        list='$(DISTFILES)'; for file in $$list; do \
545
 
          case $$file in \
546
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
547
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
548
 
          esac; \
 
549
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
550
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
551
        list='$(DISTFILES)'; \
 
552
          dist_files=`for file in $$list; do echo $$file; done | \
 
553
          sed -e "s|^$$srcdirstrip/||;t" \
 
554
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
555
        case $$dist_files in \
 
556
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
557
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
558
                           sort -u` ;; \
 
559
        esac; \
 
560
        for file in $$dist_files; do \
549
561
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
550
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
551
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
552
 
            dir="/$$dir"; \
553
 
            $(mkdir_p) "$(distdir)$$dir"; \
554
 
          else \
555
 
            dir=''; \
556
 
          fi; \
557
562
          if test -d $$d/$$file; then \
 
563
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
558
564
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
559
565
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
560
566
            fi; \
568
574
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
569
575
          if test "$$subdir" = .; then :; else \
570
576
            test -d "$(distdir)/$$subdir" \
571
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
577
            || $(MKDIR_P) "$(distdir)/$$subdir" \
572
578
            || exit 1; \
573
579
            distdir=`$(am__cd) $(distdir) && pwd`; \
574
580
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
576
582
              $(MAKE) $(AM_MAKEFLAGS) \
577
583
                top_distdir="$$top_distdir" \
578
584
                distdir="$$distdir/$$subdir" \
 
585
                am__remove_distdir=: \
 
586
                am__skip_length_check=: \
579
587
                distdir) \
580
588
              || exit 1; \
581
589
          fi; \
586
594
installdirs: installdirs-recursive
587
595
installdirs-am:
588
596
        for dir in "$(DESTDIR)$(ggzdexecmoddir)" "$(DESTDIR)$(ggzdgamedir)" "$(DESTDIR)$(ggzdroomdir)"; do \
589
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
597
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
590
598
        done
591
599
install: install-recursive
592
600
install-exec: install-exec-recursive
621
629
        -rm -rf ./$(DEPDIR)
622
630
        -rm -f Makefile
623
631
distclean-am: clean-am distclean-compile distclean-generic \
624
 
        distclean-libtool distclean-tags
 
632
        distclean-tags
625
633
 
626
634
dvi: dvi-recursive
627
635
 
635
643
 
636
644
install-data-am: install-ggzdgameDATA install-ggzdroomDATA
637
645
 
 
646
install-dvi: install-dvi-recursive
 
647
 
638
648
install-exec-am: install-ggzdexecmodPROGRAMS
639
649
 
 
650
install-html: install-html-recursive
 
651
 
640
652
install-info: install-info-recursive
641
653
 
642
654
install-man:
643
655
 
 
656
install-pdf: install-pdf-recursive
 
657
 
 
658
install-ps: install-ps-recursive
 
659
 
644
660
installcheck-am:
645
661
 
646
662
maintainer-clean: maintainer-clean-recursive
662
678
ps-am:
663
679
 
664
680
uninstall-am: uninstall-ggzdexecmodPROGRAMS uninstall-ggzdgameDATA \
665
 
        uninstall-ggzdroomDATA uninstall-info-am
666
 
 
667
 
uninstall-info: uninstall-info-recursive
668
 
 
669
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
670
 
        clean clean-generic clean-ggzdexecmodPROGRAMS clean-libtool \
671
 
        clean-noinstLIBRARIES clean-recursive ctags ctags-recursive \
672
 
        distclean distclean-compile distclean-generic \
673
 
        distclean-libtool distclean-recursive distclean-tags distdir \
674
 
        dvi dvi-am html html-am info info-am install install-am \
675
 
        install-data install-data-am install-exec install-exec-am \
676
 
        install-ggzdexecmodPROGRAMS install-ggzdgameDATA \
677
 
        install-ggzdroomDATA install-info install-info-am install-man \
 
681
        uninstall-ggzdroomDATA
 
682
 
 
683
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
684
        install-strip
 
685
 
 
686
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
687
        all all-am check check-am clean clean-generic \
 
688
        clean-ggzdexecmodPROGRAMS clean-libtool clean-noinstLIBRARIES \
 
689
        ctags ctags-recursive distclean distclean-compile \
 
690
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
691
        dvi-am html html-am info info-am install install-am \
 
692
        install-data install-data-am install-dvi install-dvi-am \
 
693
        install-exec install-exec-am install-ggzdexecmodPROGRAMS \
 
694
        install-ggzdgameDATA install-ggzdroomDATA install-html \
 
695
        install-html-am install-info install-info-am install-man \
 
696
        install-pdf install-pdf-am install-ps install-ps-am \
678
697
        install-strip installcheck installcheck-am installdirs \
679
698
        installdirs-am maintainer-clean maintainer-clean-generic \
680
 
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
681
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
682
 
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
683
 
        uninstall-ggzdexecmodPROGRAMS uninstall-ggzdgameDATA \
684
 
        uninstall-ggzdroomDATA uninstall-info-am
 
699
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
700
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
701
        uninstall uninstall-am uninstall-ggzdexecmodPROGRAMS \
 
702
        uninstall-ggzdgameDATA uninstall-ggzdroomDATA
685
703
 
686
704
# Tell versions [3.59,3.63) of GNU make to not export all variables.
687
705
# Otherwise a system limit (for SysV at least) may be exceeded.