ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/Makefile.in
Revision: 1373
Committed: Fri Apr 27 07:32:34 2012 UTC (11 years, 11 months ago) by michael
File size: 25789 byte(s)
Log Message:
- autoconf 2.69 & automake 1.12

File Contents

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