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