~ubuntu-branches/ubuntu/karmic/ggz-client-libs/karmic

« back to all changes in this revision

Viewing changes to ggzcore/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut, Josef Spillner, Peter Eisentraut
  • Date: 2007-05-02 20:45:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502204502-l6q0yzghpms69nnu
Tags: 0.0.14-1
[ Josef Spillner ]
* New upstream version.

[ Peter Eisentraut ]
* Soname change libggzcore7 -> libggzcore9

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
POST_UNINSTALL = :
38
38
build_triplet = @build@
39
39
host_triplet = @host@
 
40
@INSTALL_GGZCORE_TRUE@am__append_1 = $(LIB_GGZ)
40
41
subdir = ggzcore
41
 
DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
 
42
DIST_COMMON = $(am__include_HEADERS_DIST) $(srcdir)/Makefile.am \
42
43
        $(srcdir)/Makefile.in TODO
43
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
45
 
        $(top_srcdir)/configure.ac
 
45
am__aclocal_m4_deps = $(top_srcdir)/m4/ggz/ggz-debug.m4 \
 
46
        $(top_srcdir)/m4/ggz/ggz.m4 $(top_srcdir)/m4/ggz/mkdir.m4 \
 
47
        $(top_srcdir)/m4/ggz/system.m4 $(top_srcdir)/m4/iconv.m4 \
 
48
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/configure.ac
46
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
50
        $(ACLOCAL_M4)
48
51
mkinstalldirs = $(install_sh) -d
56
59
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
57
60
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
58
61
libLTLIBRARIES_INSTALL = $(INSTALL)
59
 
LTLIBRARIES = $(lib_LTLIBRARIES)
 
62
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
60
63
am__DEPENDENCIES_1 =
 
64
@INSTALL_GGZCORE_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
61
65
libggzcore_la_DEPENDENCIES =  \
62
66
        $(top_builddir)/ggzmod-ggz/libggzmod-ggz.la \
63
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
64
 
am_libggzcore_la_OBJECTS = conf.lo init.lo game.lo gametype.lo hook.lo \
65
 
        module.lo netxml.lo player.lo room.lo server.lo state.lo \
66
 
        table.lo
 
67
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
68
        $(am__DEPENDENCIES_2)
 
69
am_libggzcore_la_OBJECTS = libggzcore_la-conf.lo libggzcore_la-init.lo \
 
70
        libggzcore_la-game.lo libggzcore_la-gametype.lo \
 
71
        libggzcore_la-hook.lo libggzcore_la-module.lo \
 
72
        libggzcore_la-netxml.lo libggzcore_la-player.lo \
 
73
        libggzcore_la-room.lo libggzcore_la-server.lo \
 
74
        libggzcore_la-state.lo libggzcore_la-table.lo
67
75
libggzcore_la_OBJECTS = $(am_libggzcore_la_OBJECTS)
 
76
@INSTALL_GGZCORE_FALSE@am_libggzcore_la_rpath =
 
77
@INSTALL_GGZCORE_TRUE@am_libggzcore_la_rpath = -rpath $(libdir)
68
78
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
69
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
70
80
am__depfiles_maybe = depfiles
78
88
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
79
89
SOURCES = $(libggzcore_la_SOURCES)
80
90
DIST_SOURCES = $(libggzcore_la_SOURCES)
81
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
82
 
        html-recursive info-recursive install-data-recursive \
83
 
        install-exec-recursive install-info-recursive \
84
 
        install-recursive installcheck-recursive installdirs-recursive \
85
 
        pdf-recursive ps-recursive uninstall-info-recursive \
86
 
        uninstall-recursive
 
91
am__include_HEADERS_DIST = ggzcore.h
87
92
includeHEADERS_INSTALL = $(INSTALL_HEADER)
88
93
HEADERS = $(include_HEADERS)
89
94
ETAGS = etags
90
95
CTAGS = ctags
91
 
DIST_SUBDIRS = $(SUBDIRS)
92
96
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93
97
ACLOCAL = @ACLOCAL@
94
98
AMDEP_FALSE = @AMDEP_FALSE@
103
107
CC = @CC@
104
108
CCDEPMODE = @CCDEPMODE@
105
109
CFLAGS = @CFLAGS@
 
110
COND_GGZWRAP_FALSE = @COND_GGZWRAP_FALSE@
 
111
COND_GGZWRAP_TRUE = @COND_GGZWRAP_TRUE@
106
112
CPP = @CPP@
107
113
CPPFLAGS = @CPPFLAGS@
108
114
CXX = @CXX@
123
129
FFLAGS = @FFLAGS@
124
130
GETTEXT = @GETTEXT@
125
131
GMSGFMT = @GMSGFMT@
 
132
GREP = @GREP@
126
133
INSTALL_DATA = @INSTALL_DATA@
 
134
INSTALL_GGZCORE_FALSE = @INSTALL_GGZCORE_FALSE@
 
135
INSTALL_GGZCORE_TRUE = @INSTALL_GGZCORE_TRUE@
 
136
INSTALL_GGZMOD_FALSE = @INSTALL_GGZMOD_FALSE@
 
137
INSTALL_GGZMOD_TRUE = @INSTALL_GGZMOD_TRUE@
127
138
INSTALL_PROGRAM = @INSTALL_PROGRAM@
128
139
INSTALL_SCRIPT = @INSTALL_SCRIPT@
129
140
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
130
141
LDFLAGS = @LDFLAGS@
131
 
LIBEXPAT = @LIBEXPAT@
132
142
LIBGGZ_INCLUDES = @LIBGGZ_INCLUDES@
133
143
LIBGGZ_LDFLAGS = @LIBGGZ_LDFLAGS@
134
144
LIBICONV = @LIBICONV@
135
145
LIBOBJS = @LIBOBJS@
136
146
LIBS = @LIBS@
137
147
LIBTOOL = @LIBTOOL@
 
148
LIB_EXPAT = @LIB_EXPAT@
 
149
LIB_GETTEXT = @LIB_GETTEXT@
138
150
LIB_GGZ = @LIB_GGZ@
139
151
LN_S = @LN_S@
140
152
LTLIBOBJS = @LTLIBOBJS@
159
171
STRIP = @STRIP@
160
172
VERSION = @VERSION@
161
173
XGETTEXT = @XGETTEXT@
162
 
ac_ct_AR = @ac_ct_AR@
163
 
ac_ct_AS = @ac_ct_AS@
164
174
ac_ct_CC = @ac_ct_CC@
165
175
ac_ct_CXX = @ac_ct_CXX@
166
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
167
176
ac_ct_F77 = @ac_ct_F77@
168
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
169
 
ac_ct_RANLIB = @ac_ct_RANLIB@
170
 
ac_ct_STRIP = @ac_ct_STRIP@
171
177
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
172
178
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
173
179
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
184
190
build_os = @build_os@
185
191
build_vendor = @build_vendor@
186
192
datadir = @datadir@
 
193
datarootdir = @datarootdir@
 
194
docdir = @docdir@
 
195
dvidir = @dvidir@
187
196
exec_prefix = @exec_prefix@
188
 
ggzconfdir = @ggzconfdir@
189
 
ggzdatadir = @ggzdatadir@
190
 
ggzexecmoddir = @ggzexecmoddir@
191
197
host = @host@
192
198
host_alias = @host_alias@
193
199
host_cpu = @host_cpu@
194
200
host_os = @host_os@
195
201
host_vendor = @host_vendor@
 
202
htmldir = @htmldir@
196
203
includedir = @includedir@
197
204
infodir = @infodir@
198
205
install_sh = @install_sh@
200
207
libexecdir = @libexecdir@
201
208
libggz_includes = @libggz_includes@
202
209
libggz_libraries = @libggz_libraries@
 
210
localedir = @localedir@
203
211
localstatedir = @localstatedir@
204
212
mandir = @mandir@
205
213
mkdir_p = @mkdir_p@
206
214
oldincludedir = @oldincludedir@
207
 
packagesrcdir = @packagesrcdir@
 
215
pdfdir = @pdfdir@
208
216
prefix = @prefix@
209
217
program_transform_name = @program_transform_name@
 
218
psdir = @psdir@
210
219
sbindir = @sbindir@
211
220
sharedstatedir = @sharedstatedir@
212
221
sysconfdir = @sysconfdir@
213
222
target_alias = @target_alias@
214
 
SUBDIRS = .
215
223
EXTRA_DIST = Doxyfile
216
 
lib_LTLIBRARIES = libggzcore.la
217
 
AM_CPPFLAGS = -I$(top_srcdir)/ggzmod-ggz $(LIBGGZ_INCLUDES)
218
 
include_HEADERS = ggzcore.h
 
224
@INSTALL_GGZCORE_TRUE@lib_LTLIBRARIES = libggzcore.la
 
225
@INSTALL_GGZCORE_TRUE@include_HEADERS = ggzcore.h
 
226
@INSTALL_GGZCORE_FALSE@noinst_LTLIBRARIES = libggzcore.la
 
227
libggzcore_la_CPPFLAGS = -I$(top_srcdir)/ggzmod-ggz \
 
228
        $(LIBGGZ_INCLUDES) \
 
229
        -DGGZCONFDIR=\"$(sysconfdir)\" \
 
230
        -DPREFIX=\"$(prefix)\"
 
231
 
219
232
libggzcore_la_LIBADD = $(top_builddir)/ggzmod-ggz/libggzmod-ggz.la \
220
 
                       $(LIB_GGZ) $(LIBEXPAT)
221
 
 
222
 
libggzcore_la_LDFLAGS = $(LIBGGZ_LDFLAGS) -version-info 8:1:1
 
233
        $(LIB_EXPAT) $(LIB_GETTEXT) $(am__append_1)
 
234
libggzcore_la_LDFLAGS = $(LIBGGZ_LDFLAGS) -version-info 9:0:0
223
235
libggzcore_la_SOURCES = conf.c \
224
236
                        conf.h \
225
237
                        init.c \
247
259
                        table.c \
248
260
                        table.h
249
261
 
250
 
all: all-recursive
 
262
all: all-am
251
263
 
252
264
.SUFFIXES:
253
265
.SUFFIXES: .c .lo .o .obj
307
319
          echo "rm -f \"$${dir}/so_locations\""; \
308
320
          rm -f "$${dir}/so_locations"; \
309
321
        done
 
322
 
 
323
clean-noinstLTLIBRARIES:
 
324
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
325
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
326
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
327
          test "$$dir" != "$$p" || dir=.; \
 
328
          echo "rm -f \"$${dir}/so_locations\""; \
 
329
          rm -f "$${dir}/so_locations"; \
 
330
        done
310
331
libggzcore.la: $(libggzcore_la_OBJECTS) $(libggzcore_la_DEPENDENCIES) 
311
 
        $(LINK) -rpath $(libdir) $(libggzcore_la_LDFLAGS) $(libggzcore_la_OBJECTS) $(libggzcore_la_LIBADD) $(LIBS)
 
332
        $(LINK) $(am_libggzcore_la_rpath) $(libggzcore_la_LDFLAGS) $(libggzcore_la_OBJECTS) $(libggzcore_la_LIBADD) $(LIBS)
312
333
 
313
334
mostlyclean-compile:
314
335
        -rm -f *.$(OBJEXT)
316
337
distclean-compile:
317
338
        -rm -f *.tab.c
318
339
 
319
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Plo@am__quote@
320
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game.Plo@am__quote@
321
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gametype.Plo@am__quote@
322
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hook.Plo@am__quote@
323
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Plo@am__quote@
324
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/module.Plo@am__quote@
325
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netxml.Plo@am__quote@
326
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Plo@am__quote@
327
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/room.Plo@am__quote@
328
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@
329
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state.Plo@am__quote@
330
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/table.Plo@am__quote@
 
340
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libggzcore_la-conf.Plo@am__quote@
 
341
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libggzcore_la-game.Plo@am__quote@
 
342
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libggzcore_la-gametype.Plo@am__quote@
 
343
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libggzcore_la-hook.Plo@am__quote@
 
344
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libggzcore_la-init.Plo@am__quote@
 
345
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libggzcore_la-module.Plo@am__quote@
 
346
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libggzcore_la-netxml.Plo@am__quote@
 
347
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libggzcore_la-player.Plo@am__quote@
 
348
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libggzcore_la-room.Plo@am__quote@
 
349
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libggzcore_la-server.Plo@am__quote@
 
350
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libggzcore_la-state.Plo@am__quote@
 
351
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libggzcore_la-table.Plo@am__quote@
331
352
 
332
353
.c.o:
333
354
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
350
371
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351
372
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
352
373
 
 
374
libggzcore_la-conf.lo: conf.c
 
375
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libggzcore_la-conf.lo -MD -MP -MF "$(DEPDIR)/libggzcore_la-conf.Tpo" -c -o libggzcore_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c; \
 
376
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libggzcore_la-conf.Tpo" "$(DEPDIR)/libggzcore_la-conf.Plo"; else rm -f "$(DEPDIR)/libggzcore_la-conf.Tpo"; exit 1; fi
 
377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='conf.c' object='libggzcore_la-conf.lo' libtool=yes @AMDEPBACKSLASH@
 
378
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
379
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libggzcore_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
 
380
 
 
381
libggzcore_la-init.lo: init.c
 
382
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libggzcore_la-init.lo -MD -MP -MF "$(DEPDIR)/libggzcore_la-init.Tpo" -c -o libggzcore_la-init.lo `test -f 'init.c' || echo '$(srcdir)/'`init.c; \
 
383
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libggzcore_la-init.Tpo" "$(DEPDIR)/libggzcore_la-init.Plo"; else rm -f "$(DEPDIR)/libggzcore_la-init.Tpo"; exit 1; fi
 
384
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='init.c' object='libggzcore_la-init.lo' libtool=yes @AMDEPBACKSLASH@
 
385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
386
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libggzcore_la-init.lo `test -f 'init.c' || echo '$(srcdir)/'`init.c
 
387
 
 
388
libggzcore_la-game.lo: game.c
 
389
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libggzcore_la-game.lo -MD -MP -MF "$(DEPDIR)/libggzcore_la-game.Tpo" -c -o libggzcore_la-game.lo `test -f 'game.c' || echo '$(srcdir)/'`game.c; \
 
390
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libggzcore_la-game.Tpo" "$(DEPDIR)/libggzcore_la-game.Plo"; else rm -f "$(DEPDIR)/libggzcore_la-game.Tpo"; exit 1; fi
 
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='game.c' object='libggzcore_la-game.lo' libtool=yes @AMDEPBACKSLASH@
 
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
393
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libggzcore_la-game.lo `test -f 'game.c' || echo '$(srcdir)/'`game.c
 
394
 
 
395
libggzcore_la-gametype.lo: gametype.c
 
396
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libggzcore_la-gametype.lo -MD -MP -MF "$(DEPDIR)/libggzcore_la-gametype.Tpo" -c -o libggzcore_la-gametype.lo `test -f 'gametype.c' || echo '$(srcdir)/'`gametype.c; \
 
397
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libggzcore_la-gametype.Tpo" "$(DEPDIR)/libggzcore_la-gametype.Plo"; else rm -f "$(DEPDIR)/libggzcore_la-gametype.Tpo"; exit 1; fi
 
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gametype.c' object='libggzcore_la-gametype.lo' libtool=yes @AMDEPBACKSLASH@
 
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
400
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libggzcore_la-gametype.lo `test -f 'gametype.c' || echo '$(srcdir)/'`gametype.c
 
401
 
 
402
libggzcore_la-hook.lo: hook.c
 
403
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libggzcore_la-hook.lo -MD -MP -MF "$(DEPDIR)/libggzcore_la-hook.Tpo" -c -o libggzcore_la-hook.lo `test -f 'hook.c' || echo '$(srcdir)/'`hook.c; \
 
404
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libggzcore_la-hook.Tpo" "$(DEPDIR)/libggzcore_la-hook.Plo"; else rm -f "$(DEPDIR)/libggzcore_la-hook.Tpo"; exit 1; fi
 
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hook.c' object='libggzcore_la-hook.lo' libtool=yes @AMDEPBACKSLASH@
 
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
407
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libggzcore_la-hook.lo `test -f 'hook.c' || echo '$(srcdir)/'`hook.c
 
408
 
 
409
libggzcore_la-module.lo: module.c
 
410
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libggzcore_la-module.lo -MD -MP -MF "$(DEPDIR)/libggzcore_la-module.Tpo" -c -o libggzcore_la-module.lo `test -f 'module.c' || echo '$(srcdir)/'`module.c; \
 
411
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libggzcore_la-module.Tpo" "$(DEPDIR)/libggzcore_la-module.Plo"; else rm -f "$(DEPDIR)/libggzcore_la-module.Tpo"; exit 1; fi
 
412
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='module.c' object='libggzcore_la-module.lo' libtool=yes @AMDEPBACKSLASH@
 
413
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
414
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libggzcore_la-module.lo `test -f 'module.c' || echo '$(srcdir)/'`module.c
 
415
 
 
416
libggzcore_la-netxml.lo: netxml.c
 
417
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libggzcore_la-netxml.lo -MD -MP -MF "$(DEPDIR)/libggzcore_la-netxml.Tpo" -c -o libggzcore_la-netxml.lo `test -f 'netxml.c' || echo '$(srcdir)/'`netxml.c; \
 
418
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libggzcore_la-netxml.Tpo" "$(DEPDIR)/libggzcore_la-netxml.Plo"; else rm -f "$(DEPDIR)/libggzcore_la-netxml.Tpo"; exit 1; fi
 
419
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='netxml.c' object='libggzcore_la-netxml.lo' libtool=yes @AMDEPBACKSLASH@
 
420
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
421
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libggzcore_la-netxml.lo `test -f 'netxml.c' || echo '$(srcdir)/'`netxml.c
 
422
 
 
423
libggzcore_la-player.lo: player.c
 
424
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libggzcore_la-player.lo -MD -MP -MF "$(DEPDIR)/libggzcore_la-player.Tpo" -c -o libggzcore_la-player.lo `test -f 'player.c' || echo '$(srcdir)/'`player.c; \
 
425
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libggzcore_la-player.Tpo" "$(DEPDIR)/libggzcore_la-player.Plo"; else rm -f "$(DEPDIR)/libggzcore_la-player.Tpo"; exit 1; fi
 
426
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='player.c' object='libggzcore_la-player.lo' libtool=yes @AMDEPBACKSLASH@
 
427
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
428
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libggzcore_la-player.lo `test -f 'player.c' || echo '$(srcdir)/'`player.c
 
429
 
 
430
libggzcore_la-room.lo: room.c
 
431
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libggzcore_la-room.lo -MD -MP -MF "$(DEPDIR)/libggzcore_la-room.Tpo" -c -o libggzcore_la-room.lo `test -f 'room.c' || echo '$(srcdir)/'`room.c; \
 
432
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libggzcore_la-room.Tpo" "$(DEPDIR)/libggzcore_la-room.Plo"; else rm -f "$(DEPDIR)/libggzcore_la-room.Tpo"; exit 1; fi
 
433
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='room.c' object='libggzcore_la-room.lo' libtool=yes @AMDEPBACKSLASH@
 
434
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
435
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libggzcore_la-room.lo `test -f 'room.c' || echo '$(srcdir)/'`room.c
 
436
 
 
437
libggzcore_la-server.lo: server.c
 
438
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libggzcore_la-server.lo -MD -MP -MF "$(DEPDIR)/libggzcore_la-server.Tpo" -c -o libggzcore_la-server.lo `test -f 'server.c' || echo '$(srcdir)/'`server.c; \
 
439
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libggzcore_la-server.Tpo" "$(DEPDIR)/libggzcore_la-server.Plo"; else rm -f "$(DEPDIR)/libggzcore_la-server.Tpo"; exit 1; fi
 
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='server.c' object='libggzcore_la-server.lo' libtool=yes @AMDEPBACKSLASH@
 
441
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
442
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libggzcore_la-server.lo `test -f 'server.c' || echo '$(srcdir)/'`server.c
 
443
 
 
444
libggzcore_la-state.lo: state.c
 
445
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libggzcore_la-state.lo -MD -MP -MF "$(DEPDIR)/libggzcore_la-state.Tpo" -c -o libggzcore_la-state.lo `test -f 'state.c' || echo '$(srcdir)/'`state.c; \
 
446
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libggzcore_la-state.Tpo" "$(DEPDIR)/libggzcore_la-state.Plo"; else rm -f "$(DEPDIR)/libggzcore_la-state.Tpo"; exit 1; fi
 
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='state.c' object='libggzcore_la-state.lo' libtool=yes @AMDEPBACKSLASH@
 
448
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
449
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libggzcore_la-state.lo `test -f 'state.c' || echo '$(srcdir)/'`state.c
 
450
 
 
451
libggzcore_la-table.lo: table.c
 
452
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libggzcore_la-table.lo -MD -MP -MF "$(DEPDIR)/libggzcore_la-table.Tpo" -c -o libggzcore_la-table.lo `test -f 'table.c' || echo '$(srcdir)/'`table.c; \
 
453
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libggzcore_la-table.Tpo" "$(DEPDIR)/libggzcore_la-table.Plo"; else rm -f "$(DEPDIR)/libggzcore_la-table.Tpo"; exit 1; fi
 
454
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='table.c' object='libggzcore_la-table.lo' libtool=yes @AMDEPBACKSLASH@
 
455
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
456
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libggzcore_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libggzcore_la-table.lo `test -f 'table.c' || echo '$(srcdir)/'`table.c
 
457
 
353
458
mostlyclean-libtool:
354
459
        -rm -f *.lo
355
460
 
377
482
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
378
483
        done
379
484
 
380
 
# This directory's subdirectories are mostly independent; you can cd
381
 
# into them and run `make' without going through this Makefile.
382
 
# To change the values of `make' variables: instead of editing Makefiles,
383
 
# (1) if the variable is set in `config.status', edit `config.status'
384
 
#     (which will cause the Makefiles to be regenerated when you run `make');
385
 
# (2) otherwise, pass the desired values on the `make' command line.
386
 
$(RECURSIVE_TARGETS):
387
 
        @failcom='exit 1'; \
388
 
        for f in x $$MAKEFLAGS; do \
389
 
          case $$f in \
390
 
            *=* | --[!k]*);; \
391
 
            *k*) failcom='fail=yes';; \
392
 
          esac; \
393
 
        done; \
394
 
        dot_seen=no; \
395
 
        target=`echo $@ | sed s/-recursive//`; \
396
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
397
 
          echo "Making $$target in $$subdir"; \
398
 
          if test "$$subdir" = "."; then \
399
 
            dot_seen=yes; \
400
 
            local_target="$$target-am"; \
401
 
          else \
402
 
            local_target="$$target"; \
403
 
          fi; \
404
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
405
 
          || eval $$failcom; \
406
 
        done; \
407
 
        if test "$$dot_seen" = "no"; then \
408
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
409
 
        fi; test -z "$$fail"
410
 
 
411
 
mostlyclean-recursive clean-recursive distclean-recursive \
412
 
maintainer-clean-recursive:
413
 
        @failcom='exit 1'; \
414
 
        for f in x $$MAKEFLAGS; do \
415
 
          case $$f in \
416
 
            *=* | --[!k]*);; \
417
 
            *k*) failcom='fail=yes';; \
418
 
          esac; \
419
 
        done; \
420
 
        dot_seen=no; \
421
 
        case "$@" in \
422
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
423
 
          *) list='$(SUBDIRS)' ;; \
424
 
        esac; \
425
 
        rev=''; for subdir in $$list; do \
426
 
          if test "$$subdir" = "."; then :; else \
427
 
            rev="$$subdir $$rev"; \
428
 
          fi; \
429
 
        done; \
430
 
        rev="$$rev ."; \
431
 
        target=`echo $@ | sed s/-recursive//`; \
432
 
        for subdir in $$rev; do \
433
 
          echo "Making $$target in $$subdir"; \
434
 
          if test "$$subdir" = "."; then \
435
 
            local_target="$$target-am"; \
436
 
          else \
437
 
            local_target="$$target"; \
438
 
          fi; \
439
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
440
 
          || eval $$failcom; \
441
 
        done && test -z "$$fail"
442
 
tags-recursive:
443
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
444
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
445
 
        done
446
 
ctags-recursive:
447
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
448
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
449
 
        done
450
 
 
451
485
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
452
486
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
453
487
        unique=`for i in $$list; do \
458
492
        mkid -fID $$unique
459
493
tags: TAGS
460
494
 
461
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
495
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
462
496
                $(TAGS_FILES) $(LISP)
463
497
        tags=; \
464
498
        here=`pwd`; \
465
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
466
 
          include_option=--etags-include; \
467
 
          empty_fix=.; \
468
 
        else \
469
 
          include_option=--include; \
470
 
          empty_fix=; \
471
 
        fi; \
472
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
473
 
          if test "$$subdir" = .; then :; else \
474
 
            test ! -f $$subdir/TAGS || \
475
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
476
 
          fi; \
477
 
        done; \
478
499
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
479
500
        unique=`for i in $$list; do \
480
501
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487
508
            $$tags $$unique; \
488
509
        fi
489
510
ctags: CTAGS
490
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
511
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
491
512
                $(TAGS_FILES) $(LISP)
492
513
        tags=; \
493
514
        here=`pwd`; \
536
557
            || exit 1; \
537
558
          fi; \
538
559
        done
539
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
540
 
          if test "$$subdir" = .; then :; else \
541
 
            test -d "$(distdir)/$$subdir" \
542
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
543
 
            || exit 1; \
544
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
545
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
546
 
            (cd $$subdir && \
547
 
              $(MAKE) $(AM_MAKEFLAGS) \
548
 
                top_distdir="$$top_distdir" \
549
 
                distdir="$$distdir/$$subdir" \
550
 
                distdir) \
551
 
              || exit 1; \
552
 
          fi; \
553
 
        done
554
560
check-am: all-am
555
 
check: check-recursive
 
561
check: check-am
556
562
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
557
 
installdirs: installdirs-recursive
558
 
installdirs-am:
 
563
installdirs:
559
564
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
560
565
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
561
566
        done
562
 
install: install-recursive
563
 
install-exec: install-exec-recursive
564
 
install-data: install-data-recursive
565
 
uninstall: uninstall-recursive
 
567
install: install-am
 
568
install-exec: install-exec-am
 
569
install-data: install-data-am
 
570
uninstall: uninstall-am
566
571
 
567
572
install-am: all-am
568
573
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
569
574
 
570
 
installcheck: installcheck-recursive
 
575
installcheck: installcheck-am
571
576
install-strip:
572
577
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
573
578
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
583
588
maintainer-clean-generic:
584
589
        @echo "This command is intended for maintainers to use"
585
590
        @echo "it deletes files that may require special tools to rebuild."
586
 
clean: clean-recursive
 
591
clean: clean-am
587
592
 
588
593
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
589
 
        mostlyclean-am
 
594
        clean-noinstLTLIBRARIES mostlyclean-am
590
595
 
591
 
distclean: distclean-recursive
 
596
distclean: distclean-am
592
597
        -rm -rf ./$(DEPDIR)
593
598
        -rm -f Makefile
594
599
distclean-am: clean-am distclean-compile distclean-generic \
595
600
        distclean-libtool distclean-tags
596
601
 
597
 
dvi: dvi-recursive
 
602
dvi: dvi-am
598
603
 
599
604
dvi-am:
600
605
 
601
 
html: html-recursive
 
606
html: html-am
602
607
 
603
 
info: info-recursive
 
608
info: info-am
604
609
 
605
610
info-am:
606
611
 
608
613
 
609
614
install-exec-am: install-libLTLIBRARIES
610
615
 
611
 
install-info: install-info-recursive
 
616
install-info: install-info-am
612
617
 
613
618
install-man:
614
619
 
615
620
installcheck-am:
616
621
 
617
 
maintainer-clean: maintainer-clean-recursive
 
622
maintainer-clean: maintainer-clean-am
618
623
        -rm -rf ./$(DEPDIR)
619
624
        -rm -f Makefile
620
625
maintainer-clean-am: distclean-am maintainer-clean-generic
621
626
 
622
 
mostlyclean: mostlyclean-recursive
 
627
mostlyclean: mostlyclean-am
623
628
 
624
629
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
625
630
        mostlyclean-libtool
626
631
 
627
 
pdf: pdf-recursive
 
632
pdf: pdf-am
628
633
 
629
634
pdf-am:
630
635
 
631
 
ps: ps-recursive
 
636
ps: ps-am
632
637
 
633
638
ps-am:
634
639
 
635
640
uninstall-am: uninstall-includeHEADERS uninstall-info-am \
636
641
        uninstall-libLTLIBRARIES
637
642
 
638
 
uninstall-info: uninstall-info-recursive
639
 
 
640
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
641
 
        clean clean-generic clean-libLTLIBRARIES clean-libtool \
642
 
        clean-recursive ctags ctags-recursive distclean \
643
 
        distclean-compile distclean-generic distclean-libtool \
644
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
643
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
644
        clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
 
645
        ctags distclean distclean-compile distclean-generic \
 
646
        distclean-libtool distclean-tags distdir dvi dvi-am html \
645
647
        html-am info info-am install install-am install-data \
646
648
        install-data-am install-exec install-exec-am \
647
649
        install-includeHEADERS install-info install-info-am \
648
650
        install-libLTLIBRARIES install-man install-strip installcheck \
649
 
        installcheck-am installdirs installdirs-am maintainer-clean \
650
 
        maintainer-clean-generic maintainer-clean-recursive \
651
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
652
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
653
 
        tags tags-recursive uninstall uninstall-am \
654
 
        uninstall-includeHEADERS uninstall-info-am \
655
 
        uninstall-libLTLIBRARIES
 
651
        installcheck-am installdirs maintainer-clean \
 
652
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
653
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
654
        tags uninstall uninstall-am uninstall-includeHEADERS \
 
655
        uninstall-info-am uninstall-libLTLIBRARIES
656
656
 
657
657
# Tell versions [3.59,3.63) of GNU make to not export all variables.
658
658
# Otherwise a system limit (for SysV at least) may be exceeded.