ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/Makefile.in
Revision: 1425
Committed: Wed Jun 6 08:44:22 2012 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/Makefile.in
File size: 25671 byte(s)
Log Message:
- automake 1.12.1 & bison 2.5.1

File Contents

# User Rev Content
1 michael 1425 # Makefile.in generated by automake 1.12.1 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 914 $(top_srcdir)/configure $(top_srcdir)/contrib/help/Makefile.in \
56 michael 945 AUTHORS COPYING INSTALL NEWS TODO config.guess config.sub \
57     depcomp install-sh ltmain.sh missing 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 914 CONFIG_CLEAN_FILES = contrib/help/Makefile
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     oldincludedir = @oldincludedir@
260     pdfdir = @pdfdir@
261     prefix = @prefix@
262     program_transform_name = @program_transform_name@
263     psdir = @psdir@
264     sbindir = @sbindir@
265     sharedstatedir = @sharedstatedir@
266     srcdir = @srcdir@
267 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
268 michael 912 sysconfdir = @sysconfdir@
269     target_alias = @target_alias@
270 db 941 top_build_prefix = @top_build_prefix@
271 michael 912 top_builddir = @top_builddir@
272     top_srcdir = @top_srcdir@
273     AUTOMAKE_OPTIONS = foreign
274 michael 1310 SUBDIRS = tools libltdl doc help messages modules src
275 michael 912 all: config.h
276     $(MAKE) $(AM_MAKEFLAGS) all-recursive
277    
278     .SUFFIXES:
279 michael 1257 am--refresh: Makefile
280 michael 912 @:
281     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
282     @for dep in $?; do \
283     case '$(am__configure_deps)' in \
284     *$$dep*) \
285 michael 945 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
286     $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
287 michael 912 && exit 0; \
288     exit 1;; \
289     esac; \
290     done; \
291 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
292     $(am__cd) $(top_srcdir) && \
293     $(AUTOMAKE) --foreign Makefile
294 michael 912 .PRECIOUS: Makefile
295     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296     @case '$?' in \
297     *config.status*) \
298     echo ' $(SHELL) ./config.status'; \
299     $(SHELL) ./config.status;; \
300     *) \
301     echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
302     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
303     esac;
304    
305     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
306     $(SHELL) ./config.status --recheck
307    
308     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
309 michael 945 $(am__cd) $(srcdir) && $(AUTOCONF)
310 michael 912 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
311 michael 945 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
312     $(am__aclocal_m4_deps):
313 michael 912
314     config.h: stamp-h1
315 michael 1257 @if test ! -f $@; then rm -f stamp-h1; else :; fi
316     @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
317 michael 912
318     stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
319     @rm -f stamp-h1
320     cd $(top_builddir) && $(SHELL) ./config.status config.h
321     $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
322 michael 945 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
323 michael 912 rm -f stamp-h1
324     touch $@
325    
326     distclean-hdr:
327     -rm -f config.h stamp-h1
328     contrib/help/Makefile: $(top_builddir)/config.status $(top_srcdir)/contrib/help/Makefile.in
329     cd $(top_builddir) && $(SHELL) ./config.status $@
330    
331     mostlyclean-libtool:
332     -rm -f *.lo
333    
334     clean-libtool:
335     -rm -rf .libs _libs
336    
337     distclean-libtool:
338 michael 945 -rm -f libtool config.lt
339 michael 912
340     # This directory's subdirectories are mostly independent; you can cd
341 michael 1373 # into them and run 'make' without going through this Makefile.
342     # To change the values of 'make' variables: instead of editing Makefiles,
343     # (1) if the variable is set in 'config.status', edit 'config.status'
344     # (which will cause the Makefiles to be regenerated when you run 'make');
345     # (2) otherwise, pass the desired values on the 'make' command line.
346 michael 912 $(RECURSIVE_TARGETS):
347 michael 1043 @fail= failcom='exit 1'; \
348 michael 912 for f in x $$MAKEFLAGS; do \
349     case $$f in \
350     *=* | --[!k]*);; \
351     *k*) failcom='fail=yes';; \
352     esac; \
353     done; \
354     dot_seen=no; \
355     target=`echo $@ | sed s/-recursive//`; \
356     list='$(SUBDIRS)'; for subdir in $$list; do \
357     echo "Making $$target in $$subdir"; \
358     if test "$$subdir" = "."; then \
359     dot_seen=yes; \
360     local_target="$$target-am"; \
361     else \
362     local_target="$$target"; \
363     fi; \
364 michael 945 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365 michael 912 || eval $$failcom; \
366     done; \
367     if test "$$dot_seen" = "no"; then \
368     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
369     fi; test -z "$$fail"
370    
371     $(RECURSIVE_CLEAN_TARGETS):
372 michael 1043 @fail= failcom='exit 1'; \
373 michael 912 for f in x $$MAKEFLAGS; do \
374     case $$f in \
375     *=* | --[!k]*);; \
376     *k*) failcom='fail=yes';; \
377     esac; \
378     done; \
379     dot_seen=no; \
380     case "$@" in \
381     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
382     *) list='$(SUBDIRS)' ;; \
383     esac; \
384     rev=''; for subdir in $$list; do \
385     if test "$$subdir" = "."; then :; else \
386     rev="$$subdir $$rev"; \
387     fi; \
388     done; \
389     rev="$$rev ."; \
390     target=`echo $@ | sed s/-recursive//`; \
391     for subdir in $$rev; do \
392     echo "Making $$target in $$subdir"; \
393     if test "$$subdir" = "."; then \
394     local_target="$$target-am"; \
395     else \
396     local_target="$$target"; \
397     fi; \
398 michael 945 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399 michael 912 || eval $$failcom; \
400     done && test -z "$$fail"
401     tags-recursive:
402     list='$(SUBDIRS)'; for subdir in $$list; do \
403 michael 945 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
404 michael 912 done
405     ctags-recursive:
406     list='$(SUBDIRS)'; for subdir in $$list; do \
407 michael 945 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
408 michael 912 done
409 michael 1373 cscopelist-recursive:
410     list='$(SUBDIRS)'; for subdir in $$list; do \
411     test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
412     done
413 michael 912
414     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
415     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
416     unique=`for i in $$list; do \
417     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418     done | \
419 michael 945 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420 db 941 END { if (nonempty) { for (i in files) print i; }; }'`; \
421 michael 912 mkid -fID $$unique
422     tags: TAGS
423    
424     TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
425     $(TAGS_FILES) $(LISP)
426 michael 945 set x; \
427 michael 912 here=`pwd`; \
428     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
429     include_option=--etags-include; \
430     empty_fix=.; \
431     else \
432     include_option=--include; \
433     empty_fix=; \
434     fi; \
435     list='$(SUBDIRS)'; for subdir in $$list; do \
436     if test "$$subdir" = .; then :; else \
437     test ! -f $$subdir/TAGS || \
438 michael 945 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
439 michael 912 fi; \
440     done; \
441     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
442     unique=`for i in $$list; do \
443     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444     done | \
445 db 941 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446     END { if (nonempty) { for (i in files) print i; }; }'`; \
447 michael 945 shift; \
448     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
449 michael 912 test -n "$$unique" || unique=$$empty_fix; \
450 michael 945 if test $$# -gt 0; then \
451     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
452     "$$@" $$unique; \
453     else \
454     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455     $$unique; \
456     fi; \
457 michael 912 fi
458     ctags: CTAGS
459     CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
460     $(TAGS_FILES) $(LISP)
461     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
462     unique=`for i in $$list; do \
463     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464     done | \
465 db 941 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466     END { if (nonempty) { for (i in files) print i; }; }'`; \
467 michael 945 test -z "$(CTAGS_ARGS)$$unique" \
468 michael 912 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469 michael 945 $$unique
470 michael 912
471     GTAGS:
472     here=`$(am__cd) $(top_builddir) && pwd` \
473 michael 945 && $(am__cd) $(top_srcdir) \
474     && gtags -i $(GTAGS_ARGS) "$$here"
475 michael 912
476 michael 1373 cscope: cscope.files
477     test ! -s cscope.files \
478     || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
479    
480     clean-cscope:
481     -rm -f cscope.files
482    
483     cscope.files: clean-cscope cscopelist-recursive cscopelist
484    
485     cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
486     list='$(SOURCES) $(HEADERS) $(LISP)'; \
487     case "$(srcdir)" in \
488     [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
489     *) sdir=$(subdir)/$(srcdir) ;; \
490     esac; \
491     for i in $$list; do \
492     if test -f "$$i"; then \
493     echo "$(subdir)/$$i"; \
494     else \
495     echo "$$sdir/$$i"; \
496     fi; \
497     done >> $(top_builddir)/cscope.files
498    
499 michael 912 distclean-tags:
500     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
501 michael 1373 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
502 michael 912
503     distdir: $(DISTFILES)
504     $(am__remove_distdir)
505 michael 945 test -d "$(distdir)" || mkdir "$(distdir)"
506 michael 912 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
507     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508     list='$(DISTFILES)'; \
509     dist_files=`for file in $$list; do echo $$file; done | \
510     sed -e "s|^$$srcdirstrip/||;t" \
511     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
512     case $$dist_files in \
513     */*) $(MKDIR_P) `echo "$$dist_files" | \
514     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
515     sort -u` ;; \
516     esac; \
517     for file in $$dist_files; do \
518     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
519     if test -d $$d/$$file; then \
520     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
521 michael 945 if test -d "$(distdir)/$$file"; then \
522     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
523     fi; \
524 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
525 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
526     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527 michael 912 fi; \
528 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
529 michael 912 else \
530 michael 945 test -f "$(distdir)/$$file" \
531     || cp -p $$d/$$file "$(distdir)/$$file" \
532 michael 912 || exit 1; \
533     fi; \
534     done
535 michael 945 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
536 michael 912 if test "$$subdir" = .; then :; else \
537 michael 1338 $(am__make_dryrun) \
538     || test -d "$(distdir)/$$subdir" \
539     || $(MKDIR_P) "$(distdir)/$$subdir" \
540     || exit 1; \
541 michael 945 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
542     $(am__relativize); \
543     new_distdir=$$reldir; \
544     dir1=$$subdir; dir2="$(top_distdir)"; \
545     $(am__relativize); \
546     new_top_distdir=$$reldir; \
547     echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
548     echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
549     ($(am__cd) $$subdir && \
550 michael 912 $(MAKE) $(AM_MAKEFLAGS) \
551 michael 945 top_distdir="$$new_top_distdir" \
552     distdir="$$new_distdir" \
553 michael 912 am__remove_distdir=: \
554     am__skip_length_check=: \
555 michael 945 am__skip_mode_fix=: \
556 michael 912 distdir) \
557     || exit 1; \
558     fi; \
559     done
560 michael 945 -test -n "$(am__skip_mode_fix)" \
561 michael 1043 || find "$(distdir)" -type d ! -perm -755 \
562     -exec chmod u+rwx,go+rx {} \; -o \
563 michael 912 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
564     ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
565     ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
566 michael 945 || chmod -R a+r "$(distdir)"
567 michael 912 dist-gzip: distdir
568     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
569 michael 1373 $(am__post_remove_distdir)
570 michael 912
571     dist-bzip2: distdir
572 michael 1257 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
573 michael 1373 $(am__post_remove_distdir)
574 michael 912
575 michael 1291 dist-lzip: distdir
576     tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
577 michael 1373 $(am__post_remove_distdir)
578 michael 1291
579 michael 945 dist-xz: distdir
580 michael 1257 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
581 michael 1373 $(am__post_remove_distdir)
582 michael 945
583 michael 912 dist-tarZ: distdir
584     tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
585 michael 1373 $(am__post_remove_distdir)
586 michael 912
587     dist-shar: distdir
588     shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
589 michael 1373 $(am__post_remove_distdir)
590 michael 912
591     dist-zip: distdir
592     -rm -f $(distdir).zip
593     zip -rq $(distdir).zip $(distdir)
594 michael 1373 $(am__post_remove_distdir)
595 michael 912
596 michael 1373 dist dist-all:
597     $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
598     $(am__post_remove_distdir)
599 michael 912
600     # This target untars the dist file and tries a VPATH configuration. Then
601     # it guarantees that the distribution is self-contained by making another
602     # tarfile.
603     distcheck: dist
604     case '$(DIST_ARCHIVES)' in \
605     *.tar.gz*) \
606 michael 1043 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
607 michael 912 *.tar.bz2*) \
608 michael 1043 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
609 michael 1291 *.tar.lz*) \
610     lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
611 michael 945 *.tar.xz*) \
612     xz -dc $(distdir).tar.xz | $(am__untar) ;;\
613 michael 912 *.tar.Z*) \
614     uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
615     *.shar.gz*) \
616 michael 1043 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
617 michael 912 *.zip*) \
618     unzip $(distdir).zip ;;\
619     esac
620     chmod -R a-w $(distdir); chmod a+w $(distdir)
621     mkdir $(distdir)/_build
622     mkdir $(distdir)/_inst
623     chmod a-w $(distdir)
624 michael 945 test -d $(distdir)/_build || exit 0; \
625 michael 912 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
626     && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
627 michael 945 && am__cwd=`pwd` \
628     && $(am__cd) $(distdir)/_build \
629 michael 912 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
630 michael 1257 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
631 michael 912 $(DISTCHECK_CONFIGURE_FLAGS) \
632     && $(MAKE) $(AM_MAKEFLAGS) \
633     && $(MAKE) $(AM_MAKEFLAGS) dvi \
634     && $(MAKE) $(AM_MAKEFLAGS) check \
635     && $(MAKE) $(AM_MAKEFLAGS) install \
636     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
637     && $(MAKE) $(AM_MAKEFLAGS) uninstall \
638     && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
639     distuninstallcheck \
640     && chmod -R a-w "$$dc_install_base" \
641     && ({ \
642     (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
643     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
644     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
645     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
646     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
647     } || { rm -rf "$$dc_destdir"; exit 1; }) \
648     && rm -rf "$$dc_destdir" \
649     && $(MAKE) $(AM_MAKEFLAGS) dist \
650     && rm -rf $(DIST_ARCHIVES) \
651 michael 945 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
652     && cd "$$am__cwd" \
653     || exit 1
654 michael 1373 $(am__post_remove_distdir)
655 michael 912 @(echo "$(distdir) archives ready for distribution: "; \
656     list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
657     sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
658     distuninstallcheck:
659 michael 1257 @test -n '$(distuninstallcheck_dir)' || { \
660     echo 'ERROR: trying to run $@ with an empty' \
661     '$$(distuninstallcheck_dir)' >&2; \
662     exit 1; \
663     }; \
664     $(am__cd) '$(distuninstallcheck_dir)' || { \
665     echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
666     exit 1; \
667     }; \
668     test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
669 michael 912 || { echo "ERROR: files left after uninstall:" ; \
670     if test -n "$(DESTDIR)"; then \
671     echo " (check DESTDIR support)"; \
672     fi ; \
673     $(distuninstallcheck_listfiles) ; \
674     exit 1; } >&2
675     distcleancheck: distclean
676     @if test '$(srcdir)' = . ; then \
677     echo "ERROR: distcleancheck can only run from a VPATH build" ; \
678     exit 1 ; \
679     fi
680     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
681     || { echo "ERROR: files left in build directory after distclean:" ; \
682     $(distcleancheck_listfiles) ; \
683     exit 1; } >&2
684     check-am: all-am
685     check: check-recursive
686     all-am: Makefile config.h
687     installdirs: installdirs-recursive
688     installdirs-am:
689     install: install-recursive
690     install-exec: install-exec-recursive
691     install-data: install-data-recursive
692     uninstall: uninstall-recursive
693    
694     install-am: all-am
695     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
696    
697     installcheck: installcheck-recursive
698     install-strip:
699 michael 1257 if test -z '$(STRIP)'; then \
700     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
701     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
702     install; \
703     else \
704     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
705     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
706     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
707     fi
708 michael 912 mostlyclean-generic:
709    
710     clean-generic:
711    
712     distclean-generic:
713     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
714 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
715 michael 912
716     maintainer-clean-generic:
717     @echo "This command is intended for maintainers to use"
718     @echo "it deletes files that may require special tools to rebuild."
719     clean: clean-recursive
720    
721     clean-am: clean-generic clean-libtool mostlyclean-am
722    
723     distclean: distclean-recursive
724     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
725     -rm -f Makefile
726     distclean-am: clean-am distclean-generic distclean-hdr \
727     distclean-libtool distclean-tags
728    
729     dvi: dvi-recursive
730    
731     dvi-am:
732    
733     html: html-recursive
734    
735 michael 945 html-am:
736    
737 michael 912 info: info-recursive
738    
739     info-am:
740    
741     install-data-am: install-data-local
742    
743     install-dvi: install-dvi-recursive
744    
745 michael 945 install-dvi-am:
746    
747 michael 912 install-exec-am:
748    
749     install-html: install-html-recursive
750    
751 michael 945 install-html-am:
752    
753 michael 912 install-info: install-info-recursive
754    
755 michael 945 install-info-am:
756    
757 michael 912 install-man:
758    
759     install-pdf: install-pdf-recursive
760    
761 michael 945 install-pdf-am:
762    
763 michael 912 install-ps: install-ps-recursive
764    
765 michael 945 install-ps-am:
766    
767 michael 912 installcheck-am:
768    
769     maintainer-clean: maintainer-clean-recursive
770     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
771     -rm -rf $(top_srcdir)/autom4te.cache
772     -rm -f Makefile
773     maintainer-clean-am: distclean-am maintainer-clean-generic
774    
775     mostlyclean: mostlyclean-recursive
776    
777     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
778    
779     pdf: pdf-recursive
780    
781     pdf-am:
782    
783     ps: ps-recursive
784    
785     ps-am:
786    
787     uninstall-am:
788    
789 michael 945 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
790 michael 1373 cscopelist-recursive ctags-recursive install-am install-strip \
791     tags-recursive
792 michael 912
793     .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
794 michael 1373 all all-am am--refresh check check-am clean clean-cscope \
795     clean-generic clean-libtool cscope cscopelist \
796     cscopelist-recursive ctags ctags-recursive dist dist-all \
797     dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
798 michael 1291 dist-zip distcheck distclean distclean-generic distclean-hdr \
799 michael 945 distclean-libtool distclean-tags distcleancheck distdir \
800     distuninstallcheck dvi dvi-am html html-am info info-am \
801     install install-am install-data install-data-am \
802     install-data-local install-dvi install-dvi-am install-exec \
803     install-exec-am install-html install-html-am install-info \
804     install-info-am install-man install-pdf install-pdf-am \
805     install-ps install-ps-am install-strip installcheck \
806     installcheck-am installdirs installdirs-am maintainer-clean \
807     maintainer-clean-generic mostlyclean mostlyclean-generic \
808     mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
809     uninstall uninstall-am
810 michael 912
811    
812     install-data-local:
813     $(INSTALL) -d $(DESTDIR)${localstatedir}/log
814     $(INSTALL) -d $(DESTDIR)${localstatedir}/run
815 michael 945
816 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
817     # Otherwise a system limit (for SysV at least) may be exceeded.
818     .NOEXPORT: