ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/Makefile.in
Revision: 1680
Committed: Tue Dec 18 18:06:32 2012 UTC (11 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/Makefile.in
File size: 24796 byte(s)
Log Message:
- bison 2.7 & automake 1.12.6
- Update configure.ac

File Contents

# User Rev Content
1 michael 1680 # Makefile.in generated by automake 1.12.6 from Makefile.am.
2 michael 912 # @configure_input@
3    
4 michael 1425 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
5    
6 michael 912 # 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 michael 1338 am__make_dryrun = \
18     { \
19     am__dry=no; \
20     case $$MAKEFLAGS in \
21     *\\[\ \ ]*) \
22     echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23     | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24     *) \
25     for am__flg in $$MAKEFLAGS; do \
26     case $$am__flg in \
27     *=*|--*) ;; \
28     *n*) am__dry=yes; break;; \
29     esac; \
30     done;; \
31     esac; \
32     test $$am__dry = yes; \
33     }
34 michael 912 pkgdatadir = $(datadir)/@PACKAGE@
35 michael 945 pkgincludedir = $(includedir)/@PACKAGE@
36 michael 912 pkglibdir = $(libdir)/@PACKAGE@
37 michael 945 pkglibexecdir = $(libexecdir)/@PACKAGE@
38 michael 912 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39     install_sh_DATA = $(install_sh) -c -m 644
40     install_sh_PROGRAM = $(install_sh) -c
41     install_sh_SCRIPT = $(install_sh) -c
42     INSTALL_HEADER = $(INSTALL_DATA)
43     transform = $(program_transform_name)
44     NORMAL_INSTALL = :
45     PRE_INSTALL = :
46     POST_INSTALL = :
47     NORMAL_UNINSTALL = :
48     PRE_UNINSTALL = :
49     POST_UNINSTALL = :
50     build_triplet = @build@
51     host_triplet = @host@
52     subdir = .
53 michael 1292 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
54 michael 912 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
55 michael 1660 $(top_srcdir)/configure AUTHORS COPYING INSTALL NEWS TODO \
56     config.guess config.sub depcomp install-sh ltmain.sh missing \
57     ylwrap
58 michael 912 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59     am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
60     $(top_srcdir)/configure.ac
61     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62     $(ACLOCAL_M4)
63     am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64     configure.lineno config.status.lineno
65     mkinstalldirs = $(install_sh) -d
66     CONFIG_HEADER = config.h
67 michael 1660 CONFIG_CLEAN_FILES =
68 michael 945 CONFIG_CLEAN_VPATH_FILES =
69 michael 912 SOURCES =
70     DIST_SOURCES =
71     RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72     html-recursive info-recursive install-data-recursive \
73     install-dvi-recursive install-exec-recursive \
74     install-html-recursive install-info-recursive \
75     install-pdf-recursive install-ps-recursive install-recursive \
76     installcheck-recursive installdirs-recursive pdf-recursive \
77     ps-recursive uninstall-recursive
78 michael 1338 am__can_run_installinfo = \
79     case $$AM_UPDATE_INFO_DIR in \
80     n|no|NO) false;; \
81     *) (install-info --version) >/dev/null 2>&1;; \
82     esac
83 michael 912 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84     distclean-recursive maintainer-clean-recursive
85 michael 945 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
86     $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
87 michael 1373 cscope distdir dist dist-all distcheck
88 michael 912 ETAGS = etags
89     CTAGS = ctags
90 michael 1373 CSCOPE = cscope
91 michael 912 DIST_SUBDIRS = $(SUBDIRS)
92     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93     distdir = $(PACKAGE)-$(VERSION)
94     top_distdir = $(distdir)
95     am__remove_distdir = \
96 michael 1291 if test -d "$(distdir)"; then \
97     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
98     && rm -rf "$(distdir)" \
99     || { sleep 5 && rm -rf "$(distdir)"; }; \
100     else :; fi
101 michael 1373 am__post_remove_distdir = $(am__remove_distdir)
102 michael 945 am__relativize = \
103     dir0=`pwd`; \
104     sed_first='s,^\([^/]*\)/.*$$,\1,'; \
105     sed_rest='s,^[^/]*/*,,'; \
106     sed_last='s,^.*/\([^/]*\)$$,\1,'; \
107     sed_butlast='s,/*[^/]*$$,,'; \
108     while test -n "$$dir1"; do \
109     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
110     if test "$$first" != "."; then \
111     if test "$$first" = ".."; then \
112     dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
113     dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
114     else \
115     first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
116     if test "$$first2" = "$$first"; then \
117     dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
118     else \
119     dir2="../$$dir2"; \
120     fi; \
121     dir0="$$dir0"/"$$first"; \
122     fi; \
123     fi; \
124     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
125     done; \
126     reldir="$$dir2"
127 michael 912 DIST_ARCHIVES = $(distdir).tar.gz
128     GZIP_ENV = --best
129 michael 1373 DIST_TARGETS = dist-gzip
130 michael 912 distuninstallcheck_listfiles = find . -type f -print
131 michael 1257 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
132     | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
133 michael 912 distcleancheck_listfiles = find . -type f -print
134     ACLOCAL = @ACLOCAL@
135     AMTAR = @AMTAR@
136     AR = @AR@
137 michael 945 ARGZ_H = @ARGZ_H@
138 michael 912 AUTOCONF = @AUTOCONF@
139     AUTOHEADER = @AUTOHEADER@
140     AUTOMAKE = @AUTOMAKE@
141     AWK = @AWK@
142     CC = @CC@
143     CCDEPMODE = @CCDEPMODE@
144     CFLAGS = @CFLAGS@
145     CPP = @CPP@
146     CPPFLAGS = @CPPFLAGS@
147     CYGPATH_W = @CYGPATH_W@
148     DATADIR = @DATADIR@
149     DEFS = @DEFS@
150     DEPDIR = @DEPDIR@
151 michael 1106 DLLTOOL = @DLLTOOL@
152 db 941 DSYMUTIL = @DSYMUTIL@
153 michael 945 DUMPBIN = @DUMPBIN@
154 michael 912 ECHO_C = @ECHO_C@
155     ECHO_N = @ECHO_N@
156     ECHO_T = @ECHO_T@
157     EGREP = @EGREP@
158     EXEEXT = @EXEEXT@
159 michael 945 FGREP = @FGREP@
160 michael 912 GREP = @GREP@
161     INCLTDL = @INCLTDL@
162     INSTALL = @INSTALL@
163     INSTALL_DATA = @INSTALL_DATA@
164     INSTALL_PROGRAM = @INSTALL_PROGRAM@
165     INSTALL_SCRIPT = @INSTALL_SCRIPT@
166     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167 michael 945 LD = @LD@
168 michael 912 LDFLAGS = @LDFLAGS@
169     LEX = @LEX@
170     LEXLIB = @LEXLIB@
171     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
172 michael 945 LIBADD_DL = @LIBADD_DL@
173     LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
174     LIBADD_DLOPEN = @LIBADD_DLOPEN@
175     LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
176 michael 912 LIBDIR = @LIBDIR@
177     LIBLTDL = @LIBLTDL@
178     LIBOBJS = @LIBOBJS@
179     LIBS = @LIBS@
180     LIBTOOL = @LIBTOOL@
181 michael 945 LIPO = @LIPO@
182 michael 912 LN_S = @LN_S@
183     LOCALSTATEDIR = @LOCALSTATEDIR@
184 michael 945 LTDLDEPS = @LTDLDEPS@
185     LTDLINCL = @LTDLINCL@
186     LTDLOPEN = @LTDLOPEN@
187 michael 912 LTLIBOBJS = @LTLIBOBJS@
188 michael 945 LT_CONFIG_H = @LT_CONFIG_H@
189     LT_DLLOADERS = @LT_DLLOADERS@
190     LT_DLPREOPEN = @LT_DLPREOPEN@
191 michael 912 MAINT = @MAINT@
192     MAKEINFO = @MAKEINFO@
193 michael 1106 MANIFEST_TOOL = @MANIFEST_TOOL@
194 michael 912 MKDIR_P = @MKDIR_P@
195 michael 945 NM = @NM@
196 db 941 NMEDIT = @NMEDIT@
197 michael 945 OBJDUMP = @OBJDUMP@
198 michael 912 OBJEXT = @OBJEXT@
199 michael 945 OTOOL = @OTOOL@
200     OTOOL64 = @OTOOL64@
201 michael 912 PACKAGE = @PACKAGE@
202     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
203     PACKAGE_NAME = @PACKAGE_NAME@
204     PACKAGE_STRING = @PACKAGE_STRING@
205     PACKAGE_TARNAME = @PACKAGE_TARNAME@
206 michael 967 PACKAGE_URL = @PACKAGE_URL@
207 michael 912 PACKAGE_VERSION = @PACKAGE_VERSION@
208     PATH_SEPARATOR = @PATH_SEPARATOR@
209     PREFIX = @PREFIX@
210     RANLIB = @RANLIB@
211     SED = @SED@
212     SET_MAKE = @SET_MAKE@
213     SHELL = @SHELL@
214     STRIP = @STRIP@
215     SYSCONFDIR = @SYSCONFDIR@
216     VERSION = @VERSION@
217     YACC = @YACC@
218     YFLAGS = @YFLAGS@
219     abs_builddir = @abs_builddir@
220     abs_srcdir = @abs_srcdir@
221     abs_top_builddir = @abs_top_builddir@
222     abs_top_srcdir = @abs_top_srcdir@
223 michael 1106 ac_ct_AR = @ac_ct_AR@
224 michael 912 ac_ct_CC = @ac_ct_CC@
225 michael 945 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
226 michael 912 am__include = @am__include@
227     am__leading_dot = @am__leading_dot@
228     am__quote = @am__quote@
229     am__tar = @am__tar@
230     am__untar = @am__untar@
231     bindir = @bindir@
232     build = @build@
233     build_alias = @build_alias@
234     build_cpu = @build_cpu@
235     build_os = @build_os@
236     build_vendor = @build_vendor@
237     builddir = @builddir@
238     datadir = @datadir@
239     datarootdir = @datarootdir@
240     docdir = @docdir@
241     dvidir = @dvidir@
242     exec_prefix = @exec_prefix@
243     host = @host@
244     host_alias = @host_alias@
245     host_cpu = @host_cpu@
246     host_os = @host_os@
247     host_vendor = @host_vendor@
248     htmldir = @htmldir@
249     includedir = @includedir@
250     infodir = @infodir@
251     install_sh = @install_sh@
252     libdir = @libdir@
253     libexecdir = @libexecdir@
254     localedir = @localedir@
255     localstatedir = @localstatedir@
256 michael 945 ltdl_LIBOBJS = @ltdl_LIBOBJS@
257     ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
258 michael 912 mandir = @mandir@
259 michael 1462 mkdir_p = @mkdir_p@
260 michael 912 oldincludedir = @oldincludedir@
261     pdfdir = @pdfdir@
262     prefix = @prefix@
263     program_transform_name = @program_transform_name@
264     psdir = @psdir@
265     sbindir = @sbindir@
266     sharedstatedir = @sharedstatedir@
267     srcdir = @srcdir@
268 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
269 michael 912 sysconfdir = @sysconfdir@
270     target_alias = @target_alias@
271 db 941 top_build_prefix = @top_build_prefix@
272 michael 912 top_builddir = @top_builddir@
273     top_srcdir = @top_srcdir@
274     AUTOMAKE_OPTIONS = foreign
275 michael 1310 SUBDIRS = tools libltdl doc help messages modules src
276 michael 912 all: config.h
277     $(MAKE) $(AM_MAKEFLAGS) all-recursive
278    
279     .SUFFIXES:
280 michael 1257 am--refresh: Makefile
281 michael 912 @:
282     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
283     @for dep in $?; do \
284     case '$(am__configure_deps)' in \
285     *$$dep*) \
286 michael 945 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
287     $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
288 michael 912 && exit 0; \
289     exit 1;; \
290     esac; \
291     done; \
292 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
293     $(am__cd) $(top_srcdir) && \
294     $(AUTOMAKE) --foreign Makefile
295 michael 912 .PRECIOUS: Makefile
296     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297     @case '$?' in \
298     *config.status*) \
299     echo ' $(SHELL) ./config.status'; \
300     $(SHELL) ./config.status;; \
301     *) \
302     echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
303     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
304     esac;
305    
306     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
307     $(SHELL) ./config.status --recheck
308    
309     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
310 michael 945 $(am__cd) $(srcdir) && $(AUTOCONF)
311 michael 912 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
312 michael 945 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
313     $(am__aclocal_m4_deps):
314 michael 912
315     config.h: stamp-h1
316 michael 1257 @if test ! -f $@; then rm -f stamp-h1; else :; fi
317     @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
318 michael 912
319     stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
320     @rm -f stamp-h1
321     cd $(top_builddir) && $(SHELL) ./config.status config.h
322     $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
323 michael 945 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
324 michael 912 rm -f stamp-h1
325     touch $@
326    
327     distclean-hdr:
328     -rm -f config.h stamp-h1
329    
330     mostlyclean-libtool:
331     -rm -f *.lo
332    
333     clean-libtool:
334     -rm -rf .libs _libs
335    
336     distclean-libtool:
337 michael 945 -rm -f libtool config.lt
338 michael 912
339     # This directory's subdirectories are mostly independent; you can cd
340 michael 1373 # into them and run 'make' without going through this Makefile.
341     # To change the values of 'make' variables: instead of editing Makefiles,
342     # (1) if the variable is set in 'config.status', edit 'config.status'
343     # (which will cause the Makefiles to be regenerated when you run 'make');
344     # (2) otherwise, pass the desired values on the 'make' command line.
345 michael 1462 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
346 michael 1043 @fail= failcom='exit 1'; \
347 michael 912 for f in x $$MAKEFLAGS; do \
348     case $$f in \
349     *=* | --[!k]*);; \
350     *k*) failcom='fail=yes';; \
351     esac; \
352     done; \
353     dot_seen=no; \
354     target=`echo $@ | sed s/-recursive//`; \
355 michael 1462 case "$@" in \
356     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
357     *) list='$(SUBDIRS)' ;; \
358     esac; \
359     for subdir in $$list; do \
360 michael 912 echo "Making $$target in $$subdir"; \
361     if test "$$subdir" = "."; then \
362     dot_seen=yes; \
363     local_target="$$target-am"; \
364     else \
365     local_target="$$target"; \
366     fi; \
367 michael 945 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
368 michael 912 || eval $$failcom; \
369     done; \
370     if test "$$dot_seen" = "no"; then \
371     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
372     fi; test -z "$$fail"
373     tags-recursive:
374     list='$(SUBDIRS)'; for subdir in $$list; do \
375 michael 945 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
376 michael 912 done
377     ctags-recursive:
378     list='$(SUBDIRS)'; for subdir in $$list; do \
379 michael 945 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
380 michael 912 done
381 michael 1373 cscopelist-recursive:
382     list='$(SUBDIRS)'; for subdir in $$list; do \
383     test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
384     done
385 michael 912
386     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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 michael 945 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392 db 941 END { if (nonempty) { for (i in files) print i; }; }'`; \
393 michael 912 mkid -fID $$unique
394     tags: TAGS
395    
396     TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
397     $(TAGS_FILES) $(LISP)
398 michael 945 set x; \
399 michael 912 here=`pwd`; \
400     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
401     include_option=--etags-include; \
402     empty_fix=.; \
403     else \
404     include_option=--include; \
405     empty_fix=; \
406     fi; \
407     list='$(SUBDIRS)'; for subdir in $$list; do \
408     if test "$$subdir" = .; then :; else \
409     test ! -f $$subdir/TAGS || \
410 michael 945 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
411 michael 912 fi; \
412     done; \
413     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
414     unique=`for i in $$list; do \
415     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416     done | \
417 db 941 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418     END { if (nonempty) { for (i in files) print i; }; }'`; \
419 michael 945 shift; \
420     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
421 michael 912 test -n "$$unique" || unique=$$empty_fix; \
422 michael 945 if test $$# -gt 0; then \
423     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
424     "$$@" $$unique; \
425     else \
426     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
427     $$unique; \
428     fi; \
429 michael 912 fi
430     ctags: CTAGS
431     CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
432     $(TAGS_FILES) $(LISP)
433     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
434     unique=`for i in $$list; do \
435     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436     done | \
437 db 941 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438     END { if (nonempty) { for (i in files) print i; }; }'`; \
439 michael 945 test -z "$(CTAGS_ARGS)$$unique" \
440 michael 912 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
441 michael 945 $$unique
442 michael 912
443     GTAGS:
444     here=`$(am__cd) $(top_builddir) && pwd` \
445 michael 945 && $(am__cd) $(top_srcdir) \
446     && gtags -i $(GTAGS_ARGS) "$$here"
447 michael 912
448 michael 1373 cscope: cscope.files
449     test ! -s cscope.files \
450     || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
451    
452     clean-cscope:
453     -rm -f cscope.files
454    
455     cscope.files: clean-cscope cscopelist-recursive cscopelist
456    
457     cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
458     list='$(SOURCES) $(HEADERS) $(LISP)'; \
459     case "$(srcdir)" in \
460     [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
461     *) sdir=$(subdir)/$(srcdir) ;; \
462     esac; \
463     for i in $$list; do \
464     if test -f "$$i"; then \
465     echo "$(subdir)/$$i"; \
466     else \
467     echo "$$sdir/$$i"; \
468     fi; \
469     done >> $(top_builddir)/cscope.files
470    
471 michael 912 distclean-tags:
472     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
473 michael 1373 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
474 michael 912
475     distdir: $(DISTFILES)
476     $(am__remove_distdir)
477 michael 945 test -d "$(distdir)" || mkdir "$(distdir)"
478 michael 912 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
479     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
480     list='$(DISTFILES)'; \
481     dist_files=`for file in $$list; do echo $$file; done | \
482     sed -e "s|^$$srcdirstrip/||;t" \
483     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
484     case $$dist_files in \
485     */*) $(MKDIR_P) `echo "$$dist_files" | \
486     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
487     sort -u` ;; \
488     esac; \
489     for file in $$dist_files; do \
490     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
491     if test -d $$d/$$file; then \
492     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
493 michael 945 if test -d "$(distdir)/$$file"; then \
494     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
495     fi; \
496 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
497 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
498     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499 michael 912 fi; \
500 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
501 michael 912 else \
502 michael 945 test -f "$(distdir)/$$file" \
503     || cp -p $$d/$$file "$(distdir)/$$file" \
504 michael 912 || exit 1; \
505     fi; \
506     done
507 michael 945 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
508 michael 912 if test "$$subdir" = .; then :; else \
509 michael 1338 $(am__make_dryrun) \
510     || test -d "$(distdir)/$$subdir" \
511     || $(MKDIR_P) "$(distdir)/$$subdir" \
512     || exit 1; \
513 michael 945 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
514     $(am__relativize); \
515     new_distdir=$$reldir; \
516     dir1=$$subdir; dir2="$(top_distdir)"; \
517     $(am__relativize); \
518     new_top_distdir=$$reldir; \
519     echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
520     echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
521     ($(am__cd) $$subdir && \
522 michael 912 $(MAKE) $(AM_MAKEFLAGS) \
523 michael 945 top_distdir="$$new_top_distdir" \
524     distdir="$$new_distdir" \
525 michael 912 am__remove_distdir=: \
526     am__skip_length_check=: \
527 michael 945 am__skip_mode_fix=: \
528 michael 912 distdir) \
529     || exit 1; \
530     fi; \
531     done
532 michael 945 -test -n "$(am__skip_mode_fix)" \
533 michael 1043 || find "$(distdir)" -type d ! -perm -755 \
534     -exec chmod u+rwx,go+rx {} \; -o \
535 michael 912 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
536     ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
537     ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
538 michael 945 || chmod -R a+r "$(distdir)"
539 michael 912 dist-gzip: distdir
540     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
541 michael 1373 $(am__post_remove_distdir)
542 michael 912
543     dist-bzip2: distdir
544 michael 1257 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
545 michael 1373 $(am__post_remove_distdir)
546 michael 912
547 michael 1291 dist-lzip: distdir
548     tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
549 michael 1373 $(am__post_remove_distdir)
550 michael 1291
551 michael 945 dist-xz: distdir
552 michael 1257 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
553 michael 1373 $(am__post_remove_distdir)
554 michael 945
555 michael 912 dist-tarZ: distdir
556     tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
557 michael 1373 $(am__post_remove_distdir)
558 michael 912
559     dist-shar: distdir
560     shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
561 michael 1373 $(am__post_remove_distdir)
562 michael 912
563     dist-zip: distdir
564     -rm -f $(distdir).zip
565     zip -rq $(distdir).zip $(distdir)
566 michael 1373 $(am__post_remove_distdir)
567 michael 912
568 michael 1373 dist dist-all:
569     $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
570     $(am__post_remove_distdir)
571 michael 912
572     # This target untars the dist file and tries a VPATH configuration. Then
573     # it guarantees that the distribution is self-contained by making another
574     # tarfile.
575     distcheck: dist
576     case '$(DIST_ARCHIVES)' in \
577     *.tar.gz*) \
578 michael 1043 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
579 michael 912 *.tar.bz2*) \
580 michael 1043 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
581 michael 1291 *.tar.lz*) \
582     lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
583 michael 945 *.tar.xz*) \
584     xz -dc $(distdir).tar.xz | $(am__untar) ;;\
585 michael 912 *.tar.Z*) \
586     uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
587     *.shar.gz*) \
588 michael 1043 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
589 michael 912 *.zip*) \
590     unzip $(distdir).zip ;;\
591     esac
592 michael 1504 chmod -R a-w $(distdir)
593     chmod u+w $(distdir)
594     mkdir $(distdir)/_build $(distdir)/_inst
595 michael 912 chmod a-w $(distdir)
596 michael 945 test -d $(distdir)/_build || exit 0; \
597 michael 912 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
598     && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
599 michael 945 && am__cwd=`pwd` \
600     && $(am__cd) $(distdir)/_build \
601 michael 912 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
602 michael 1257 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
603 michael 912 $(DISTCHECK_CONFIGURE_FLAGS) \
604     && $(MAKE) $(AM_MAKEFLAGS) \
605     && $(MAKE) $(AM_MAKEFLAGS) dvi \
606     && $(MAKE) $(AM_MAKEFLAGS) check \
607     && $(MAKE) $(AM_MAKEFLAGS) install \
608     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
609     && $(MAKE) $(AM_MAKEFLAGS) uninstall \
610     && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
611     distuninstallcheck \
612     && chmod -R a-w "$$dc_install_base" \
613     && ({ \
614     (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
615     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
616     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
617     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
618     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
619     } || { rm -rf "$$dc_destdir"; exit 1; }) \
620     && rm -rf "$$dc_destdir" \
621     && $(MAKE) $(AM_MAKEFLAGS) dist \
622     && rm -rf $(DIST_ARCHIVES) \
623 michael 945 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
624     && cd "$$am__cwd" \
625     || exit 1
626 michael 1373 $(am__post_remove_distdir)
627 michael 912 @(echo "$(distdir) archives ready for distribution: "; \
628     list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
629     sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
630     distuninstallcheck:
631 michael 1257 @test -n '$(distuninstallcheck_dir)' || { \
632     echo 'ERROR: trying to run $@ with an empty' \
633     '$$(distuninstallcheck_dir)' >&2; \
634     exit 1; \
635     }; \
636     $(am__cd) '$(distuninstallcheck_dir)' || { \
637     echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
638     exit 1; \
639     }; \
640     test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
641 michael 912 || { echo "ERROR: files left after uninstall:" ; \
642     if test -n "$(DESTDIR)"; then \
643     echo " (check DESTDIR support)"; \
644     fi ; \
645     $(distuninstallcheck_listfiles) ; \
646     exit 1; } >&2
647     distcleancheck: distclean
648     @if test '$(srcdir)' = . ; then \
649     echo "ERROR: distcleancheck can only run from a VPATH build" ; \
650     exit 1 ; \
651     fi
652     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
653     || { echo "ERROR: files left in build directory after distclean:" ; \
654     $(distcleancheck_listfiles) ; \
655     exit 1; } >&2
656     check-am: all-am
657     check: check-recursive
658     all-am: Makefile config.h
659     installdirs: installdirs-recursive
660     installdirs-am:
661     install: install-recursive
662     install-exec: install-exec-recursive
663     install-data: install-data-recursive
664     uninstall: uninstall-recursive
665    
666     install-am: all-am
667     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
668    
669     installcheck: installcheck-recursive
670     install-strip:
671 michael 1257 if test -z '$(STRIP)'; then \
672     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
673     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
674     install; \
675     else \
676     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
677     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
678     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
679     fi
680 michael 912 mostlyclean-generic:
681    
682     clean-generic:
683    
684     distclean-generic:
685     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
686 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
687 michael 912
688     maintainer-clean-generic:
689     @echo "This command is intended for maintainers to use"
690     @echo "it deletes files that may require special tools to rebuild."
691     clean: clean-recursive
692    
693     clean-am: clean-generic clean-libtool mostlyclean-am
694    
695     distclean: distclean-recursive
696     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
697     -rm -f Makefile
698     distclean-am: clean-am distclean-generic distclean-hdr \
699     distclean-libtool distclean-tags
700    
701     dvi: dvi-recursive
702    
703     dvi-am:
704    
705     html: html-recursive
706    
707 michael 945 html-am:
708    
709 michael 912 info: info-recursive
710    
711     info-am:
712    
713     install-data-am: install-data-local
714    
715     install-dvi: install-dvi-recursive
716    
717 michael 945 install-dvi-am:
718    
719 michael 912 install-exec-am:
720    
721     install-html: install-html-recursive
722    
723 michael 945 install-html-am:
724    
725 michael 912 install-info: install-info-recursive
726    
727 michael 945 install-info-am:
728    
729 michael 912 install-man:
730    
731     install-pdf: install-pdf-recursive
732    
733 michael 945 install-pdf-am:
734    
735 michael 912 install-ps: install-ps-recursive
736    
737 michael 945 install-ps-am:
738    
739 michael 912 installcheck-am:
740    
741     maintainer-clean: maintainer-clean-recursive
742     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
743     -rm -rf $(top_srcdir)/autom4te.cache
744     -rm -f Makefile
745     maintainer-clean-am: distclean-am maintainer-clean-generic
746    
747     mostlyclean: mostlyclean-recursive
748    
749     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
750    
751     pdf: pdf-recursive
752    
753     pdf-am:
754    
755     ps: ps-recursive
756    
757     ps-am:
758    
759     uninstall-am:
760    
761 michael 945 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
762 michael 1373 cscopelist-recursive ctags-recursive install-am install-strip \
763     tags-recursive
764 michael 912
765     .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
766 michael 1373 all all-am am--refresh check check-am clean clean-cscope \
767     clean-generic clean-libtool cscope cscopelist \
768     cscopelist-recursive ctags ctags-recursive dist dist-all \
769     dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
770 michael 1291 dist-zip distcheck distclean distclean-generic distclean-hdr \
771 michael 945 distclean-libtool distclean-tags distcleancheck distdir \
772     distuninstallcheck dvi dvi-am html html-am info info-am \
773     install install-am install-data install-data-am \
774     install-data-local install-dvi install-dvi-am install-exec \
775     install-exec-am install-html install-html-am install-info \
776     install-info-am install-man install-pdf install-pdf-am \
777     install-ps install-ps-am install-strip installcheck \
778     installcheck-am installdirs installdirs-am maintainer-clean \
779     maintainer-clean-generic mostlyclean mostlyclean-generic \
780     mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
781     uninstall uninstall-am
782 michael 912
783    
784     install-data-local:
785     $(INSTALL) -d $(DESTDIR)${localstatedir}/log
786     $(INSTALL) -d $(DESTDIR)${localstatedir}/run
787 michael 945
788 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
789     # Otherwise a system limit (for SysV at least) may be exceeded.
790     .NOEXPORT: