~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/services/server/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-07-23 07:46:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090723074640-wh0ukzis0kda36qv
Tags: upstream-0.5.6
ImportĀ upstreamĀ versionĀ 0.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
target_triplet = @target@
 
37
subdir = src/services/server
 
38
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
39
        $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
42
        $(top_srcdir)/configure.ac
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(install_sh) -d
 
46
CONFIG_HEADER = $(top_builddir)/src/config.h
 
47
CONFIG_CLEAN_FILES =
 
48
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
49
libServerService_la_LIBADD =
 
50
am_libServerService_la_OBJECTS = ServerService.lo OOGChat.lo \
 
51
        ConnectedAdapter.lo NonConnectedAdapter.lo
 
52
libServerService_la_OBJECTS = $(am_libServerService_la_OBJECTS)
 
53
DEFAULT_INCLUDES = 
 
54
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
55
am__depfiles_maybe = depfiles
 
56
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
57
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
58
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
59
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
60
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
61
CXXLD = $(CXX)
 
62
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
63
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
64
        $(LDFLAGS) -o $@
 
65
SOURCES = $(libServerService_la_SOURCES)
 
66
DIST_SOURCES = $(libServerService_la_SOURCES)
 
67
HEADERS = $(noinst_HEADERS)
 
68
ETAGS = etags
 
69
CTAGS = ctags
 
70
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
71
ACLOCAL = @ACLOCAL@
 
72
AMTAR = @AMTAR@
 
73
AR = @AR@
 
74
AUTOCONF = @AUTOCONF@
 
75
AUTOHEADER = @AUTOHEADER@
 
76
AUTOMAKE = @AUTOMAKE@
 
77
AWK = @AWK@
 
78
BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
 
79
BINRELOC_LIBS = @BINRELOC_LIBS@
 
80
CC = @CC@
 
81
CCDEPMODE = @CCDEPMODE@
 
82
CEGUI_CFLAGS = @CEGUI_CFLAGS@
 
83
CEGUI_LIBS = @CEGUI_LIBS@
 
84
CFLAGS = @CFLAGS@
 
85
CPP = @CPP@
 
86
CPPFLAGS = @CPPFLAGS@
 
87
CXX = @CXX@
 
88
CXXCPP = @CXXCPP@
 
89
CXXDEPMODE = @CXXDEPMODE@
 
90
CXXFLAGS = @CXXFLAGS@
 
91
CYGPATH_W = @CYGPATH_W@
 
92
DEFS = @DEFS@
 
93
DEPDIR = @DEPDIR@
 
94
DSYMUTIL = @DSYMUTIL@
 
95
ECHO = @ECHO@
 
96
ECHO_C = @ECHO_C@
 
97
ECHO_N = @ECHO_N@
 
98
ECHO_T = @ECHO_T@
 
99
EGREP = @EGREP@
 
100
EXEEXT = @EXEEXT@
 
101
F77 = @F77@
 
102
FFLAGS = @FFLAGS@
 
103
FREEALUT_CFLAGS = @FREEALUT_CFLAGS@
 
104
FREEALUT_LIBS = @FREEALUT_LIBS@
 
105
GREP = @GREP@
 
106
INSTALL = @INSTALL@
 
107
INSTALL_DATA = @INSTALL_DATA@
 
108
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
109
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
110
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
111
LDFLAGS = @LDFLAGS@
 
112
LIBOBJS = @LIBOBJS@
 
113
LIBS = @LIBS@
 
114
LIBTOOL = @LIBTOOL@
 
115
LN_S = @LN_S@
 
116
LTLIBOBJS = @LTLIBOBJS@
 
117
LUA_CFLAGS = @LUA_CFLAGS@
 
118
LUA_LIBS = @LUA_LIBS@
 
119
MAKEINFO = @MAKEINFO@
 
120
MKDIR_P = @MKDIR_P@
 
121
NMEDIT = @NMEDIT@
 
122
OBJEXT = @OBJEXT@
 
123
OGRE_CFLAGS = @OGRE_CFLAGS@
 
124
OGRE_LIBS = @OGRE_LIBS@
 
125
OPENAL_CFLAGS = @OPENAL_CFLAGS@
 
126
OPENAL_LIBS = @OPENAL_LIBS@
 
127
PACKAGE = @PACKAGE@
 
128
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
129
PACKAGE_NAME = @PACKAGE_NAME@
 
130
PACKAGE_STRING = @PACKAGE_STRING@
 
131
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
132
PACKAGE_VERSION = @PACKAGE_VERSION@
 
133
PATH_SEPARATOR = @PATH_SEPARATOR@
 
134
PKG_CONFIG = @PKG_CONFIG@
 
135
RANLIB = @RANLIB@
 
136
SDL_CFLAGS = @SDL_CFLAGS@
 
137
SDL_CONFIG = @SDL_CONFIG@
 
138
SDL_LIBS = @SDL_LIBS@
 
139
SED = @SED@
 
140
SET_MAKE = @SET_MAKE@
 
141
SHELL = @SHELL@
 
142
SIG_CFLAGS = @SIG_CFLAGS@
 
143
SIG_LIBS = @SIG_LIBS@
 
144
STRIP = @STRIP@
 
145
VERSION = @VERSION@
 
146
WF_CFLAGS = @WF_CFLAGS@
 
147
WF_LIBS = @WF_LIBS@
 
148
XMLLINT = @XMLLINT@
 
149
abs_builddir = @abs_builddir@
 
150
abs_srcdir = @abs_srcdir@
 
151
abs_top_builddir = @abs_top_builddir@
 
152
abs_top_srcdir = @abs_top_srcdir@
 
153
ac_ct_CC = @ac_ct_CC@
 
154
ac_ct_CXX = @ac_ct_CXX@
 
155
ac_ct_F77 = @ac_ct_F77@
 
156
am__include = @am__include@
 
157
am__leading_dot = @am__leading_dot@
 
158
am__quote = @am__quote@
 
159
am__tar = @am__tar@
 
160
am__untar = @am__untar@
 
161
bindir = @bindir@
 
162
build = @build@
 
163
build_alias = @build_alias@
 
164
build_cpu = @build_cpu@
 
165
build_os = @build_os@
 
166
build_vendor = @build_vendor@
 
167
builddir = @builddir@
 
168
datadir = @datadir@
 
169
datarootdir = @datarootdir@
 
170
docdir = @docdir@
 
171
dvidir = @dvidir@
 
172
exec_prefix = @exec_prefix@
 
173
host = @host@
 
174
host_alias = @host_alias@
 
175
host_cpu = @host_cpu@
 
176
host_os = @host_os@
 
177
host_vendor = @host_vendor@
 
178
htmldir = @htmldir@
 
179
includedir = @includedir@
 
180
infodir = @infodir@
 
181
install_sh = @install_sh@
 
182
libdir = @libdir@
 
183
libexecdir = @libexecdir@
 
184
localedir = @localedir@
 
185
localstatedir = @localstatedir@
 
186
mandir = @mandir@
 
187
mkdir_p = @mkdir_p@
 
188
oldincludedir = @oldincludedir@
 
189
pdfdir = @pdfdir@
 
190
prefix = @prefix@
 
191
program_transform_name = @program_transform_name@
 
192
psdir = @psdir@
 
193
sbindir = @sbindir@
 
194
sharedstatedir = @sharedstatedir@
 
195
srcdir = @srcdir@
 
196
sysconfdir = @sysconfdir@
 
197
target = @target@
 
198
target_alias = @target_alias@
 
199
target_cpu = @target_cpu@
 
200
target_os = @target_os@
 
201
target_vendor = @target_vendor@
 
202
top_build_prefix = @top_build_prefix@
 
203
top_builddir = @top_builddir@
 
204
top_srcdir = @top_srcdir@
 
205
INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src
 
206
noinst_LTLIBRARIES = libServerService.la
 
207
libServerService_la_SOURCES = ServerService.cpp OOGChat.cpp \
 
208
        ConnectedAdapter.cpp NonConnectedAdapter.cpp
 
209
 
 
210
noinst_HEADERS = ServerService.h OOGChat.h IServerAdapter.h ConnectedAdapter.h \
 
211
        NonConnectedAdapter.h
 
212
 
 
213
all: all-am
 
214
 
 
215
.SUFFIXES:
 
216
.SUFFIXES: .cpp .lo .o .obj
 
217
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
218
        @for dep in $?; do \
 
219
          case '$(am__configure_deps)' in \
 
220
            *$$dep*) \
 
221
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
222
                && exit 0; \
 
223
              exit 1;; \
 
224
          esac; \
 
225
        done; \
 
226
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/services/server/Makefile'; \
 
227
        cd $(top_srcdir) && \
 
228
          $(AUTOMAKE) --gnu  src/services/server/Makefile
 
229
.PRECIOUS: Makefile
 
230
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
231
        @case '$?' in \
 
232
          *config.status*) \
 
233
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
234
          *) \
 
235
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
236
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
237
        esac;
 
238
 
 
239
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
240
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
241
 
 
242
$(top_srcdir)/configure:  $(am__configure_deps)
 
243
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
244
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
245
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
246
 
 
247
clean-noinstLTLIBRARIES:
 
248
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
249
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
250
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
251
          test "$$dir" != "$$p" || dir=.; \
 
252
          echo "rm -f \"$${dir}/so_locations\""; \
 
253
          rm -f "$${dir}/so_locations"; \
 
254
        done
 
255
libServerService.la: $(libServerService_la_OBJECTS) $(libServerService_la_DEPENDENCIES) 
 
256
        $(CXXLINK)  $(libServerService_la_OBJECTS) $(libServerService_la_LIBADD) $(LIBS)
 
257
 
 
258
mostlyclean-compile:
 
259
        -rm -f *.$(OBJEXT)
 
260
 
 
261
distclean-compile:
 
262
        -rm -f *.tab.c
 
263
 
 
264
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConnectedAdapter.Plo@am__quote@
 
265
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NonConnectedAdapter.Plo@am__quote@
 
266
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OOGChat.Plo@am__quote@
 
267
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ServerService.Plo@am__quote@
 
268
 
 
269
.cpp.o:
 
270
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
271
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
272
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
273
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
274
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
275
 
 
276
.cpp.obj:
 
277
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
278
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
279
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
280
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
281
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
282
 
 
283
.cpp.lo:
 
284
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
285
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
286
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
287
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
288
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
289
 
 
290
mostlyclean-libtool:
 
291
        -rm -f *.lo
 
292
 
 
293
clean-libtool:
 
294
        -rm -rf .libs _libs
 
295
 
 
296
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
297
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
298
        unique=`for i in $$list; do \
 
299
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
300
          done | \
 
301
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
302
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
303
        mkid -fID $$unique
 
304
tags: TAGS
 
305
 
 
306
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
307
                $(TAGS_FILES) $(LISP)
 
308
        tags=; \
 
309
        here=`pwd`; \
 
310
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
311
        unique=`for i in $$list; do \
 
312
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
313
          done | \
 
314
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
315
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
316
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
317
          test -n "$$unique" || unique=$$empty_fix; \
 
318
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
319
            $$tags $$unique; \
 
320
        fi
 
321
ctags: CTAGS
 
322
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
323
                $(TAGS_FILES) $(LISP)
 
324
        tags=; \
 
325
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
326
        unique=`for i in $$list; do \
 
327
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
328
          done | \
 
329
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
330
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
331
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
332
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
333
             $$tags $$unique
 
334
 
 
335
GTAGS:
 
336
        here=`$(am__cd) $(top_builddir) && pwd` \
 
337
          && cd $(top_srcdir) \
 
338
          && gtags -i $(GTAGS_ARGS) $$here
 
339
 
 
340
distclean-tags:
 
341
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
342
 
 
343
distdir: $(DISTFILES)
 
344
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
345
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
346
        list='$(DISTFILES)'; \
 
347
          dist_files=`for file in $$list; do echo $$file; done | \
 
348
          sed -e "s|^$$srcdirstrip/||;t" \
 
349
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
350
        case $$dist_files in \
 
351
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
352
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
353
                           sort -u` ;; \
 
354
        esac; \
 
355
        for file in $$dist_files; do \
 
356
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
357
          if test -d $$d/$$file; then \
 
358
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
359
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
360
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
361
            fi; \
 
362
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
363
          else \
 
364
            test -f $(distdir)/$$file \
 
365
            || cp -p $$d/$$file $(distdir)/$$file \
 
366
            || exit 1; \
 
367
          fi; \
 
368
        done
 
369
check-am: all-am
 
370
check: check-am
 
371
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
372
installdirs:
 
373
install: install-am
 
374
install-exec: install-exec-am
 
375
install-data: install-data-am
 
376
uninstall: uninstall-am
 
377
 
 
378
install-am: all-am
 
379
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
380
 
 
381
installcheck: installcheck-am
 
382
install-strip:
 
383
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
384
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
385
          `test -z '$(STRIP)' || \
 
386
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
387
mostlyclean-generic:
 
388
 
 
389
clean-generic:
 
390
 
 
391
distclean-generic:
 
392
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
393
 
 
394
maintainer-clean-generic:
 
395
        @echo "This command is intended for maintainers to use"
 
396
        @echo "it deletes files that may require special tools to rebuild."
 
397
clean: clean-am
 
398
 
 
399
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
400
        mostlyclean-am
 
401
 
 
402
distclean: distclean-am
 
403
        -rm -rf ./$(DEPDIR)
 
404
        -rm -f Makefile
 
405
distclean-am: clean-am distclean-compile distclean-generic \
 
406
        distclean-tags
 
407
 
 
408
dvi: dvi-am
 
409
 
 
410
dvi-am:
 
411
 
 
412
html: html-am
 
413
 
 
414
info: info-am
 
415
 
 
416
info-am:
 
417
 
 
418
install-data-am:
 
419
 
 
420
install-dvi: install-dvi-am
 
421
 
 
422
install-exec-am:
 
423
 
 
424
install-html: install-html-am
 
425
 
 
426
install-info: install-info-am
 
427
 
 
428
install-man:
 
429
 
 
430
install-pdf: install-pdf-am
 
431
 
 
432
install-ps: install-ps-am
 
433
 
 
434
installcheck-am:
 
435
 
 
436
maintainer-clean: maintainer-clean-am
 
437
        -rm -rf ./$(DEPDIR)
 
438
        -rm -f Makefile
 
439
maintainer-clean-am: distclean-am maintainer-clean-generic
 
440
 
 
441
mostlyclean: mostlyclean-am
 
442
 
 
443
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
444
        mostlyclean-libtool
 
445
 
 
446
pdf: pdf-am
 
447
 
 
448
pdf-am:
 
449
 
 
450
ps: ps-am
 
451
 
 
452
ps-am:
 
453
 
 
454
uninstall-am:
 
455
 
 
456
.MAKE: install-am install-strip
 
457
 
 
458
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
459
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
460
        distclean-compile distclean-generic distclean-libtool \
 
461
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
462
        install install-am install-data install-data-am install-dvi \
 
463
        install-dvi-am install-exec install-exec-am install-html \
 
464
        install-html-am install-info install-info-am install-man \
 
465
        install-pdf install-pdf-am install-ps install-ps-am \
 
466
        install-strip installcheck installcheck-am installdirs \
 
467
        maintainer-clean maintainer-clean-generic mostlyclean \
 
468
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
469
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
470
 
 
471
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
472
# Otherwise a system limit (for SysV at least) may be exceeded.
 
473
.NOEXPORT: