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