Annotation of embedaddon/quagga/isisd/Makefile.in, revision 1.1.1.3
1.1.1.3 ! misho 1: # Makefile.in generated by automake 1.11.5 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:
18:
19:
20:
21: VPATH = @srcdir@
1.1.1.3 ! misho 22: am__make_dryrun = \
! 23: { \
! 24: am__dry=no; \
! 25: case $$MAKEFLAGS in \
! 26: *\\[\ \ ]*) \
! 27: echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
! 28: | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
! 29: *) \
! 30: for am__flg in $$MAKEFLAGS; do \
! 31: case $$am__flg in \
! 32: *=*|--*) ;; \
! 33: *n*) am__dry=yes; break;; \
! 34: esac; \
! 35: done;; \
! 36: esac; \
! 37: test $$am__dry = yes; \
! 38: }
1.1 misho 39: pkgdatadir = $(datadir)/@PACKAGE@
40: pkgincludedir = $(includedir)/@PACKAGE@
41: pkglibdir = $(libdir)/@PACKAGE@
42: pkglibexecdir = $(libexecdir)/@PACKAGE@
43: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44: install_sh_DATA = $(install_sh) -c -m 644
45: install_sh_PROGRAM = $(install_sh) -c
46: install_sh_SCRIPT = $(install_sh) -c
47: INSTALL_HEADER = $(INSTALL_DATA)
48: transform = $(program_transform_name)
49: NORMAL_INSTALL = :
50: PRE_INSTALL = :
51: POST_INSTALL = :
52: NORMAL_UNINSTALL = :
53: PRE_UNINSTALL = :
54: POST_UNINSTALL = :
55: build_triplet = @build@
56: host_triplet = @host@
57: target_triplet = @target@
58: sbin_PROGRAMS = isisd$(EXEEXT)
59: subdir = isisd
60: DIST_COMMON = README $(dist_examples_DATA) $(noinst_HEADERS) \
61: $(srcdir)/Makefile.am $(srcdir)/Makefile.in AUTHORS
62: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.1.2 misho 63: am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
64: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
65: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
66: $(top_srcdir)/configure.ac
1.1 misho 67: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68: $(ACLOCAL_M4)
69: mkinstalldirs = $(install_sh) -d
70: CONFIG_HEADER = $(top_builddir)/config.h
71: CONFIG_CLEAN_FILES =
72: CONFIG_CLEAN_VPATH_FILES =
73: LIBRARIES = $(noinst_LIBRARIES)
74: ARFLAGS = cru
75: libisis_a_AR = $(AR) $(ARFLAGS)
76: libisis_a_LIBADD =
77: am_libisis_a_OBJECTS = isis_adjacency.$(OBJEXT) isis_lsp.$(OBJEXT) \
78: dict.$(OBJEXT) isis_circuit.$(OBJEXT) isis_pdu.$(OBJEXT) \
79: isis_tlv.$(OBJEXT) isisd.$(OBJEXT) isis_misc.$(OBJEXT) \
80: isis_zebra.$(OBJEXT) isis_dr.$(OBJEXT) isis_flags.$(OBJEXT) \
81: isis_dynhn.$(OBJEXT) iso_checksum.$(OBJEXT) isis_csm.$(OBJEXT) \
82: isis_events.$(OBJEXT) isis_spf.$(OBJEXT) isis_route.$(OBJEXT) \
83: isis_routemap.$(OBJEXT)
84: libisis_a_OBJECTS = $(am_libisis_a_OBJECTS)
85: am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)"
86: PROGRAMS = $(sbin_PROGRAMS)
87: am__objects_1 = isis_adjacency.$(OBJEXT) isis_lsp.$(OBJEXT) \
88: dict.$(OBJEXT) isis_circuit.$(OBJEXT) isis_pdu.$(OBJEXT) \
89: isis_tlv.$(OBJEXT) isisd.$(OBJEXT) isis_misc.$(OBJEXT) \
90: isis_zebra.$(OBJEXT) isis_dr.$(OBJEXT) isis_flags.$(OBJEXT) \
91: isis_dynhn.$(OBJEXT) iso_checksum.$(OBJEXT) isis_csm.$(OBJEXT) \
92: isis_events.$(OBJEXT) isis_spf.$(OBJEXT) isis_route.$(OBJEXT) \
93: isis_routemap.$(OBJEXT)
94: am_isisd_OBJECTS = isis_main.$(OBJEXT) $(am__objects_1) \
95: isis_bpf.$(OBJEXT) isis_dlpi.$(OBJEXT) isis_pfpacket.$(OBJEXT)
96: isisd_OBJECTS = $(am_isisd_OBJECTS)
97: isisd_DEPENDENCIES = ../lib/libzebra.la
98: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
99: depcomp = $(SHELL) $(top_srcdir)/depcomp
100: am__depfiles_maybe = depfiles
101: am__mv = mv -f
102: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
103: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
105: --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
106: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107: CCLD = $(CC)
108: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109: --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
110: $(LDFLAGS) -o $@
111: SOURCES = $(libisis_a_SOURCES) $(isisd_SOURCES)
112: DIST_SOURCES = $(libisis_a_SOURCES) $(isisd_SOURCES)
113: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
114: html-recursive info-recursive install-data-recursive \
115: install-dvi-recursive install-exec-recursive \
116: install-html-recursive install-info-recursive \
117: install-pdf-recursive install-ps-recursive install-recursive \
118: installcheck-recursive installdirs-recursive pdf-recursive \
119: ps-recursive uninstall-recursive
1.1.1.3 ! misho 120: am__can_run_installinfo = \
! 121: case $$AM_UPDATE_INFO_DIR in \
! 122: n|no|NO) false;; \
! 123: *) (install-info --version) >/dev/null 2>&1;; \
! 124: esac
1.1 misho 125: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
126: am__vpath_adj = case $$p in \
127: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
128: *) f=$$p;; \
129: esac;
130: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
131: am__install_max = 40
132: am__nobase_strip_setup = \
133: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
134: am__nobase_strip = \
135: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
136: am__nobase_list = $(am__nobase_strip_setup); \
137: for p in $$list; do echo "$$p $$p"; done | \
138: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
139: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
140: if (++n[$$2] == $(am__install_max)) \
141: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
142: END { for (dir in files) print dir, files[dir] }'
143: am__base_list = \
144: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
145: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1.1.2 misho 146: am__uninstall_files_from_dir = { \
147: test -z "$$files" \
148: || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
149: || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
150: $(am__cd) "$$dir" && rm -f $$files; }; \
151: }
1.1 misho 152: DATA = $(dist_examples_DATA)
153: HEADERS = $(noinst_HEADERS)
154: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
155: distclean-recursive maintainer-clean-recursive
156: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
157: $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
158: distdir
159: ETAGS = etags
160: CTAGS = ctags
161: DIST_SUBDIRS = $(SUBDIRS)
162: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
163: am__relativize = \
164: dir0=`pwd`; \
165: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
166: sed_rest='s,^[^/]*/*,,'; \
167: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
168: sed_butlast='s,/*[^/]*$$,,'; \
169: while test -n "$$dir1"; do \
170: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
171: if test "$$first" != "."; then \
172: if test "$$first" = ".."; then \
173: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
174: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
175: else \
176: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
177: if test "$$first2" = "$$first"; then \
178: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
179: else \
180: dir2="../$$dir2"; \
181: fi; \
182: dir0="$$dir0"/"$$first"; \
183: fi; \
184: fi; \
185: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
186: done; \
187: reldir="$$dir2"
188: ACLOCAL = @ACLOCAL@
189: AMTAR = @AMTAR@
190: AR = @AR@
191: AUTOCONF = @AUTOCONF@
192: AUTOHEADER = @AUTOHEADER@
193: AUTOMAKE = @AUTOMAKE@
194: AWK = @AWK@
1.1.1.3 ! misho 195: BABELD = @BABELD@
1.1 misho 196: BGPD = @BGPD@
197: CC = @CC@
198: CCDEPMODE = @CCDEPMODE@
199: CFLAGS = @CFLAGS@
200: CONFDATE = @CONFDATE@
201: CPP = @CPP@
202: CPPFLAGS = @CPPFLAGS@
203: CURSES = @CURSES@
204: CYGPATH_W = @CYGPATH_W@
205: DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
206: DEPDIR = @DEPDIR@
207: DLLTOOL = @DLLTOOL@
208: DOC = @DOC@
209: DSYMUTIL = @DSYMUTIL@
210: DUMPBIN = @DUMPBIN@
211: ECHO_C = @ECHO_C@
212: ECHO_N = @ECHO_N@
213: ECHO_T = @ECHO_T@
214: EGREP = @EGREP@
215: EXEEXT = @EXEEXT@
216: FGREP = @FGREP@
217: GAWK = @GAWK@
218: GREP = @GREP@
219: HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
220: IF_METHOD = @IF_METHOD@
221: IF_PROC = @IF_PROC@
222: INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib \
223: @ISIS_TOPOLOGY_INCLUDES@
224:
225: INSTALL = @INSTALL@
226: INSTALL_DATA = @INSTALL_DATA@
227: INSTALL_PROGRAM = @INSTALL_PROGRAM@
228: INSTALL_SCRIPT = @INSTALL_SCRIPT@
229: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
230: IOCTL_METHOD = @IOCTL_METHOD@
231: IPFORWARD = @IPFORWARD@
232: ISISD = @ISISD@
233: ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
234: ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
235: ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
236: KERNEL_METHOD = @KERNEL_METHOD@
1.1.1.3 ! misho 237: LATEXMK = @LATEXMK@
1.1 misho 238: LD = @LD@
239: LDFLAGS = @LDFLAGS@
240: LIBCAP = @LIBCAP@
241: LIBM = @LIBM@
242: LIBOBJS = @LIBOBJS@
243: LIBPAM = @LIBPAM@
244: LIBREADLINE = @LIBREADLINE@
245: LIBS = @LIBS@
246: LIBTOOL = @LIBTOOL@
247: LIB_IPV6 = @LIB_IPV6@
248: LIB_REGEX = @LIB_REGEX@
249: LIPO = @LIPO@
250: LN_S = @LN_S@
251: LTLIBOBJS = @LTLIBOBJS@
252: MAKEINFO = @MAKEINFO@
253: MANIFEST_TOOL = @MANIFEST_TOOL@
254: MKDIR_P = @MKDIR_P@
255: MULTIPATH_NUM = @MULTIPATH_NUM@
256: NM = @NM@
257: NMEDIT = @NMEDIT@
258: OBJDUMP = @OBJDUMP@
259: OBJEXT = @OBJEXT@
260: OSPF6D = @OSPF6D@
261: OSPFAPI = @OSPFAPI@
262: OSPFCLIENT = @OSPFCLIENT@
263: OSPFD = @OSPFD@
264: OTHER_METHOD = @OTHER_METHOD@
265: OTOOL = @OTOOL@
266: OTOOL64 = @OTOOL64@
267: PACKAGE = @PACKAGE@
268: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
269: PACKAGE_NAME = @PACKAGE_NAME@
270: PACKAGE_STRING = @PACKAGE_STRING@
271: PACKAGE_TARNAME = @PACKAGE_TARNAME@
272: PACKAGE_URL = @PACKAGE_URL@
273: PACKAGE_VERSION = @PACKAGE_VERSION@
274: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1.1.3 ! misho 275: PDFLATEX = @PDFLATEX@
1.1 misho 276: PERL = @PERL@
277: PICFLAGS = @PICFLAGS@
278: PILDFLAGS = @PILDFLAGS@
279: RANLIB = @RANLIB@
280: RIPD = @RIPD@
281: RIPNGD = @RIPNGD@
282: RTREAD_METHOD = @RTREAD_METHOD@
283: RT_METHOD = @RT_METHOD@
284: SED = @SED@
285: SET_MAKE = @SET_MAKE@
286: SHELL = @SHELL@
287: SNMP_INCLUDES = @SNMP_INCLUDES@
288: SOLARIS = @SOLARIS@
289: STRIP = @STRIP@
290: VERSION = @VERSION@
291: VTYSH = @VTYSH@
292: WATCHQUAGGA = @WATCHQUAGGA@
293: ZEBRA = @ZEBRA@
294: abs_builddir = @abs_builddir@
295: abs_srcdir = @abs_srcdir@
296: abs_top_builddir = @abs_top_builddir@
297: abs_top_srcdir = @abs_top_srcdir@
298: ac_ct_AR = @ac_ct_AR@
299: ac_ct_CC = @ac_ct_CC@
300: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
301: am__include = @am__include@
302: am__leading_dot = @am__leading_dot@
303: am__quote = @am__quote@
304: am__tar = @am__tar@
305: am__untar = @am__untar@
306: bindir = @bindir@
307: build = @build@
308: build_alias = @build_alias@
309: build_cpu = @build_cpu@
310: build_os = @build_os@
311: build_vendor = @build_vendor@
312: builddir = @builddir@
313: datadir = @datadir@
314: datarootdir = @datarootdir@
315: docdir = @docdir@
316: dvidir = @dvidir@
317: enable_group = @enable_group@
318: enable_user = @enable_user@
319: enable_vty_group = @enable_vty_group@
320: exampledir = @exampledir@
321: exec_prefix = @exec_prefix@
322: host = @host@
323: host_alias = @host_alias@
324: host_cpu = @host_cpu@
325: host_os = @host_os@
326: host_vendor = @host_vendor@
327: htmldir = @htmldir@
328: includedir = @includedir@
329: infodir = @infodir@
330: install_sh = @install_sh@
331: libdir = @libdir@
332: libexecdir = @libexecdir@
333: localedir = @localedir@
334: localstatedir = @localstatedir@
335: mandir = @mandir@
336: mkdir_p = @mkdir_p@
337: oldincludedir = @oldincludedir@
338: pdfdir = @pdfdir@
339: pkgsrcdir = @pkgsrcdir@
340: pkgsrcrcdir = @pkgsrcrcdir@
341: prefix = @prefix@
342: program_transform_name = @program_transform_name@
343: psdir = @psdir@
344: quagga_statedir = @quagga_statedir@
345: sbindir = @sbindir@
346: sharedstatedir = @sharedstatedir@
347: srcdir = @srcdir@
348: sysconfdir = @sysconfdir@
349: target = @target@
350: target_alias = @target_alias@
351: target_cpu = @target_cpu@
352: target_os = @target_os@
353: target_vendor = @target_vendor@
354: top_build_prefix = @top_build_prefix@
355: top_builddir = @top_builddir@
356: top_srcdir = @top_srcdir@
357: INSTALL_SDATA = @INSTALL@ -m 600
358: AM_CFLAGS = $(PICFLAGS)
359: AM_LDFLAGS = $(PILDFLAGS)
360: noinst_LIBRARIES = libisis.a
361: SUBDIRS = topology
362: libisis_a_SOURCES = \
363: isis_adjacency.c isis_lsp.c dict.c isis_circuit.c isis_pdu.c \
364: isis_tlv.c isisd.c isis_misc.c isis_zebra.c isis_dr.c \
365: isis_flags.c isis_dynhn.c iso_checksum.c isis_csm.c isis_events.c \
366: isis_spf.c isis_route.c isis_routemap.c
367:
368: noinst_HEADERS = \
369: isisd.h isis_pdu.h isis_tlv.h isis_adjacency.h isis_constants.h \
370: isis_lsp.h dict.h isis_circuit.h isis_misc.h isis_network.h \
371: isis_zebra.h isis_dr.h isis_flags.h isis_dynhn.h isis_common.h \
372: iso_checksum.h isis_csm.h isis_events.h isis_spf.h isis_route.h \
373: include-netbsd/clnp.h include-netbsd/esis.h include-netbsd/iso.h
374:
375: isisd_SOURCES = \
376: isis_main.c $(libisis_a_SOURCES) \
377: isis_bpf.c isis_dlpi.c isis_pfpacket.c
378:
379: isisd_LDADD = @ISIS_TOPOLOGY_LIB@ ../lib/libzebra.la @LIBCAP@
380: examplesdir = $(exampledir)
381: dist_examples_DATA = isisd.conf.sample
382: all: all-recursive
383:
384: .SUFFIXES:
385: .SUFFIXES: .c .lo .o .obj
386: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
387: @for dep in $?; do \
388: case '$(am__configure_deps)' in \
389: *$$dep*) \
390: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
391: && { if test -f $@; then exit 0; else break; fi; }; \
392: exit 1;; \
393: esac; \
394: done; \
395: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu isisd/Makefile'; \
396: $(am__cd) $(top_srcdir) && \
397: $(AUTOMAKE) --gnu isisd/Makefile
398: .PRECIOUS: Makefile
399: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
400: @case '$?' in \
401: *config.status*) \
402: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
403: *) \
404: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
405: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
406: esac;
407:
408: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
409: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
410:
411: $(top_srcdir)/configure: $(am__configure_deps)
412: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
414: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
415: $(am__aclocal_m4_deps):
416:
417: clean-noinstLIBRARIES:
418: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.1.1.3 ! misho 419: libisis.a: $(libisis_a_OBJECTS) $(libisis_a_DEPENDENCIES) $(EXTRA_libisis_a_DEPENDENCIES)
1.1 misho 420: -rm -f libisis.a
421: $(libisis_a_AR) libisis.a $(libisis_a_OBJECTS) $(libisis_a_LIBADD)
422: $(RANLIB) libisis.a
423: install-sbinPROGRAMS: $(sbin_PROGRAMS)
424: @$(NORMAL_INSTALL)
425: @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
1.1.1.3 ! misho 426: if test -n "$$list"; then \
! 427: echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
! 428: $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
! 429: fi; \
1.1 misho 430: for p in $$list; do echo "$$p $$p"; done | \
431: sed 's/$(EXEEXT)$$//' | \
432: while read p p1; do if test -f $$p || test -f $$p1; \
433: then echo "$$p"; echo "$$p"; else :; fi; \
434: done | \
435: sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
436: -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
437: sed 'N;N;N;s,\n, ,g' | \
438: $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
439: { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
440: if ($$2 == $$4) files[d] = files[d] " " $$1; \
441: else { print "f", $$3 "/" $$4, $$1; } } \
442: END { for (d in files) print "f", d, files[d] }' | \
443: while read type dir files; do \
444: if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
445: test -z "$$files" || { \
446: echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
447: $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
448: } \
449: ; done
450:
451: uninstall-sbinPROGRAMS:
452: @$(NORMAL_UNINSTALL)
453: @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
454: files=`for p in $$list; do echo "$$p"; done | \
455: sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
456: -e 's/$$/$(EXEEXT)/' `; \
457: test -n "$$list" || exit 0; \
458: echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
459: cd "$(DESTDIR)$(sbindir)" && rm -f $$files
460:
461: clean-sbinPROGRAMS:
462: @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
463: echo " rm -f" $$list; \
464: rm -f $$list || exit $$?; \
465: test -n "$(EXEEXT)" || exit 0; \
466: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
467: echo " rm -f" $$list; \
468: rm -f $$list
1.1.1.3 ! misho 469: isisd$(EXEEXT): $(isisd_OBJECTS) $(isisd_DEPENDENCIES) $(EXTRA_isisd_DEPENDENCIES)
1.1 misho 470: @rm -f isisd$(EXEEXT)
471: $(LINK) $(isisd_OBJECTS) $(isisd_LDADD) $(LIBS)
472:
473: mostlyclean-compile:
474: -rm -f *.$(OBJEXT)
475:
476: distclean-compile:
477: -rm -f *.tab.c
478:
479: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict.Po@am__quote@
480: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_adjacency.Po@am__quote@
481: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_bpf.Po@am__quote@
482: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_circuit.Po@am__quote@
483: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_csm.Po@am__quote@
484: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_dlpi.Po@am__quote@
485: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_dr.Po@am__quote@
486: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_dynhn.Po@am__quote@
487: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_events.Po@am__quote@
488: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_flags.Po@am__quote@
489: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_lsp.Po@am__quote@
490: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_main.Po@am__quote@
491: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_misc.Po@am__quote@
492: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_pdu.Po@am__quote@
493: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_pfpacket.Po@am__quote@
494: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_route.Po@am__quote@
495: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_routemap.Po@am__quote@
496: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_spf.Po@am__quote@
497: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_tlv.Po@am__quote@
498: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isis_zebra.Po@am__quote@
499: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isisd.Po@am__quote@
500: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iso_checksum.Po@am__quote@
501:
502: .c.o:
503: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
504: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
505: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
506: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
508:
509: .c.obj:
510: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
511: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
512: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
513: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
514: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
515:
516: .c.lo:
517: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
518: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
519: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
520: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
522:
523: mostlyclean-libtool:
524: -rm -f *.lo
525:
526: clean-libtool:
527: -rm -rf .libs _libs
528: install-dist_examplesDATA: $(dist_examples_DATA)
529: @$(NORMAL_INSTALL)
530: @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
1.1.1.3 ! misho 531: if test -n "$$list"; then \
! 532: echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
! 533: $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
! 534: fi; \
1.1 misho 535: for p in $$list; do \
536: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
537: echo "$$d$$p"; \
538: done | $(am__base_list) | \
539: while read files; do \
540: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
541: $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
542: done
543:
544: uninstall-dist_examplesDATA:
545: @$(NORMAL_UNINSTALL)
546: @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
547: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1.1.1.2 misho 548: dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
1.1 misho 549:
550: # This directory's subdirectories are mostly independent; you can cd
551: # into them and run `make' without going through this Makefile.
552: # To change the values of `make' variables: instead of editing Makefiles,
553: # (1) if the variable is set in `config.status', edit `config.status'
554: # (which will cause the Makefiles to be regenerated when you run `make');
555: # (2) otherwise, pass the desired values on the `make' command line.
556: $(RECURSIVE_TARGETS):
557: @fail= failcom='exit 1'; \
558: for f in x $$MAKEFLAGS; do \
559: case $$f in \
560: *=* | --[!k]*);; \
561: *k*) failcom='fail=yes';; \
562: esac; \
563: done; \
564: dot_seen=no; \
565: target=`echo $@ | sed s/-recursive//`; \
566: list='$(SUBDIRS)'; for subdir in $$list; do \
567: echo "Making $$target in $$subdir"; \
568: if test "$$subdir" = "."; then \
569: dot_seen=yes; \
570: local_target="$$target-am"; \
571: else \
572: local_target="$$target"; \
573: fi; \
574: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
575: || eval $$failcom; \
576: done; \
577: if test "$$dot_seen" = "no"; then \
578: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
579: fi; test -z "$$fail"
580:
581: $(RECURSIVE_CLEAN_TARGETS):
582: @fail= failcom='exit 1'; \
583: for f in x $$MAKEFLAGS; do \
584: case $$f in \
585: *=* | --[!k]*);; \
586: *k*) failcom='fail=yes';; \
587: esac; \
588: done; \
589: dot_seen=no; \
590: case "$@" in \
591: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
592: *) list='$(SUBDIRS)' ;; \
593: esac; \
594: rev=''; for subdir in $$list; do \
595: if test "$$subdir" = "."; then :; else \
596: rev="$$subdir $$rev"; \
597: fi; \
598: done; \
599: rev="$$rev ."; \
600: target=`echo $@ | sed s/-recursive//`; \
601: for subdir in $$rev; do \
602: echo "Making $$target in $$subdir"; \
603: if test "$$subdir" = "."; then \
604: local_target="$$target-am"; \
605: else \
606: local_target="$$target"; \
607: fi; \
608: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
609: || eval $$failcom; \
610: done && test -z "$$fail"
611: tags-recursive:
612: list='$(SUBDIRS)'; for subdir in $$list; do \
613: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
614: done
615: ctags-recursive:
616: list='$(SUBDIRS)'; for subdir in $$list; do \
617: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
618: done
619:
620: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
621: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
622: unique=`for i in $$list; do \
623: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
624: done | \
625: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
626: END { if (nonempty) { for (i in files) print i; }; }'`; \
627: mkid -fID $$unique
628: tags: TAGS
629:
630: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
631: $(TAGS_FILES) $(LISP)
632: set x; \
633: here=`pwd`; \
634: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
635: include_option=--etags-include; \
636: empty_fix=.; \
637: else \
638: include_option=--include; \
639: empty_fix=; \
640: fi; \
641: list='$(SUBDIRS)'; for subdir in $$list; do \
642: if test "$$subdir" = .; then :; else \
643: test ! -f $$subdir/TAGS || \
644: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
645: fi; \
646: done; \
647: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
648: unique=`for i in $$list; do \
649: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
650: done | \
651: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
652: END { if (nonempty) { for (i in files) print i; }; }'`; \
653: shift; \
654: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
655: test -n "$$unique" || unique=$$empty_fix; \
656: if test $$# -gt 0; then \
657: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
658: "$$@" $$unique; \
659: else \
660: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
661: $$unique; \
662: fi; \
663: fi
664: ctags: CTAGS
665: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
666: $(TAGS_FILES) $(LISP)
667: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
668: unique=`for i in $$list; do \
669: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
670: done | \
671: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
672: END { if (nonempty) { for (i in files) print i; }; }'`; \
673: test -z "$(CTAGS_ARGS)$$unique" \
674: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
675: $$unique
676:
677: GTAGS:
678: here=`$(am__cd) $(top_builddir) && pwd` \
679: && $(am__cd) $(top_srcdir) \
680: && gtags -i $(GTAGS_ARGS) "$$here"
681:
682: distclean-tags:
683: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
684:
685: distdir: $(DISTFILES)
686: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
687: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
688: list='$(DISTFILES)'; \
689: dist_files=`for file in $$list; do echo $$file; done | \
690: sed -e "s|^$$srcdirstrip/||;t" \
691: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
692: case $$dist_files in \
693: */*) $(MKDIR_P) `echo "$$dist_files" | \
694: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
695: sort -u` ;; \
696: esac; \
697: for file in $$dist_files; do \
698: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
699: if test -d $$d/$$file; then \
700: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
701: if test -d "$(distdir)/$$file"; then \
702: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
703: fi; \
704: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
705: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
706: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
707: fi; \
708: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
709: else \
710: test -f "$(distdir)/$$file" \
711: || cp -p $$d/$$file "$(distdir)/$$file" \
712: || exit 1; \
713: fi; \
714: done
715: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
716: if test "$$subdir" = .; then :; else \
1.1.1.3 ! misho 717: $(am__make_dryrun) \
! 718: || test -d "$(distdir)/$$subdir" \
! 719: || $(MKDIR_P) "$(distdir)/$$subdir" \
! 720: || exit 1; \
1.1 misho 721: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
722: $(am__relativize); \
723: new_distdir=$$reldir; \
724: dir1=$$subdir; dir2="$(top_distdir)"; \
725: $(am__relativize); \
726: new_top_distdir=$$reldir; \
727: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
728: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
729: ($(am__cd) $$subdir && \
730: $(MAKE) $(AM_MAKEFLAGS) \
731: top_distdir="$$new_top_distdir" \
732: distdir="$$new_distdir" \
733: am__remove_distdir=: \
734: am__skip_length_check=: \
735: am__skip_mode_fix=: \
736: distdir) \
737: || exit 1; \
738: fi; \
739: done
740: check-am: all-am
741: check: check-recursive
742: all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
743: installdirs: installdirs-recursive
744: installdirs-am:
745: for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)"; do \
746: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
747: done
748: install: install-recursive
749: install-exec: install-exec-recursive
750: install-data: install-data-recursive
751: uninstall: uninstall-recursive
752:
753: install-am: all-am
754: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
755:
756: installcheck: installcheck-recursive
757: install-strip:
1.1.1.2 misho 758: if test -z '$(STRIP)'; then \
759: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
760: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
761: install; \
762: else \
763: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
764: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
765: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
766: fi
1.1 misho 767: mostlyclean-generic:
768:
769: clean-generic:
770:
771: distclean-generic:
772: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
773: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
774:
775: maintainer-clean-generic:
776: @echo "This command is intended for maintainers to use"
777: @echo "it deletes files that may require special tools to rebuild."
778: clean: clean-recursive
779:
780: clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
781: clean-sbinPROGRAMS mostlyclean-am
782:
783: distclean: distclean-recursive
784: -rm -rf ./$(DEPDIR)
785: -rm -f Makefile
786: distclean-am: clean-am distclean-compile distclean-generic \
787: distclean-tags
788:
789: dvi: dvi-recursive
790:
791: dvi-am:
792:
793: html: html-recursive
794:
795: html-am:
796:
797: info: info-recursive
798:
799: info-am:
800:
801: install-data-am: install-dist_examplesDATA
802:
803: install-dvi: install-dvi-recursive
804:
805: install-dvi-am:
806:
807: install-exec-am: install-sbinPROGRAMS
808:
809: install-html: install-html-recursive
810:
811: install-html-am:
812:
813: install-info: install-info-recursive
814:
815: install-info-am:
816:
817: install-man:
818:
819: install-pdf: install-pdf-recursive
820:
821: install-pdf-am:
822:
823: install-ps: install-ps-recursive
824:
825: install-ps-am:
826:
827: installcheck-am:
828:
829: maintainer-clean: maintainer-clean-recursive
830: -rm -rf ./$(DEPDIR)
831: -rm -f Makefile
832: maintainer-clean-am: distclean-am maintainer-clean-generic
833:
834: mostlyclean: mostlyclean-recursive
835:
836: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
837: mostlyclean-libtool
838:
839: pdf: pdf-recursive
840:
841: pdf-am:
842:
843: ps: ps-recursive
844:
845: ps-am:
846:
847: uninstall-am: uninstall-dist_examplesDATA uninstall-sbinPROGRAMS
848:
849: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
850: install-am install-strip tags-recursive
851:
852: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
853: all all-am check check-am clean clean-generic clean-libtool \
854: clean-noinstLIBRARIES clean-sbinPROGRAMS ctags ctags-recursive \
855: distclean distclean-compile distclean-generic \
856: distclean-libtool distclean-tags distdir dvi dvi-am html \
857: html-am info info-am install install-am install-data \
858: install-data-am install-dist_examplesDATA install-dvi \
859: install-dvi-am install-exec install-exec-am install-html \
860: install-html-am install-info install-info-am install-man \
861: install-pdf install-pdf-am install-ps install-ps-am \
862: install-sbinPROGRAMS install-strip installcheck \
863: installcheck-am installdirs installdirs-am maintainer-clean \
864: maintainer-clean-generic mostlyclean mostlyclean-compile \
865: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
866: tags tags-recursive uninstall uninstall-am \
867: uninstall-dist_examplesDATA uninstall-sbinPROGRAMS
868:
869:
870: # Tell versions [3.59,3.63) of GNU make to not export all variables.
871: # Otherwise a system limit (for SysV at least) may be exceeded.
872: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>