ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/lib/pcre/Makefile.in
Revision: 945
Committed: Mon Jul 20 15:48:27 2009 UTC (17 years ago) by michael
File size: 15530 byte(s)
Log Message:
- fixed some configure mess and imported latest libtool sources

File Contents

# User Rev Content
1 michael 945 # Makefile.in generated by automake 1.11 from Makefile.am.
2 michael 912 # @configure_input@
3    
4     # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 michael 945 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6     # Inc.
7 michael 912 # This Makefile.in is free software; the Free Software Foundation
8     # gives unlimited permission to copy and/or distribute it,
9     # with or without modifications, as long as this notice is preserved.
10    
11     # This program is distributed in the hope that it will be useful,
12     # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13     # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14     # PARTICULAR PURPOSE.
15    
16     @SET_MAKE@
17    
18     VPATH = @srcdir@
19     pkgdatadir = $(datadir)/@PACKAGE@
20 michael 945 pkgincludedir = $(includedir)/@PACKAGE@
21 michael 912 pkglibdir = $(libdir)/@PACKAGE@
22 michael 945 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 michael 912 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24     install_sh_DATA = $(install_sh) -c -m 644
25     install_sh_PROGRAM = $(install_sh) -c
26     install_sh_SCRIPT = $(install_sh) -c
27     INSTALL_HEADER = $(INSTALL_DATA)
28     transform = $(program_transform_name)
29     NORMAL_INSTALL = :
30     PRE_INSTALL = :
31     POST_INSTALL = :
32     NORMAL_UNINSTALL = :
33     PRE_UNINSTALL = :
34     POST_UNINSTALL = :
35     build_triplet = @build@
36     host_triplet = @host@
37     subdir = lib/pcre
38     DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39     AUTHORS
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)/config.h
47     CONFIG_CLEAN_FILES =
48 michael 945 CONFIG_CLEAN_VPATH_FILES =
49 michael 912 LIBRARIES = $(noinst_LIBRARIES)
50     ARFLAGS = cru
51     libpcre_a_AR = $(AR) $(ARFLAGS)
52     libpcre_a_LIBADD =
53     am_libpcre_a_OBJECTS = pcre_chartables.$(OBJEXT) \
54     pcre_compile.$(OBJEXT) pcre_exec.$(OBJEXT) \
55     pcre_globals.$(OBJEXT) pcre_study.$(OBJEXT) \
56     pcre_tables.$(OBJEXT) pcre_fullinfo.$(OBJEXT) \
57     pcre_try_flipped.$(OBJEXT)
58     libpcre_a_OBJECTS = $(am_libpcre_a_OBJECTS)
59 db 941 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
60 michael 912 depcomp = $(SHELL) $(top_srcdir)/depcomp
61     am__depfiles_maybe = depfiles
62 michael 945 am__mv = mv -f
63 michael 912 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65     LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
66     --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
67     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68     CCLD = $(CC)
69     LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
70     --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
71     $(LDFLAGS) -o $@
72     SOURCES = $(libpcre_a_SOURCES)
73     DIST_SOURCES = $(libpcre_a_SOURCES)
74     ETAGS = etags
75     CTAGS = ctags
76     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77     ACLOCAL = @ACLOCAL@
78     AMTAR = @AMTAR@
79     AR = @AR@
80 michael 945 ARGZ_H = @ARGZ_H@
81 michael 912 AUTOCONF = @AUTOCONF@
82     AUTOHEADER = @AUTOHEADER@
83     AUTOMAKE = @AUTOMAKE@
84     AWK = @AWK@
85     CC = @CC@
86     CCDEPMODE = @CCDEPMODE@
87     CFLAGS = @CFLAGS@
88     CPP = @CPP@
89     CPPFLAGS = @CPPFLAGS@
90     CYGPATH_W = @CYGPATH_W@
91     DATADIR = @DATADIR@
92     DEFS = @DEFS@
93     DEPDIR = @DEPDIR@
94 db 941 DSYMUTIL = @DSYMUTIL@
95 michael 945 DUMPBIN = @DUMPBIN@
96 michael 912 ECHO_C = @ECHO_C@
97     ECHO_N = @ECHO_N@
98     ECHO_T = @ECHO_T@
99     EGREP = @EGREP@
100     EXEEXT = @EXEEXT@
101 michael 945 FGREP = @FGREP@
102 michael 912 GREP = @GREP@
103     INCLTDL = @INCLTDL@
104     INSTALL = @INSTALL@
105     INSTALL_DATA = @INSTALL_DATA@
106     INSTALL_PROGRAM = @INSTALL_PROGRAM@
107     INSTALL_SCRIPT = @INSTALL_SCRIPT@
108     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109 michael 945 LD = @LD@
110 michael 912 LDFLAGS = @LDFLAGS@
111     LEX = @LEX@
112     LEXLIB = @LEXLIB@
113     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
114 michael 945 LIBADD_DL = @LIBADD_DL@
115     LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
116     LIBADD_DLOPEN = @LIBADD_DLOPEN@
117     LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
118 michael 912 LIBDIR = @LIBDIR@
119     LIBLTDL = @LIBLTDL@
120     LIBOBJS = @LIBOBJS@
121     LIBS = @LIBS@
122     LIBTOOL = @LIBTOOL@
123 michael 945 LIPO = @LIPO@
124 michael 912 LN_S = @LN_S@
125     LOCALSTATEDIR = @LOCALSTATEDIR@
126 michael 945 LTDLDEPS = @LTDLDEPS@
127     LTDLINCL = @LTDLINCL@
128     LTDLOPEN = @LTDLOPEN@
129 michael 912 LTLIBOBJS = @LTLIBOBJS@
130 michael 945 LT_CONFIG_H = @LT_CONFIG_H@
131     LT_DLLOADERS = @LT_DLLOADERS@
132     LT_DLPREOPEN = @LT_DLPREOPEN@
133 michael 912 MAINT = @MAINT@
134     MAKEINFO = @MAKEINFO@
135     MKDIR_P = @MKDIR_P@
136 michael 945 NM = @NM@
137 db 941 NMEDIT = @NMEDIT@
138 michael 945 OBJDUMP = @OBJDUMP@
139 michael 912 OBJEXT = @OBJEXT@
140 michael 945 OTOOL = @OTOOL@
141     OTOOL64 = @OTOOL64@
142 michael 912 PACKAGE = @PACKAGE@
143     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
144     PACKAGE_NAME = @PACKAGE_NAME@
145     PACKAGE_STRING = @PACKAGE_STRING@
146     PACKAGE_TARNAME = @PACKAGE_TARNAME@
147     PACKAGE_VERSION = @PACKAGE_VERSION@
148     PATH_SEPARATOR = @PATH_SEPARATOR@
149     PREFIX = @PREFIX@
150     RANLIB = @RANLIB@
151     SED = @SED@
152     SET_MAKE = @SET_MAKE@
153     SHELL = @SHELL@
154     STRIP = @STRIP@
155     SYSCONFDIR = @SYSCONFDIR@
156     VERSION = @VERSION@
157     YACC = @YACC@
158     YFLAGS = @YFLAGS@
159     abs_builddir = @abs_builddir@
160     abs_srcdir = @abs_srcdir@
161     abs_top_builddir = @abs_top_builddir@
162     abs_top_srcdir = @abs_top_srcdir@
163     ac_ct_CC = @ac_ct_CC@
164 michael 945 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
165 michael 912 am__include = @am__include@
166     am__leading_dot = @am__leading_dot@
167     am__quote = @am__quote@
168     am__tar = @am__tar@
169     am__untar = @am__untar@
170     bindir = @bindir@
171     build = @build@
172     build_alias = @build_alias@
173     build_cpu = @build_cpu@
174     build_os = @build_os@
175     build_vendor = @build_vendor@
176     builddir = @builddir@
177     datadir = @datadir@
178     datarootdir = @datarootdir@
179     docdir = @docdir@
180     dvidir = @dvidir@
181     exec_prefix = @exec_prefix@
182     host = @host@
183     host_alias = @host_alias@
184     host_cpu = @host_cpu@
185     host_os = @host_os@
186     host_vendor = @host_vendor@
187     htmldir = @htmldir@
188     includedir = @includedir@
189     infodir = @infodir@
190     install_sh = @install_sh@
191     libdir = @libdir@
192     libexecdir = @libexecdir@
193     localedir = @localedir@
194     localstatedir = @localstatedir@
195 michael 945 lt_ECHO = @lt_ECHO@
196     ltdl_LIBOBJS = @ltdl_LIBOBJS@
197     ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
198 michael 912 mandir = @mandir@
199     mkdir_p = @mkdir_p@
200     oldincludedir = @oldincludedir@
201     pdfdir = @pdfdir@
202     prefix = @prefix@
203     program_transform_name = @program_transform_name@
204     psdir = @psdir@
205     sbindir = @sbindir@
206     sharedstatedir = @sharedstatedir@
207     srcdir = @srcdir@
208     subdirs = @subdirs@
209 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
210 michael 912 sysconfdir = @sysconfdir@
211     target_alias = @target_alias@
212 db 941 top_build_prefix = @top_build_prefix@
213 michael 912 top_builddir = @top_builddir@
214     top_srcdir = @top_srcdir@
215     AUTOMAKE_OPTIONS = foreign
216     noinst_LIBRARIES = libpcre.a
217     libpcre_a_SOURCES = pcre_chartables.c \
218     pcre_compile.c \
219     pcre_exec.c pcre_globals.c \
220     pcre_study.c \
221     pcre_tables.c \
222     pcre_fullinfo.c \
223     pcre_try_flipped.c
224    
225     all: all-am
226    
227     .SUFFIXES:
228     .SUFFIXES: .c .lo .o .obj
229     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
230     @for dep in $?; do \
231     case '$(am__configure_deps)' in \
232     *$$dep*) \
233 michael 945 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
234     && { if test -f $@; then exit 0; else break; fi; }; \
235 michael 912 exit 1;; \
236     esac; \
237     done; \
238 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/pcre/Makefile'; \
239     $(am__cd) $(top_srcdir) && \
240     $(AUTOMAKE) --foreign lib/pcre/Makefile
241 michael 912 .PRECIOUS: Makefile
242     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243     @case '$?' in \
244     *config.status*) \
245     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
246     *) \
247     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
248     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
249     esac;
250    
251     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253    
254     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
255     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
257     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258 michael 945 $(am__aclocal_m4_deps):
259 michael 912
260     clean-noinstLIBRARIES:
261     -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
262     libpcre.a: $(libpcre_a_OBJECTS) $(libpcre_a_DEPENDENCIES)
263     -rm -f libpcre.a
264     $(libpcre_a_AR) libpcre.a $(libpcre_a_OBJECTS) $(libpcre_a_LIBADD)
265     $(RANLIB) libpcre.a
266    
267     mostlyclean-compile:
268     -rm -f *.$(OBJEXT)
269    
270     distclean-compile:
271     -rm -f *.tab.c
272    
273     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_chartables.Po@am__quote@
274     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_compile.Po@am__quote@
275     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_exec.Po@am__quote@
276     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_fullinfo.Po@am__quote@
277     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_globals.Po@am__quote@
278     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_study.Po@am__quote@
279     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_tables.Po@am__quote@
280     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_try_flipped.Po@am__quote@
281    
282     .c.o:
283     @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
284 michael 945 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
285 michael 912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
286     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287     @am__fastdepCC_FALSE@ $(COMPILE) -c $<
288    
289     .c.obj:
290     @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
291 michael 945 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
292 michael 912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
293     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294     @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
295    
296     .c.lo:
297     @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
298 michael 945 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
299 michael 912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
300     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301     @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
302    
303     mostlyclean-libtool:
304     -rm -f *.lo
305    
306     clean-libtool:
307     -rm -rf .libs _libs
308    
309     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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 michael 945 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
315 db 941 END { if (nonempty) { for (i in files) print i; }; }'`; \
316 michael 912 mkid -fID $$unique
317     tags: TAGS
318    
319     TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
320     $(TAGS_FILES) $(LISP)
321 michael 945 set x; \
322 michael 912 here=`pwd`; \
323     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
324     unique=`for i in $$list; do \
325     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
326     done | \
327 db 941 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
328     END { if (nonempty) { for (i in files) print i; }; }'`; \
329 michael 945 shift; \
330     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
331 michael 912 test -n "$$unique" || unique=$$empty_fix; \
332 michael 945 if test $$# -gt 0; then \
333     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334     "$$@" $$unique; \
335     else \
336     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
337     $$unique; \
338     fi; \
339 michael 912 fi
340     ctags: CTAGS
341     CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
342     $(TAGS_FILES) $(LISP)
343     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
344     unique=`for i in $$list; do \
345     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346     done | \
347 db 941 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
348     END { if (nonempty) { for (i in files) print i; }; }'`; \
349 michael 945 test -z "$(CTAGS_ARGS)$$unique" \
350 michael 912 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
351 michael 945 $$unique
352 michael 912
353     GTAGS:
354     here=`$(am__cd) $(top_builddir) && pwd` \
355 michael 945 && $(am__cd) $(top_srcdir) \
356     && gtags -i $(GTAGS_ARGS) "$$here"
357 michael 912
358     distclean-tags:
359     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
360    
361     distdir: $(DISTFILES)
362     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
363     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
364     list='$(DISTFILES)'; \
365     dist_files=`for file in $$list; do echo $$file; done | \
366     sed -e "s|^$$srcdirstrip/||;t" \
367     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
368     case $$dist_files in \
369     */*) $(MKDIR_P) `echo "$$dist_files" | \
370     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
371     sort -u` ;; \
372     esac; \
373     for file in $$dist_files; do \
374     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
375     if test -d $$d/$$file; then \
376     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
377 michael 945 if test -d "$(distdir)/$$file"; then \
378     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
379     fi; \
380 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
381 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
382     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
383 michael 912 fi; \
384 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
385 michael 912 else \
386 michael 945 test -f "$(distdir)/$$file" \
387     || cp -p $$d/$$file "$(distdir)/$$file" \
388 michael 912 || exit 1; \
389     fi; \
390     done
391     check-am: all-am
392     check: check-am
393     all-am: Makefile $(LIBRARIES)
394     installdirs:
395     install: install-am
396     install-exec: install-exec-am
397     install-data: install-data-am
398     uninstall: uninstall-am
399    
400     install-am: all-am
401     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
402    
403     installcheck: installcheck-am
404     install-strip:
405     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
406     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
407     `test -z '$(STRIP)' || \
408     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
409     mostlyclean-generic:
410    
411     clean-generic:
412    
413     distclean-generic:
414     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
415 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
416 michael 912
417     maintainer-clean-generic:
418     @echo "This command is intended for maintainers to use"
419     @echo "it deletes files that may require special tools to rebuild."
420     clean: clean-am
421    
422     clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
423     mostlyclean-am
424    
425     distclean: distclean-am
426     -rm -rf ./$(DEPDIR)
427     -rm -f Makefile
428     distclean-am: clean-am distclean-compile distclean-generic \
429     distclean-tags
430    
431     dvi: dvi-am
432    
433     dvi-am:
434    
435     html: html-am
436    
437 michael 945 html-am:
438    
439 michael 912 info: info-am
440    
441     info-am:
442    
443     install-data-am:
444    
445     install-dvi: install-dvi-am
446    
447 michael 945 install-dvi-am:
448    
449 michael 912 install-exec-am:
450    
451     install-html: install-html-am
452    
453 michael 945 install-html-am:
454    
455 michael 912 install-info: install-info-am
456    
457 michael 945 install-info-am:
458    
459 michael 912 install-man:
460    
461     install-pdf: install-pdf-am
462    
463 michael 945 install-pdf-am:
464    
465 michael 912 install-ps: install-ps-am
466    
467 michael 945 install-ps-am:
468    
469 michael 912 installcheck-am:
470    
471     maintainer-clean: maintainer-clean-am
472     -rm -rf ./$(DEPDIR)
473     -rm -f Makefile
474     maintainer-clean-am: distclean-am maintainer-clean-generic
475    
476     mostlyclean: mostlyclean-am
477    
478     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
479     mostlyclean-libtool
480    
481     pdf: pdf-am
482    
483     pdf-am:
484    
485     ps: ps-am
486    
487     ps-am:
488    
489     uninstall-am:
490    
491     .MAKE: install-am install-strip
492    
493     .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
494     clean-libtool clean-noinstLIBRARIES ctags distclean \
495     distclean-compile distclean-generic distclean-libtool \
496     distclean-tags distdir dvi dvi-am html html-am info info-am \
497     install install-am install-data install-data-am install-dvi \
498     install-dvi-am install-exec install-exec-am install-html \
499     install-html-am install-info install-info-am install-man \
500     install-pdf install-pdf-am install-ps install-ps-am \
501     install-strip installcheck installcheck-am installdirs \
502     maintainer-clean maintainer-clean-generic mostlyclean \
503     mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
504     pdf pdf-am ps ps-am tags uninstall uninstall-am
505    
506 michael 945
507 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
508     # Otherwise a system limit (for SysV at least) may be exceeded.
509     .NOEXPORT: