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