ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/help/Makefile.in
Revision: 945
Committed: Mon Jul 20 15:48:27 2009 UTC (14 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/help/Makefile.in
File size: 17313 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     VPATH = @srcdir@
18     pkgdatadir = $(datadir)/@PACKAGE@
19 michael 945 pkgincludedir = $(includedir)/@PACKAGE@
20 michael 912 pkglibdir = $(libdir)/@PACKAGE@
21 michael 945 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 michael 912 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     subdir = help
37     DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39     am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
40     $(top_srcdir)/configure.ac
41     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42     $(ACLOCAL_M4)
43     mkinstalldirs = $(install_sh) -d
44     CONFIG_HEADER = $(top_builddir)/config.h
45     CONFIG_CLEAN_FILES =
46 michael 945 CONFIG_CLEAN_VPATH_FILES =
47 michael 912 SOURCES =
48     DIST_SOURCES =
49     RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50     html-recursive info-recursive install-data-recursive \
51     install-dvi-recursive install-exec-recursive \
52     install-html-recursive install-info-recursive \
53     install-pdf-recursive install-ps-recursive install-recursive \
54     installcheck-recursive installdirs-recursive pdf-recursive \
55     ps-recursive uninstall-recursive
56     RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57     distclean-recursive maintainer-clean-recursive
58 michael 945 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
59     $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
60     distdir
61 michael 912 ETAGS = etags
62     CTAGS = ctags
63     DIST_SUBDIRS = $(SUBDIRS)
64     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65 michael 945 am__relativize = \
66     dir0=`pwd`; \
67     sed_first='s,^\([^/]*\)/.*$$,\1,'; \
68     sed_rest='s,^[^/]*/*,,'; \
69     sed_last='s,^.*/\([^/]*\)$$,\1,'; \
70     sed_butlast='s,/*[^/]*$$,,'; \
71     while test -n "$$dir1"; do \
72     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
73     if test "$$first" != "."; then \
74     if test "$$first" = ".."; then \
75     dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
76     dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
77     else \
78     first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
79     if test "$$first2" = "$$first"; then \
80     dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
81     else \
82     dir2="../$$dir2"; \
83     fi; \
84     dir0="$$dir0"/"$$first"; \
85     fi; \
86     fi; \
87     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
88     done; \
89     reldir="$$dir2"
90 michael 912 ACLOCAL = @ACLOCAL@
91     AMTAR = @AMTAR@
92     AR = @AR@
93 michael 945 ARGZ_H = @ARGZ_H@
94 michael 912 AUTOCONF = @AUTOCONF@
95     AUTOHEADER = @AUTOHEADER@
96     AUTOMAKE = @AUTOMAKE@
97     AWK = @AWK@
98     CC = @CC@
99     CCDEPMODE = @CCDEPMODE@
100     CFLAGS = @CFLAGS@
101     CPP = @CPP@
102     CPPFLAGS = @CPPFLAGS@
103     CYGPATH_W = @CYGPATH_W@
104     DATADIR = @DATADIR@
105     DEFS = @DEFS@
106     DEPDIR = @DEPDIR@
107 db 941 DSYMUTIL = @DSYMUTIL@
108 michael 945 DUMPBIN = @DUMPBIN@
109 michael 912 ECHO_C = @ECHO_C@
110     ECHO_N = @ECHO_N@
111     ECHO_T = @ECHO_T@
112     EGREP = @EGREP@
113     EXEEXT = @EXEEXT@
114 michael 945 FGREP = @FGREP@
115 michael 912 GREP = @GREP@
116     INCLTDL = @INCLTDL@
117     INSTALL = @INSTALL@
118     INSTALL_DATA = @INSTALL_DATA@
119     INSTALL_PROGRAM = @INSTALL_PROGRAM@
120     INSTALL_SCRIPT = @INSTALL_SCRIPT@
121     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
122 michael 945 LD = @LD@
123 michael 912 LDFLAGS = @LDFLAGS@
124     LEX = @LEX@
125     LEXLIB = @LEXLIB@
126     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
127 michael 945 LIBADD_DL = @LIBADD_DL@
128     LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
129     LIBADD_DLOPEN = @LIBADD_DLOPEN@
130     LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
131 michael 912 LIBDIR = @LIBDIR@
132     LIBLTDL = @LIBLTDL@
133     LIBOBJS = @LIBOBJS@
134     LIBS = @LIBS@
135     LIBTOOL = @LIBTOOL@
136 michael 945 LIPO = @LIPO@
137 michael 912 LN_S = @LN_S@
138     LOCALSTATEDIR = @LOCALSTATEDIR@
139 michael 945 LTDLDEPS = @LTDLDEPS@
140     LTDLINCL = @LTDLINCL@
141     LTDLOPEN = @LTDLOPEN@
142 michael 912 LTLIBOBJS = @LTLIBOBJS@
143 michael 945 LT_CONFIG_H = @LT_CONFIG_H@
144     LT_DLLOADERS = @LT_DLLOADERS@
145     LT_DLPREOPEN = @LT_DLPREOPEN@
146 michael 912 MAINT = @MAINT@
147     MAKEINFO = @MAKEINFO@
148     MKDIR_P = @MKDIR_P@
149 michael 945 NM = @NM@
150 db 941 NMEDIT = @NMEDIT@
151 michael 945 OBJDUMP = @OBJDUMP@
152 michael 912 OBJEXT = @OBJEXT@
153 michael 945 OTOOL = @OTOOL@
154     OTOOL64 = @OTOOL64@
155 michael 912 PACKAGE = @PACKAGE@
156     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157     PACKAGE_NAME = @PACKAGE_NAME@
158     PACKAGE_STRING = @PACKAGE_STRING@
159     PACKAGE_TARNAME = @PACKAGE_TARNAME@
160     PACKAGE_VERSION = @PACKAGE_VERSION@
161     PATH_SEPARATOR = @PATH_SEPARATOR@
162     PREFIX = @PREFIX@
163     RANLIB = @RANLIB@
164     SED = @SED@
165     SET_MAKE = @SET_MAKE@
166     SHELL = @SHELL@
167     STRIP = @STRIP@
168     SYSCONFDIR = @SYSCONFDIR@
169     VERSION = @VERSION@
170     YACC = @YACC@
171     YFLAGS = @YFLAGS@
172     abs_builddir = @abs_builddir@
173     abs_srcdir = @abs_srcdir@
174     abs_top_builddir = @abs_top_builddir@
175     abs_top_srcdir = @abs_top_srcdir@
176     ac_ct_CC = @ac_ct_CC@
177 michael 945 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
178 michael 912 am__include = @am__include@
179     am__leading_dot = @am__leading_dot@
180     am__quote = @am__quote@
181     am__tar = @am__tar@
182     am__untar = @am__untar@
183     bindir = @bindir@
184     build = @build@
185     build_alias = @build_alias@
186     build_cpu = @build_cpu@
187     build_os = @build_os@
188     build_vendor = @build_vendor@
189     builddir = @builddir@
190     datadir = @datadir@
191     datarootdir = @datarootdir@
192     docdir = @docdir@
193     dvidir = @dvidir@
194     exec_prefix = @exec_prefix@
195     host = @host@
196     host_alias = @host_alias@
197     host_cpu = @host_cpu@
198     host_os = @host_os@
199     host_vendor = @host_vendor@
200     htmldir = @htmldir@
201     includedir = @includedir@
202     infodir = @infodir@
203     install_sh = @install_sh@
204     libdir = @libdir@
205     libexecdir = @libexecdir@
206     localedir = @localedir@
207     localstatedir = @localstatedir@
208 michael 945 lt_ECHO = @lt_ECHO@
209     ltdl_LIBOBJS = @ltdl_LIBOBJS@
210     ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
211 michael 912 mandir = @mandir@
212     mkdir_p = @mkdir_p@
213     oldincludedir = @oldincludedir@
214     pdfdir = @pdfdir@
215     prefix = @prefix@
216     program_transform_name = @program_transform_name@
217     psdir = @psdir@
218     sbindir = @sbindir@
219     sharedstatedir = @sharedstatedir@
220     srcdir = @srcdir@
221     subdirs = @subdirs@
222 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
223 michael 912 sysconfdir = @sysconfdir@
224     target_alias = @target_alias@
225 db 941 top_build_prefix = @top_build_prefix@
226 michael 912 top_builddir = @top_builddir@
227     top_srcdir = @top_srcdir@
228     AUTOMAKE_OPTIONS = foreign
229     SUBDIRS = opers users
230     all: all-recursive
231    
232     .SUFFIXES:
233     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
234     @for dep in $?; do \
235     case '$(am__configure_deps)' in \
236     *$$dep*) \
237 michael 945 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
238     && { if test -f $@; then exit 0; else break; fi; }; \
239 michael 912 exit 1;; \
240     esac; \
241     done; \
242 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \
243     $(am__cd) $(top_srcdir) && \
244     $(AUTOMAKE) --foreign help/Makefile
245 michael 912 .PRECIOUS: Makefile
246     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247     @case '$?' in \
248     *config.status*) \
249     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
250     *) \
251     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
252     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
253     esac;
254    
255     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
256     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257    
258     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
259     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
261     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262 michael 945 $(am__aclocal_m4_deps):
263 michael 912
264     mostlyclean-libtool:
265     -rm -f *.lo
266    
267     clean-libtool:
268     -rm -rf .libs _libs
269    
270     # This directory's subdirectories are mostly independent; you can cd
271     # into them and run `make' without going through this Makefile.
272     # To change the values of `make' variables: instead of editing Makefiles,
273     # (1) if the variable is set in `config.status', edit `config.status'
274     # (which will cause the Makefiles to be regenerated when you run `make');
275     # (2) otherwise, pass the desired values on the `make' command line.
276     $(RECURSIVE_TARGETS):
277     @failcom='exit 1'; \
278     for f in x $$MAKEFLAGS; do \
279     case $$f in \
280     *=* | --[!k]*);; \
281     *k*) failcom='fail=yes';; \
282     esac; \
283     done; \
284     dot_seen=no; \
285     target=`echo $@ | sed s/-recursive//`; \
286     list='$(SUBDIRS)'; for subdir in $$list; do \
287     echo "Making $$target in $$subdir"; \
288     if test "$$subdir" = "."; then \
289     dot_seen=yes; \
290     local_target="$$target-am"; \
291     else \
292     local_target="$$target"; \
293     fi; \
294 michael 945 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
295 michael 912 || eval $$failcom; \
296     done; \
297     if test "$$dot_seen" = "no"; then \
298     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
299     fi; test -z "$$fail"
300    
301     $(RECURSIVE_CLEAN_TARGETS):
302     @failcom='exit 1'; \
303     for f in x $$MAKEFLAGS; do \
304     case $$f in \
305     *=* | --[!k]*);; \
306     *k*) failcom='fail=yes';; \
307     esac; \
308     done; \
309     dot_seen=no; \
310     case "$@" in \
311     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
312     *) list='$(SUBDIRS)' ;; \
313     esac; \
314     rev=''; for subdir in $$list; do \
315     if test "$$subdir" = "."; then :; else \
316     rev="$$subdir $$rev"; \
317     fi; \
318     done; \
319     rev="$$rev ."; \
320     target=`echo $@ | sed s/-recursive//`; \
321     for subdir in $$rev; do \
322     echo "Making $$target in $$subdir"; \
323     if test "$$subdir" = "."; then \
324     local_target="$$target-am"; \
325     else \
326     local_target="$$target"; \
327     fi; \
328 michael 945 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
329 michael 912 || eval $$failcom; \
330     done && test -z "$$fail"
331     tags-recursive:
332     list='$(SUBDIRS)'; for subdir in $$list; do \
333 michael 945 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
334 michael 912 done
335     ctags-recursive:
336     list='$(SUBDIRS)'; for subdir in $$list; do \
337 michael 945 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
338 michael 912 done
339    
340     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
341     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342     unique=`for i in $$list; do \
343     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344     done | \
345 michael 945 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346 db 941 END { if (nonempty) { for (i in files) print i; }; }'`; \
347 michael 912 mkid -fID $$unique
348     tags: TAGS
349    
350     TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
351     $(TAGS_FILES) $(LISP)
352 michael 945 set x; \
353 michael 912 here=`pwd`; \
354     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
355     include_option=--etags-include; \
356     empty_fix=.; \
357     else \
358     include_option=--include; \
359     empty_fix=; \
360     fi; \
361     list='$(SUBDIRS)'; for subdir in $$list; do \
362     if test "$$subdir" = .; then :; else \
363     test ! -f $$subdir/TAGS || \
364 michael 945 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
365 michael 912 fi; \
366     done; \
367     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
368     unique=`for i in $$list; do \
369     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370     done | \
371 db 941 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372     END { if (nonempty) { for (i in files) print i; }; }'`; \
373 michael 945 shift; \
374     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
375 michael 912 test -n "$$unique" || unique=$$empty_fix; \
376 michael 945 if test $$# -gt 0; then \
377     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
378     "$$@" $$unique; \
379     else \
380     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381     $$unique; \
382     fi; \
383 michael 912 fi
384     ctags: CTAGS
385     CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
386     $(TAGS_FILES) $(LISP)
387     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
388     unique=`for i in $$list; do \
389     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390     done | \
391 db 941 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392     END { if (nonempty) { for (i in files) print i; }; }'`; \
393 michael 945 test -z "$(CTAGS_ARGS)$$unique" \
394 michael 912 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395 michael 945 $$unique
396 michael 912
397     GTAGS:
398     here=`$(am__cd) $(top_builddir) && pwd` \
399 michael 945 && $(am__cd) $(top_srcdir) \
400     && gtags -i $(GTAGS_ARGS) "$$here"
401 michael 912
402     distclean-tags:
403     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
404    
405     distdir: $(DISTFILES)
406     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
407     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
408     list='$(DISTFILES)'; \
409     dist_files=`for file in $$list; do echo $$file; done | \
410     sed -e "s|^$$srcdirstrip/||;t" \
411     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
412     case $$dist_files in \
413     */*) $(MKDIR_P) `echo "$$dist_files" | \
414     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
415     sort -u` ;; \
416     esac; \
417     for file in $$dist_files; do \
418     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
419     if test -d $$d/$$file; then \
420     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
421 michael 945 if test -d "$(distdir)/$$file"; then \
422     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
423     fi; \
424 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
425 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
426     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
427 michael 912 fi; \
428 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
429 michael 912 else \
430 michael 945 test -f "$(distdir)/$$file" \
431     || cp -p $$d/$$file "$(distdir)/$$file" \
432 michael 912 || exit 1; \
433     fi; \
434     done
435 michael 945 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
436 michael 912 if test "$$subdir" = .; then :; else \
437     test -d "$(distdir)/$$subdir" \
438     || $(MKDIR_P) "$(distdir)/$$subdir" \
439     || exit 1; \
440 michael 945 fi; \
441     done
442     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
443     if test "$$subdir" = .; then :; else \
444     dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
445     $(am__relativize); \
446     new_distdir=$$reldir; \
447     dir1=$$subdir; dir2="$(top_distdir)"; \
448     $(am__relativize); \
449     new_top_distdir=$$reldir; \
450     echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
451     echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
452     ($(am__cd) $$subdir && \
453 michael 912 $(MAKE) $(AM_MAKEFLAGS) \
454 michael 945 top_distdir="$$new_top_distdir" \
455     distdir="$$new_distdir" \
456 michael 912 am__remove_distdir=: \
457     am__skip_length_check=: \
458 michael 945 am__skip_mode_fix=: \
459 michael 912 distdir) \
460     || exit 1; \
461     fi; \
462     done
463     check-am: all-am
464     check: check-recursive
465     all-am: Makefile
466     installdirs: installdirs-recursive
467     installdirs-am:
468     install: install-recursive
469     install-exec: install-exec-recursive
470     install-data: install-data-recursive
471     uninstall: uninstall-recursive
472    
473     install-am: all-am
474     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
475    
476     installcheck: installcheck-recursive
477     install-strip:
478     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
479     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
480     `test -z '$(STRIP)' || \
481     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
482     mostlyclean-generic:
483    
484     clean-generic:
485    
486     distclean-generic:
487     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
488 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
489 michael 912
490     maintainer-clean-generic:
491     @echo "This command is intended for maintainers to use"
492     @echo "it deletes files that may require special tools to rebuild."
493     clean: clean-recursive
494    
495     clean-am: clean-generic clean-libtool mostlyclean-am
496    
497     distclean: distclean-recursive
498     -rm -f Makefile
499     distclean-am: clean-am distclean-generic distclean-tags
500    
501     dvi: dvi-recursive
502    
503     dvi-am:
504    
505     html: html-recursive
506    
507 michael 945 html-am:
508    
509 michael 912 info: info-recursive
510    
511     info-am:
512    
513     install-data-am:
514    
515     install-dvi: install-dvi-recursive
516    
517 michael 945 install-dvi-am:
518    
519 michael 912 install-exec-am:
520    
521     install-html: install-html-recursive
522    
523 michael 945 install-html-am:
524    
525 michael 912 install-info: install-info-recursive
526    
527 michael 945 install-info-am:
528    
529 michael 912 install-man:
530    
531     install-pdf: install-pdf-recursive
532    
533 michael 945 install-pdf-am:
534    
535 michael 912 install-ps: install-ps-recursive
536    
537 michael 945 install-ps-am:
538    
539 michael 912 installcheck-am:
540    
541     maintainer-clean: maintainer-clean-recursive
542     -rm -f Makefile
543     maintainer-clean-am: distclean-am maintainer-clean-generic
544    
545     mostlyclean: mostlyclean-recursive
546    
547     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
548    
549     pdf: pdf-recursive
550    
551     pdf-am:
552    
553     ps: ps-recursive
554    
555     ps-am:
556    
557     uninstall-am:
558    
559 michael 945 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
560     install-am install-strip tags-recursive
561 michael 912
562     .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
563     all all-am check check-am clean clean-generic clean-libtool \
564     ctags ctags-recursive distclean distclean-generic \
565     distclean-libtool distclean-tags distdir dvi dvi-am html \
566     html-am info info-am install install-am install-data \
567     install-data-am install-dvi install-dvi-am install-exec \
568     install-exec-am install-html install-html-am install-info \
569     install-info-am install-man install-pdf install-pdf-am \
570     install-ps install-ps-am install-strip installcheck \
571     installcheck-am installdirs installdirs-am maintainer-clean \
572     maintainer-clean-generic mostlyclean mostlyclean-generic \
573     mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
574     uninstall uninstall-am
575    
576 michael 945
577 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
578     # Otherwise a system limit (for SysV at least) may be exceeded.
579     .NOEXPORT: