~ubuntu-branches/ubuntu/warty/aqsis/warty

« back to all changes in this revision

Viewing changes to boost/libs/filesystem/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-08-24 07:25:04 UTC
  • Revision ID: james.westby@ubuntu.com-20040824072504-zf993vnevvisdsvb
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.7.7 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# 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
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = ../../../..
 
24
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
26
INSTALL = @INSTALL@
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
 
30
INSTALL_HEADER = $(INSTALL_DATA)
 
31
transform = $(program_transform_name)
 
32
NORMAL_INSTALL = :
 
33
PRE_INSTALL = :
 
34
POST_INSTALL = :
 
35
NORMAL_UNINSTALL = :
 
36
PRE_UNINSTALL = :
 
37
POST_UNINSTALL = :
 
38
host_triplet = @host@
 
39
ACLOCAL = @ACLOCAL@
 
40
AMDEP_FALSE = @AMDEP_FALSE@
 
41
AMDEP_TRUE = @AMDEP_TRUE@
 
42
AMTAR = @AMTAR@
 
43
AQSIS_CFLAGS = @AQSIS_CFLAGS@
 
44
AQSIS_CPPFLAGS = @AQSIS_CPPFLAGS@
 
45
AQSIS_CXXFLAGS = @AQSIS_CXXFLAGS@
 
46
AUTOCONF = @AUTOCONF@
 
47
AUTOHEADER = @AUTOHEADER@
 
48
AUTOMAKE = @AUTOMAKE@
 
49
AWK = @AWK@
 
50
CC = @CC@
 
51
CCDEPMODE = @CCDEPMODE@
 
52
CFLAGS = @CFLAGS@
 
53
CPP = @CPP@
 
54
CPPFLAGS = @CPPFLAGS@
 
55
CXX = @CXX@
 
56
CXXDEPMODE = @CXXDEPMODE@
 
57
CXXFLAGS = @CXXFLAGS@
 
58
CYGPATH_W = @CYGPATH_W@
 
59
DEBUG_FALSE = @DEBUG_FALSE@
 
60
DEBUG_TRUE = @DEBUG_TRUE@
 
61
DEFS = @DEFS@
 
62
DEPDIR = @DEPDIR@
 
63
ECHO = @ECHO@
 
64
ECHO_C = @ECHO_C@
 
65
ECHO_N = @ECHO_N@
 
66
ECHO_T = @ECHO_T@
 
67
EGREP = @EGREP@
 
68
EXEEXT = @EXEEXT@
 
69
GL_CFLAGS = @GL_CFLAGS@
 
70
GL_LIBS = @GL_LIBS@
 
71
INSTALL_DATA = @INSTALL_DATA@
 
72
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
73
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
74
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
75
LDFLAGS = @LDFLAGS@
 
76
LEX = @LEX@
 
77
LEXLIB = @LEXLIB@
 
78
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
79
LIBOBJS = @LIBOBJS@
 
80
LIBS = @LIBS@
 
81
LIBTOOL = @LIBTOOL@
 
82
LN_S = @LN_S@
 
83
LTLIBOBJS = @LTLIBOBJS@
 
84
MAKEINFO = @MAKEINFO@
 
85
OBJEXT = @OBJEXT@
 
86
OPENGL_FALSE = @OPENGL_FALSE@
 
87
OPENGL_TRUE = @OPENGL_TRUE@
 
88
PACKAGE = @PACKAGE@
 
89
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
90
PACKAGE_NAME = @PACKAGE_NAME@
 
91
PACKAGE_STRING = @PACKAGE_STRING@
 
92
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
93
PACKAGE_VERSION = @PACKAGE_VERSION@
 
94
PATH_SEPARATOR = @PATH_SEPARATOR@
 
95
PLUGINS_FALSE = @PLUGINS_FALSE@
 
96
PLUGINS_TRUE = @PLUGINS_TRUE@
 
97
PLUGIN_FLAGS = @PLUGIN_FLAGS@
 
98
PROFILE_FALSE = @PROFILE_FALSE@
 
99
PROFILE_TRUE = @PROFILE_TRUE@
 
100
RANLIB = @RANLIB@
 
101
SET_MAKE = @SET_MAKE@
 
102
SHELL = @SHELL@
 
103
STRIP = @STRIP@
 
104
TIFF_FLAGS = @TIFF_FLAGS@
 
105
TIFF_INC = @TIFF_INC@
 
106
VERSION = @VERSION@
 
107
X_CFLAGS = @X_CFLAGS@
 
108
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
109
X_LIBS = @X_LIBS@
 
110
X_PRE_LIBS = @X_PRE_LIBS@
 
111
YACC = @YACC@
 
112
ZLIB_FLAGS = @ZLIB_FLAGS@
 
113
ZLIB_INC = @ZLIB_INC@
 
114
ac_ct_CC = @ac_ct_CC@
 
115
ac_ct_CXX = @ac_ct_CXX@
 
116
ac_ct_RANLIB = @ac_ct_RANLIB@
 
117
ac_ct_STRIP = @ac_ct_STRIP@
 
118
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
119
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
120
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
121
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
122
am__include = @am__include@
 
123
am__leading_dot = @am__leading_dot@
 
124
am__quote = @am__quote@
 
125
bindir = @bindir@
 
126
build = @build@
 
127
build_alias = @build_alias@
 
128
build_cpu = @build_cpu@
 
129
build_os = @build_os@
 
130
build_vendor = @build_vendor@
 
131
datadir = @datadir@
 
132
exec_prefix = @exec_prefix@
 
133
have_xsltproc = @have_xsltproc@
 
134
host = @host@
 
135
host_alias = @host_alias@
 
136
host_cpu = @host_cpu@
 
137
host_os = @host_os@
 
138
host_vendor = @host_vendor@
 
139
includedir = @includedir@
 
140
infodir = @infodir@
 
141
install_sh = @install_sh@
 
142
libdir = @libdir@
 
143
libexecdir = @libexecdir@
 
144
localstatedir = @localstatedir@
 
145
mandir = @mandir@
 
146
oldincludedir = @oldincludedir@
 
147
prefix = @prefix@
 
148
program_transform_name = @program_transform_name@
 
149
sbindir = @sbindir@
 
150
sharedstatedir = @sharedstatedir@
 
151
sysconfdir = @sysconfdir@
 
152
target_alias = @target_alias@
 
153
noinst_LTLIBRARIES = libfilesystempp.la
 
154
 
 
155
libfilesystempp_la_SOURCES = \
 
156
convenience.cpp \
 
157
exception.cpp \
 
158
operations_posix_windows.cpp \
 
159
path_posix_windows.cpp
 
160
 
 
161
 
 
162
INCLUDES = -I$(top_srcdir)/boost
 
163
 
 
164
AM_CXXFLAGS = @AQSIS_CXXFLAGS@
 
165
AM_CPPFLAGS = @AQSIS_CPPFLAGS@
 
166
subdir = boost/libs/filesystem/src
 
167
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
168
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
169
CONFIG_HEADER = $(top_builddir)/libaqsistypes/config.h
 
170
CONFIG_CLEAN_FILES =
 
171
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
172
 
 
173
libfilesystempp_la_LDFLAGS =
 
174
libfilesystempp_la_LIBADD =
 
175
am_libfilesystempp_la_OBJECTS = convenience.lo exception.lo \
 
176
        operations_posix_windows.lo path_posix_windows.lo
 
177
libfilesystempp_la_OBJECTS = $(am_libfilesystempp_la_OBJECTS)
 
178
 
 
179
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/libaqsistypes
 
180
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
181
am__depfiles_maybe = depfiles
 
182
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/convenience.Plo \
 
183
@AMDEP_TRUE@    ./$(DEPDIR)/exception.Plo \
 
184
@AMDEP_TRUE@    ./$(DEPDIR)/operations_posix_windows.Plo \
 
185
@AMDEP_TRUE@    ./$(DEPDIR)/path_posix_windows.Plo
 
186
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
187
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
188
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
 
189
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
190
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
191
CXXLD = $(CXX)
 
192
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
 
193
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
194
DIST_SOURCES = $(libfilesystempp_la_SOURCES)
 
195
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
196
SOURCES = $(libfilesystempp_la_SOURCES)
 
197
 
 
198
all: all-am
 
199
 
 
200
.SUFFIXES:
 
201
.SUFFIXES: .cpp .lo .o .obj
 
202
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
203
        cd $(top_srcdir) && \
 
204
          $(AUTOMAKE) --gnu  boost/libs/filesystem/src/Makefile
 
205
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
206
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
207
 
 
208
clean-noinstLTLIBRARIES:
 
209
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
210
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
211
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
212
          test "$$dir" = "$$p" && dir=.; \
 
213
          echo "rm -f \"$${dir}/so_locations\""; \
 
214
          rm -f "$${dir}/so_locations"; \
 
215
        done
 
216
libfilesystempp.la: $(libfilesystempp_la_OBJECTS) $(libfilesystempp_la_DEPENDENCIES) 
 
217
        $(CXXLINK)  $(libfilesystempp_la_LDFLAGS) $(libfilesystempp_la_OBJECTS) $(libfilesystempp_la_LIBADD) $(LIBS)
 
218
 
 
219
mostlyclean-compile:
 
220
        -rm -f *.$(OBJEXT) core *.core
 
221
 
 
222
distclean-compile:
 
223
        -rm -f *.tab.c
 
224
 
 
225
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convenience.Plo@am__quote@
 
226
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Plo@am__quote@
 
227
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/operations_posix_windows.Plo@am__quote@
 
228
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/path_posix_windows.Plo@am__quote@
 
229
 
 
230
.cpp.o:
 
231
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
232
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
233
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
234
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
235
@am__fastdepCXX_TRUE@   fi
 
236
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
237
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
238
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
239
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
240
 
 
241
.cpp.obj:
 
242
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
243
@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
244
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
245
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
246
@am__fastdepCXX_TRUE@   fi
 
247
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
248
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
249
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
250
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
251
 
 
252
.cpp.lo:
 
253
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
254
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
255
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
 
256
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
257
@am__fastdepCXX_TRUE@   fi
 
258
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
259
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
260
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
261
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
262
 
 
263
mostlyclean-libtool:
 
264
        -rm -f *.lo
 
265
 
 
266
clean-libtool:
 
267
        -rm -rf .libs _libs
 
268
 
 
269
distclean-libtool:
 
270
        -rm -f libtool
 
271
uninstall-info-am:
 
272
 
 
273
ETAGS = etags
 
274
ETAGSFLAGS =
 
275
 
 
276
CTAGS = ctags
 
277
CTAGSFLAGS =
 
278
 
 
279
tags: TAGS
 
280
 
 
281
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
282
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
283
        unique=`for i in $$list; do \
 
284
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
285
          done | \
 
286
          $(AWK) '    { files[$$0] = 1; } \
 
287
               END { for (i in files) print i; }'`; \
 
288
        mkid -fID $$unique
 
289
 
 
290
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
291
                $(TAGS_FILES) $(LISP)
 
292
        tags=; \
 
293
        here=`pwd`; \
 
294
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
295
        unique=`for i in $$list; do \
 
296
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
297
          done | \
 
298
          $(AWK) '    { files[$$0] = 1; } \
 
299
               END { for (i in files) print i; }'`; \
 
300
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
301
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
302
             $$tags $$unique
 
303
 
 
304
ctags: CTAGS
 
305
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
306
                $(TAGS_FILES) $(LISP)
 
307
        tags=; \
 
308
        here=`pwd`; \
 
309
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
310
        unique=`for i in $$list; do \
 
311
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
312
          done | \
 
313
          $(AWK) '    { files[$$0] = 1; } \
 
314
               END { for (i in files) print i; }'`; \
 
315
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
316
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
317
             $$tags $$unique
 
318
 
 
319
GTAGS:
 
320
        here=`$(am__cd) $(top_builddir) && pwd` \
 
321
          && cd $(top_srcdir) \
 
322
          && gtags -i $(GTAGS_ARGS) $$here
 
323
 
 
324
distclean-tags:
 
325
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
326
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
327
 
 
328
top_distdir = ../../../..
 
329
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
330
 
 
331
distdir: $(DISTFILES)
 
332
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
333
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
334
        list='$(DISTFILES)'; for file in $$list; do \
 
335
          case $$file in \
 
336
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
337
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
338
          esac; \
 
339
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
340
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
341
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
342
            dir="/$$dir"; \
 
343
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
344
          else \
 
345
            dir=''; \
 
346
          fi; \
 
347
          if test -d $$d/$$file; then \
 
348
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
349
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
350
            fi; \
 
351
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
352
          else \
 
353
            test -f $(distdir)/$$file \
 
354
            || cp -p $$d/$$file $(distdir)/$$file \
 
355
            || exit 1; \
 
356
          fi; \
 
357
        done
 
358
check-am: all-am
 
359
check: check-am
 
360
all-am: Makefile $(LTLIBRARIES)
 
361
 
 
362
installdirs:
 
363
install: install-am
 
364
install-exec: install-exec-am
 
365
install-data: install-data-am
 
366
uninstall: uninstall-am
 
367
 
 
368
install-am: all-am
 
369
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
370
 
 
371
installcheck: installcheck-am
 
372
install-strip:
 
373
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
374
          INSTALL_STRIP_FLAG=-s \
 
375
          `test -z '$(STRIP)' || \
 
376
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
377
mostlyclean-generic:
 
378
 
 
379
clean-generic:
 
380
 
 
381
distclean-generic:
 
382
        -rm -f $(CONFIG_CLEAN_FILES)
 
383
 
 
384
maintainer-clean-generic:
 
385
        @echo "This command is intended for maintainers to use"
 
386
        @echo "it deletes files that may require special tools to rebuild."
 
387
clean: clean-am
 
388
 
 
389
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
390
        mostlyclean-am
 
391
 
 
392
distclean: distclean-am
 
393
        -rm -rf ./$(DEPDIR)
 
394
        -rm -f Makefile
 
395
 
 
396
distclean-am: clean-am distclean-compile distclean-generic \
 
397
        distclean-libtool distclean-tags
 
398
 
 
399
dvi: dvi-am
 
400
 
 
401
dvi-am:
 
402
 
 
403
info: info-am
 
404
 
 
405
info-am:
 
406
 
 
407
install-data-am:
 
408
 
 
409
install-exec-am:
 
410
 
 
411
install-info: install-info-am
 
412
 
 
413
install-man:
 
414
 
 
415
installcheck-am:
 
416
 
 
417
maintainer-clean: maintainer-clean-am
 
418
        -rm -rf ./$(DEPDIR)
 
419
        -rm -f Makefile
 
420
 
 
421
maintainer-clean-am: distclean-am maintainer-clean-generic
 
422
 
 
423
mostlyclean: mostlyclean-am
 
424
 
 
425
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
426
        mostlyclean-libtool
 
427
 
 
428
pdf: pdf-am
 
429
 
 
430
pdf-am:
 
431
 
 
432
ps: ps-am
 
433
 
 
434
ps-am:
 
435
 
 
436
uninstall-am: uninstall-info-am
 
437
 
 
438
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
439
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
440
        distclean-compile distclean-generic distclean-libtool \
 
441
        distclean-tags distdir dvi dvi-am info info-am install \
 
442
        install-am install-data install-data-am install-exec \
 
443
        install-exec-am install-info install-info-am install-man \
 
444
        install-strip installcheck installcheck-am installdirs \
 
445
        maintainer-clean maintainer-clean-generic mostlyclean \
 
446
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
 
447
        pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
 
448
 
 
449
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
450
# Otherwise a system limit (for SysV at least) may be exceeded.
 
451
.NOEXPORT: