ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/Makefile.in
Revision: 912
Committed: Wed Nov 7 22:47:44 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/Makefile.in
File size: 20339 byte(s)
Log Message:
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
  I really don't want to force other people that want to test the snapshots
  or svn versions to install yyacc, lex, automake, autoconf and libtool...
  No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us

File Contents

# User Rev Content
1 michael 912 # Makefile.in generated by automake 1.10 from Makefile.am.
2     # @configure_input@
3    
4     # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5     # 2003, 2004, 2005, 2006 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     VPATH = @srcdir@
17     pkgdatadir = $(datadir)/@PACKAGE@
18     pkglibdir = $(libdir)/@PACKAGE@
19     pkgincludedir = $(includedir)/@PACKAGE@
20     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21     install_sh_DATA = $(install_sh) -c -m 644
22     install_sh_PROGRAM = $(install_sh) -c
23     install_sh_SCRIPT = $(install_sh) -c
24     INSTALL_HEADER = $(INSTALL_DATA)
25     transform = $(program_transform_name)
26     NORMAL_INSTALL = :
27     PRE_INSTALL = :
28     POST_INSTALL = :
29     NORMAL_UNINSTALL = :
30     PRE_UNINSTALL = :
31     POST_UNINSTALL = :
32     build_triplet = @build@
33     host_triplet = @host@
34     subdir = .
35     DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
36     $(srcdir)/Makefile.in $(srcdir)/config.h.in \
37     $(top_srcdir)/configure $(top_srcdir)/contrib/Makefile.in \
38     $(top_srcdir)/contrib/help/Makefile.in AUTHORS COPYING \
39     ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
40     install-sh ltmain.sh missing ylwrap
41     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42     am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43     $(top_srcdir)/configure.ac
44     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45     $(ACLOCAL_M4)
46     am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47     configure.lineno config.status.lineno
48     mkinstalldirs = $(install_sh) -d
49     CONFIG_HEADER = config.h
50     CONFIG_CLEAN_FILES = contrib/Makefile contrib/help/Makefile
51     SOURCES =
52     DIST_SOURCES =
53     RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54     html-recursive info-recursive install-data-recursive \
55     install-dvi-recursive install-exec-recursive \
56     install-html-recursive install-info-recursive \
57     install-pdf-recursive install-ps-recursive install-recursive \
58     installcheck-recursive installdirs-recursive pdf-recursive \
59     ps-recursive uninstall-recursive
60     RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
61     distclean-recursive maintainer-clean-recursive
62     ETAGS = etags
63     CTAGS = ctags
64     DIST_SUBDIRS = $(SUBDIRS)
65     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66     distdir = $(PACKAGE)-$(VERSION)
67     top_distdir = $(distdir)
68     am__remove_distdir = \
69     { test ! -d $(distdir) \
70     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
71     && rm -fr $(distdir); }; }
72     DIST_ARCHIVES = $(distdir).tar.gz
73     GZIP_ENV = --best
74     distuninstallcheck_listfiles = find . -type f -print
75     distcleancheck_listfiles = find . -type f -print
76     ACLOCAL = @ACLOCAL@
77     AMTAR = @AMTAR@
78     AR = @AR@
79     AUTOCONF = @AUTOCONF@
80     AUTOHEADER = @AUTOHEADER@
81     AUTOMAKE = @AUTOMAKE@
82     AWK = @AWK@
83     CC = @CC@
84     CCDEPMODE = @CCDEPMODE@
85     CFLAGS = @CFLAGS@
86     CPP = @CPP@
87     CPPFLAGS = @CPPFLAGS@
88     CXX = @CXX@
89     CXXCPP = @CXXCPP@
90     CXXDEPMODE = @CXXDEPMODE@
91     CXXFLAGS = @CXXFLAGS@
92     CYGPATH_W = @CYGPATH_W@
93     DATADIR = @DATADIR@
94     DEFS = @DEFS@
95     DEPDIR = @DEPDIR@
96     ECHO = @ECHO@
97     ECHO_C = @ECHO_C@
98     ECHO_N = @ECHO_N@
99     ECHO_T = @ECHO_T@
100     EGREP = @EGREP@
101     EXEEXT = @EXEEXT@
102     F77 = @F77@
103     FFLAGS = @FFLAGS@
104     GREP = @GREP@
105     INCLTDL = @INCLTDL@
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     LEX = @LEX@
113     LEXLIB = @LEXLIB@
114     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
115     LIBDIR = @LIBDIR@
116     LIBLTDL = @LIBLTDL@
117     LIBOBJS = @LIBOBJS@
118     LIBS = @LIBS@
119     LIBTOOL = @LIBTOOL@
120     LN_S = @LN_S@
121     LOCALSTATEDIR = @LOCALSTATEDIR@
122     LTLIBOBJS = @LTLIBOBJS@
123     MAINT = @MAINT@
124     MAKEINFO = @MAKEINFO@
125     MKDIR_P = @MKDIR_P@
126     OBJEXT = @OBJEXT@
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     PREFIX = @PREFIX@
135     RANLIB = @RANLIB@
136     SED = @SED@
137     SET_MAKE = @SET_MAKE@
138     SHELL = @SHELL@
139     STRIP = @STRIP@
140     SYSCONFDIR = @SYSCONFDIR@
141     VERSION = @VERSION@
142     YACC = @YACC@
143     YFLAGS = @YFLAGS@
144     abs_builddir = @abs_builddir@
145     abs_srcdir = @abs_srcdir@
146     abs_top_builddir = @abs_top_builddir@
147     abs_top_srcdir = @abs_top_srcdir@
148     ac_ct_CC = @ac_ct_CC@
149     ac_ct_CXX = @ac_ct_CXX@
150     ac_ct_F77 = @ac_ct_F77@
151     am__include = @am__include@
152     am__leading_dot = @am__leading_dot@
153     am__quote = @am__quote@
154     am__tar = @am__tar@
155     am__untar = @am__untar@
156     bindir = @bindir@
157     build = @build@
158     build_alias = @build_alias@
159     build_cpu = @build_cpu@
160     build_os = @build_os@
161     build_vendor = @build_vendor@
162     builddir = @builddir@
163     datadir = @datadir@
164     datarootdir = @datarootdir@
165     docdir = @docdir@
166     dvidir = @dvidir@
167     exec_prefix = @exec_prefix@
168     host = @host@
169     host_alias = @host_alias@
170     host_cpu = @host_cpu@
171     host_os = @host_os@
172     host_vendor = @host_vendor@
173     htmldir = @htmldir@
174     includedir = @includedir@
175     infodir = @infodir@
176     install_sh = @install_sh@
177     libdir = @libdir@
178     libexecdir = @libexecdir@
179     localedir = @localedir@
180     localstatedir = @localstatedir@
181     mandir = @mandir@
182     mkdir_p = @mkdir_p@
183     oldincludedir = @oldincludedir@
184     pdfdir = @pdfdir@
185     prefix = @prefix@
186     program_transform_name = @program_transform_name@
187     psdir = @psdir@
188     sbindir = @sbindir@
189     sharedstatedir = @sharedstatedir@
190     srcdir = @srcdir@
191     subdirs = @subdirs@
192     sysconfdir = @sysconfdir@
193     target_alias = @target_alias@
194     top_builddir = @top_builddir@
195     top_srcdir = @top_srcdir@
196     AUTOMAKE_OPTIONS = foreign
197     SUBDIRS = libltdl doc etc help lib messages modules servlink src
198     all: config.h
199     $(MAKE) $(AM_MAKEFLAGS) all-recursive
200    
201     .SUFFIXES:
202     am--refresh:
203     @:
204     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
205     @for dep in $?; do \
206     case '$(am__configure_deps)' in \
207     *$$dep*) \
208     echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
209     cd $(srcdir) && $(AUTOMAKE) --foreign \
210     && exit 0; \
211     exit 1;; \
212     esac; \
213     done; \
214     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
215     cd $(top_srcdir) && \
216     $(AUTOMAKE) --foreign Makefile
217     .PRECIOUS: Makefile
218     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
219     @case '$?' in \
220     *config.status*) \
221     echo ' $(SHELL) ./config.status'; \
222     $(SHELL) ./config.status;; \
223     *) \
224     echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
225     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
226     esac;
227    
228     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
229     $(SHELL) ./config.status --recheck
230    
231     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
232     cd $(srcdir) && $(AUTOCONF)
233     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
234     cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
235    
236     config.h: stamp-h1
237     @if test ! -f $@; then \
238     rm -f stamp-h1; \
239     $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
240     else :; fi
241    
242     stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
243     @rm -f stamp-h1
244     cd $(top_builddir) && $(SHELL) ./config.status config.h
245     $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
246     cd $(top_srcdir) && $(AUTOHEADER)
247     rm -f stamp-h1
248     touch $@
249    
250     distclean-hdr:
251     -rm -f config.h stamp-h1
252     contrib/Makefile: $(top_builddir)/config.status $(top_srcdir)/contrib/Makefile.in
253     cd $(top_builddir) && $(SHELL) ./config.status $@
254     contrib/help/Makefile: $(top_builddir)/config.status $(top_srcdir)/contrib/help/Makefile.in
255     cd $(top_builddir) && $(SHELL) ./config.status $@
256    
257     mostlyclean-libtool:
258     -rm -f *.lo
259    
260     clean-libtool:
261     -rm -rf .libs _libs
262    
263     distclean-libtool:
264     -rm -f libtool
265    
266     # This directory's subdirectories are mostly independent; you can cd
267     # into them and run `make' without going through this Makefile.
268     # To change the values of `make' variables: instead of editing Makefiles,
269     # (1) if the variable is set in `config.status', edit `config.status'
270     # (which will cause the Makefiles to be regenerated when you run `make');
271     # (2) otherwise, pass the desired values on the `make' command line.
272     $(RECURSIVE_TARGETS):
273     @failcom='exit 1'; \
274     for f in x $$MAKEFLAGS; do \
275     case $$f in \
276     *=* | --[!k]*);; \
277     *k*) failcom='fail=yes';; \
278     esac; \
279     done; \
280     dot_seen=no; \
281     target=`echo $@ | sed s/-recursive//`; \
282     list='$(SUBDIRS)'; for subdir in $$list; do \
283     echo "Making $$target in $$subdir"; \
284     if test "$$subdir" = "."; then \
285     dot_seen=yes; \
286     local_target="$$target-am"; \
287     else \
288     local_target="$$target"; \
289     fi; \
290     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
291     || eval $$failcom; \
292     done; \
293     if test "$$dot_seen" = "no"; then \
294     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
295     fi; test -z "$$fail"
296    
297     $(RECURSIVE_CLEAN_TARGETS):
298     @failcom='exit 1'; \
299     for f in x $$MAKEFLAGS; do \
300     case $$f in \
301     *=* | --[!k]*);; \
302     *k*) failcom='fail=yes';; \
303     esac; \
304     done; \
305     dot_seen=no; \
306     case "$@" in \
307     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
308     *) list='$(SUBDIRS)' ;; \
309     esac; \
310     rev=''; for subdir in $$list; do \
311     if test "$$subdir" = "."; then :; else \
312     rev="$$subdir $$rev"; \
313     fi; \
314     done; \
315     rev="$$rev ."; \
316     target=`echo $@ | sed s/-recursive//`; \
317     for subdir in $$rev; do \
318     echo "Making $$target in $$subdir"; \
319     if test "$$subdir" = "."; then \
320     local_target="$$target-am"; \
321     else \
322     local_target="$$target"; \
323     fi; \
324     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
325     || eval $$failcom; \
326     done && test -z "$$fail"
327     tags-recursive:
328     list='$(SUBDIRS)'; for subdir in $$list; do \
329     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
330     done
331     ctags-recursive:
332     list='$(SUBDIRS)'; for subdir in $$list; do \
333     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
334     done
335    
336     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
337     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
338     unique=`for i in $$list; do \
339     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340     done | \
341     $(AWK) ' { files[$$0] = 1; } \
342     END { for (i in files) print i; }'`; \
343     mkid -fID $$unique
344     tags: TAGS
345    
346     TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
347     $(TAGS_FILES) $(LISP)
348     tags=; \
349     here=`pwd`; \
350     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
351     include_option=--etags-include; \
352     empty_fix=.; \
353     else \
354     include_option=--include; \
355     empty_fix=; \
356     fi; \
357     list='$(SUBDIRS)'; for subdir in $$list; do \
358     if test "$$subdir" = .; then :; else \
359     test ! -f $$subdir/TAGS || \
360     tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
361     fi; \
362     done; \
363     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
364     unique=`for i in $$list; do \
365     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366     done | \
367     $(AWK) ' { files[$$0] = 1; } \
368     END { for (i in files) print i; }'`; \
369     if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
370     test -n "$$unique" || unique=$$empty_fix; \
371     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
372     $$tags $$unique; \
373     fi
374     ctags: CTAGS
375     CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
376     $(TAGS_FILES) $(LISP)
377     tags=; \
378     here=`pwd`; \
379     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
380     unique=`for i in $$list; do \
381     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382     done | \
383     $(AWK) ' { files[$$0] = 1; } \
384     END { for (i in files) print i; }'`; \
385     test -z "$(CTAGS_ARGS)$$tags$$unique" \
386     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
387     $$tags $$unique
388    
389     GTAGS:
390     here=`$(am__cd) $(top_builddir) && pwd` \
391     && cd $(top_srcdir) \
392     && gtags -i $(GTAGS_ARGS) $$here
393    
394     distclean-tags:
395     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
396    
397     distdir: $(DISTFILES)
398     $(am__remove_distdir)
399     test -d $(distdir) || mkdir $(distdir)
400     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402     list='$(DISTFILES)'; \
403     dist_files=`for file in $$list; do echo $$file; done | \
404     sed -e "s|^$$srcdirstrip/||;t" \
405     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
406     case $$dist_files in \
407     */*) $(MKDIR_P) `echo "$$dist_files" | \
408     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
409     sort -u` ;; \
410     esac; \
411     for file in $$dist_files; do \
412     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
413     if test -d $$d/$$file; then \
414     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
415     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
416     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
417     fi; \
418     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
419     else \
420     test -f $(distdir)/$$file \
421     || cp -p $$d/$$file $(distdir)/$$file \
422     || exit 1; \
423     fi; \
424     done
425     list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
426     if test "$$subdir" = .; then :; else \
427     test -d "$(distdir)/$$subdir" \
428     || $(MKDIR_P) "$(distdir)/$$subdir" \
429     || exit 1; \
430     distdir=`$(am__cd) $(distdir) && pwd`; \
431     top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
432     (cd $$subdir && \
433     $(MAKE) $(AM_MAKEFLAGS) \
434     top_distdir="$$top_distdir" \
435     distdir="$$distdir/$$subdir" \
436     am__remove_distdir=: \
437     am__skip_length_check=: \
438     distdir) \
439     || exit 1; \
440     fi; \
441     done
442     -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
443     ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
444     ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
445     ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
446     || chmod -R a+r $(distdir)
447     dist-gzip: distdir
448     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
449     $(am__remove_distdir)
450    
451     dist-bzip2: distdir
452     tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
453     $(am__remove_distdir)
454    
455     dist-tarZ: distdir
456     tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
457     $(am__remove_distdir)
458    
459     dist-shar: distdir
460     shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
461     $(am__remove_distdir)
462    
463     dist-zip: distdir
464     -rm -f $(distdir).zip
465     zip -rq $(distdir).zip $(distdir)
466     $(am__remove_distdir)
467    
468     dist dist-all: distdir
469     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
470     $(am__remove_distdir)
471    
472     # This target untars the dist file and tries a VPATH configuration. Then
473     # it guarantees that the distribution is self-contained by making another
474     # tarfile.
475     distcheck: dist
476     case '$(DIST_ARCHIVES)' in \
477     *.tar.gz*) \
478     GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
479     *.tar.bz2*) \
480     bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
481     *.tar.Z*) \
482     uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
483     *.shar.gz*) \
484     GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
485     *.zip*) \
486     unzip $(distdir).zip ;;\
487     esac
488     chmod -R a-w $(distdir); chmod a+w $(distdir)
489     mkdir $(distdir)/_build
490     mkdir $(distdir)/_inst
491     chmod a-w $(distdir)
492     dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
493     && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
494     && cd $(distdir)/_build \
495     && ../configure --srcdir=.. --prefix="$$dc_install_base" \
496     $(DISTCHECK_CONFIGURE_FLAGS) \
497     && $(MAKE) $(AM_MAKEFLAGS) \
498     && $(MAKE) $(AM_MAKEFLAGS) dvi \
499     && $(MAKE) $(AM_MAKEFLAGS) check \
500     && $(MAKE) $(AM_MAKEFLAGS) install \
501     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
502     && $(MAKE) $(AM_MAKEFLAGS) uninstall \
503     && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
504     distuninstallcheck \
505     && chmod -R a-w "$$dc_install_base" \
506     && ({ \
507     (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
508     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
509     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
510     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
511     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
512     } || { rm -rf "$$dc_destdir"; exit 1; }) \
513     && rm -rf "$$dc_destdir" \
514     && $(MAKE) $(AM_MAKEFLAGS) dist \
515     && rm -rf $(DIST_ARCHIVES) \
516     && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
517     $(am__remove_distdir)
518     @(echo "$(distdir) archives ready for distribution: "; \
519     list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
520     sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
521     distuninstallcheck:
522     @cd $(distuninstallcheck_dir) \
523     && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
524     || { echo "ERROR: files left after uninstall:" ; \
525     if test -n "$(DESTDIR)"; then \
526     echo " (check DESTDIR support)"; \
527     fi ; \
528     $(distuninstallcheck_listfiles) ; \
529     exit 1; } >&2
530     distcleancheck: distclean
531     @if test '$(srcdir)' = . ; then \
532     echo "ERROR: distcleancheck can only run from a VPATH build" ; \
533     exit 1 ; \
534     fi
535     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
536     || { echo "ERROR: files left in build directory after distclean:" ; \
537     $(distcleancheck_listfiles) ; \
538     exit 1; } >&2
539     check-am: all-am
540     check: check-recursive
541     all-am: Makefile config.h
542     installdirs: installdirs-recursive
543     installdirs-am:
544     install: install-recursive
545     install-exec: install-exec-recursive
546     install-data: install-data-recursive
547     uninstall: uninstall-recursive
548    
549     install-am: all-am
550     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
551    
552     installcheck: installcheck-recursive
553     install-strip:
554     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556     `test -z '$(STRIP)' || \
557     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
558     mostlyclean-generic:
559    
560     clean-generic:
561    
562     distclean-generic:
563     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
564    
565     maintainer-clean-generic:
566     @echo "This command is intended for maintainers to use"
567     @echo "it deletes files that may require special tools to rebuild."
568     clean: clean-recursive
569    
570     clean-am: clean-generic clean-libtool mostlyclean-am
571    
572     distclean: distclean-recursive
573     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
574     -rm -f Makefile
575     distclean-am: clean-am distclean-generic distclean-hdr \
576     distclean-libtool distclean-tags
577    
578     dvi: dvi-recursive
579    
580     dvi-am:
581    
582     html: html-recursive
583    
584     info: info-recursive
585    
586     info-am:
587    
588     install-data-am: install-data-local
589    
590     install-dvi: install-dvi-recursive
591    
592     install-exec-am:
593    
594     install-html: install-html-recursive
595    
596     install-info: install-info-recursive
597    
598     install-man:
599    
600     install-pdf: install-pdf-recursive
601    
602     install-ps: install-ps-recursive
603    
604     installcheck-am:
605    
606     maintainer-clean: maintainer-clean-recursive
607     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
608     -rm -rf $(top_srcdir)/autom4te.cache
609     -rm -f Makefile
610     maintainer-clean-am: distclean-am maintainer-clean-generic
611    
612     mostlyclean: mostlyclean-recursive
613    
614     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
615    
616     pdf: pdf-recursive
617    
618     pdf-am:
619    
620     ps: ps-recursive
621    
622     ps-am:
623    
624     uninstall-am:
625    
626     .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
627     install-strip
628    
629     .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
630     all all-am am--refresh check check-am clean clean-generic \
631     clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
632     dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
633     distclean-generic distclean-hdr distclean-libtool \
634     distclean-tags distcleancheck distdir distuninstallcheck dvi \
635     dvi-am html html-am info info-am install install-am \
636     install-data install-data-am install-data-local install-dvi \
637     install-dvi-am install-exec install-exec-am install-html \
638     install-html-am install-info install-info-am install-man \
639     install-pdf install-pdf-am install-ps install-ps-am \
640     install-strip installcheck installcheck-am installdirs \
641     installdirs-am maintainer-clean maintainer-clean-generic \
642     mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
643     ps ps-am tags tags-recursive uninstall uninstall-am
644    
645    
646     install-data-local:
647     $(INSTALL) -d $(DESTDIR)${localstatedir}/log
648     $(INSTALL) -d $(DESTDIR)${localstatedir}/run
649     # Tell versions [3.59,3.63) of GNU make to not export all variables.
650     # Otherwise a system limit (for SysV at least) may be exceeded.
651     .NOEXPORT: