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