ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/Makefile.in
Revision: 2063
Committed: Thu May 16 09:55:35 2013 UTC (10 years, 10 months ago) by michael
File size: 25514 byte(s)
Log Message:
- automake 1.13.2

File Contents

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