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