Annotation of embedaddon/quagga/ospfd/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 = ospfd$(EXEEXT)
59: subdir = ospfd
60: DIST_COMMON = $(dist_examples_DATA) $(noinst_HEADERS) \
61: $(ospfdheader_HEADERS) $(srcdir)/Makefile.am \
62: $(srcdir)/Makefile.in
63: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.1.2 misho 64: am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
65: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
66: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
67: $(top_srcdir)/configure.ac
1.1 misho 68: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69: $(ACLOCAL_M4)
70: mkinstalldirs = $(install_sh) -d
71: CONFIG_HEADER = $(top_builddir)/config.h
72: CONFIG_CLEAN_FILES =
73: CONFIG_CLEAN_VPATH_FILES =
74: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75: am__vpath_adj = case $$p in \
76: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77: *) f=$$p;; \
78: esac;
79: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
80: am__install_max = 40
81: am__nobase_strip_setup = \
82: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
83: am__nobase_strip = \
84: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
85: am__nobase_list = $(am__nobase_strip_setup); \
86: for p in $$list; do echo "$$p $$p"; done | \
87: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
88: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
89: if (++n[$$2] == $(am__install_max)) \
90: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
91: END { for (dir in files) print dir, files[dir] }'
92: am__base_list = \
93: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
94: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1.1.2 misho 95: am__uninstall_files_from_dir = { \
96: test -z "$$files" \
97: || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
98: || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
99: $(am__cd) "$$dir" && rm -f $$files; }; \
100: }
1.1 misho 101: am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" \
102: "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(ospfdheaderdir)"
103: LTLIBRARIES = $(lib_LTLIBRARIES)
104: libospf_la_LIBADD =
105: am_libospf_la_OBJECTS = ospfd.lo ospf_zebra.lo ospf_interface.lo \
106: ospf_ism.lo ospf_neighbor.lo ospf_nsm.lo ospf_dump.lo \
107: ospf_network.lo ospf_packet.lo ospf_lsa.lo ospf_spf.lo \
108: ospf_route.lo ospf_ase.lo ospf_abr.lo ospf_ia.lo ospf_flood.lo \
109: ospf_lsdb.lo ospf_asbr.lo ospf_routemap.lo ospf_snmp.lo \
110: ospf_opaque.lo ospf_te.lo ospf_vty.lo ospf_api.lo \
111: ospf_apiserver.lo
112: libospf_la_OBJECTS = $(am_libospf_la_OBJECTS)
113: libospf_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
114: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
115: $(libospf_la_LDFLAGS) $(LDFLAGS) -o $@
116: PROGRAMS = $(sbin_PROGRAMS)
117: am_ospfd_OBJECTS = ospf_main.$(OBJEXT)
118: ospfd_OBJECTS = $(am_ospfd_OBJECTS)
119: ospfd_DEPENDENCIES = libospf.la ../lib/libzebra.la
120: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
121: depcomp = $(SHELL) $(top_srcdir)/depcomp
122: am__depfiles_maybe = depfiles
123: am__mv = mv -f
124: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
125: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
126: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
127: --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
128: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129: CCLD = $(CC)
130: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
131: --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
132: $(LDFLAGS) -o $@
133: SOURCES = $(libospf_la_SOURCES) $(ospfd_SOURCES)
134: DIST_SOURCES = $(libospf_la_SOURCES) $(ospfd_SOURCES)
1.1.1.3 ! misho 135: am__can_run_installinfo = \
! 136: case $$AM_UPDATE_INFO_DIR in \
! 137: n|no|NO) false;; \
! 138: *) (install-info --version) >/dev/null 2>&1;; \
! 139: esac
1.1 misho 140: DATA = $(dist_examples_DATA)
141: HEADERS = $(noinst_HEADERS) $(ospfdheader_HEADERS)
142: ETAGS = etags
143: CTAGS = ctags
144: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
145: ACLOCAL = @ACLOCAL@
146: AMTAR = @AMTAR@
147: AR = @AR@
148: AUTOCONF = @AUTOCONF@
149: AUTOHEADER = @AUTOHEADER@
150: AUTOMAKE = @AUTOMAKE@
151: AWK = @AWK@
1.1.1.3 ! misho 152: BABELD = @BABELD@
1.1 misho 153: BGPD = @BGPD@
154: CC = @CC@
155: CCDEPMODE = @CCDEPMODE@
156: CFLAGS = @CFLAGS@
157: CONFDATE = @CONFDATE@
158: CPP = @CPP@
159: CPPFLAGS = @CPPFLAGS@
160: CURSES = @CURSES@
161: CYGPATH_W = @CYGPATH_W@
162: DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"
163: DEPDIR = @DEPDIR@
164: DLLTOOL = @DLLTOOL@
165: DOC = @DOC@
166: DSYMUTIL = @DSYMUTIL@
167: DUMPBIN = @DUMPBIN@
168: ECHO_C = @ECHO_C@
169: ECHO_N = @ECHO_N@
170: ECHO_T = @ECHO_T@
171: EGREP = @EGREP@
172: EXEEXT = @EXEEXT@
173: FGREP = @FGREP@
174: GAWK = @GAWK@
175: GREP = @GREP@
176: HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
177: IF_METHOD = @IF_METHOD@
178: IF_PROC = @IF_PROC@
179: INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@
180: INSTALL = @INSTALL@
181: INSTALL_DATA = @INSTALL_DATA@
182: INSTALL_PROGRAM = @INSTALL_PROGRAM@
183: INSTALL_SCRIPT = @INSTALL_SCRIPT@
184: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
185: IOCTL_METHOD = @IOCTL_METHOD@
186: IPFORWARD = @IPFORWARD@
187: ISISD = @ISISD@
188: ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
189: ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
190: ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
191: KERNEL_METHOD = @KERNEL_METHOD@
1.1.1.3 ! misho 192: LATEXMK = @LATEXMK@
1.1 misho 193: LD = @LD@
194: LDFLAGS = @LDFLAGS@
195: LIBCAP = @LIBCAP@
196: LIBM = @LIBM@
197: LIBOBJS = @LIBOBJS@
198: LIBPAM = @LIBPAM@
199: LIBREADLINE = @LIBREADLINE@
200: LIBS = @LIBS@
201: LIBTOOL = @LIBTOOL@
202: LIB_IPV6 = @LIB_IPV6@
203: LIB_REGEX = @LIB_REGEX@
204: LIPO = @LIPO@
205: LN_S = @LN_S@
206: LTLIBOBJS = @LTLIBOBJS@
207: MAKEINFO = @MAKEINFO@
208: MANIFEST_TOOL = @MANIFEST_TOOL@
209: MKDIR_P = @MKDIR_P@
210: MULTIPATH_NUM = @MULTIPATH_NUM@
211: NM = @NM@
212: NMEDIT = @NMEDIT@
213: OBJDUMP = @OBJDUMP@
214: OBJEXT = @OBJEXT@
215: OSPF6D = @OSPF6D@
216: OSPFAPI = @OSPFAPI@
217: OSPFCLIENT = @OSPFCLIENT@
218: OSPFD = @OSPFD@
219: OTHER_METHOD = @OTHER_METHOD@
220: OTOOL = @OTOOL@
221: OTOOL64 = @OTOOL64@
222: PACKAGE = @PACKAGE@
223: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
224: PACKAGE_NAME = @PACKAGE_NAME@
225: PACKAGE_STRING = @PACKAGE_STRING@
226: PACKAGE_TARNAME = @PACKAGE_TARNAME@
227: PACKAGE_URL = @PACKAGE_URL@
228: PACKAGE_VERSION = @PACKAGE_VERSION@
229: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1.1.3 ! misho 230: PDFLATEX = @PDFLATEX@
1.1 misho 231: PERL = @PERL@
232: PICFLAGS = @PICFLAGS@
233: PILDFLAGS = @PILDFLAGS@
234: RANLIB = @RANLIB@
235: RIPD = @RIPD@
236: RIPNGD = @RIPNGD@
237: RTREAD_METHOD = @RTREAD_METHOD@
238: RT_METHOD = @RT_METHOD@
239: SED = @SED@
240: SET_MAKE = @SET_MAKE@
241: SHELL = @SHELL@
242: SNMP_INCLUDES = @SNMP_INCLUDES@
243: SOLARIS = @SOLARIS@
244: STRIP = @STRIP@
245: VERSION = @VERSION@
246: VTYSH = @VTYSH@
247: WATCHQUAGGA = @WATCHQUAGGA@
248: ZEBRA = @ZEBRA@
249: abs_builddir = @abs_builddir@
250: abs_srcdir = @abs_srcdir@
251: abs_top_builddir = @abs_top_builddir@
252: abs_top_srcdir = @abs_top_srcdir@
253: ac_ct_AR = @ac_ct_AR@
254: ac_ct_CC = @ac_ct_CC@
255: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
256: am__include = @am__include@
257: am__leading_dot = @am__leading_dot@
258: am__quote = @am__quote@
259: am__tar = @am__tar@
260: am__untar = @am__untar@
261: bindir = @bindir@
262: build = @build@
263: build_alias = @build_alias@
264: build_cpu = @build_cpu@
265: build_os = @build_os@
266: build_vendor = @build_vendor@
267: builddir = @builddir@
268: datadir = @datadir@
269: datarootdir = @datarootdir@
270: docdir = @docdir@
271: dvidir = @dvidir@
272: enable_group = @enable_group@
273: enable_user = @enable_user@
274: enable_vty_group = @enable_vty_group@
275: exampledir = @exampledir@
276: exec_prefix = @exec_prefix@
277: host = @host@
278: host_alias = @host_alias@
279: host_cpu = @host_cpu@
280: host_os = @host_os@
281: host_vendor = @host_vendor@
282: htmldir = @htmldir@
283: includedir = @includedir@
284: infodir = @infodir@
285: install_sh = @install_sh@
286: libdir = @libdir@
287: libexecdir = @libexecdir@
288: localedir = @localedir@
289: localstatedir = @localstatedir@
290: mandir = @mandir@
291: mkdir_p = @mkdir_p@
292: oldincludedir = @oldincludedir@
293: pdfdir = @pdfdir@
294: pkgsrcdir = @pkgsrcdir@
295: pkgsrcrcdir = @pkgsrcrcdir@
296: prefix = @prefix@
297: program_transform_name = @program_transform_name@
298: psdir = @psdir@
299: quagga_statedir = @quagga_statedir@
300: sbindir = @sbindir@
301: sharedstatedir = @sharedstatedir@
302: srcdir = @srcdir@
303: sysconfdir = @sysconfdir@
304: target = @target@
305: target_alias = @target_alias@
306: target_cpu = @target_cpu@
307: target_os = @target_os@
308: target_vendor = @target_vendor@
309: top_build_prefix = @top_build_prefix@
310: top_builddir = @top_builddir@
311: top_srcdir = @top_srcdir@
312: INSTALL_SDATA = @INSTALL@ -m 600
313: lib_LTLIBRARIES = libospf.la
314: libospf_la_LDFLAGS = -version 0:0:0
315: libospf_la_SOURCES = \
316: ospfd.c ospf_zebra.c ospf_interface.c ospf_ism.c ospf_neighbor.c \
317: ospf_nsm.c ospf_dump.c ospf_network.c ospf_packet.c ospf_lsa.c \
318: ospf_spf.c ospf_route.c ospf_ase.c ospf_abr.c ospf_ia.c ospf_flood.c \
319: ospf_lsdb.c ospf_asbr.c ospf_routemap.c ospf_snmp.c \
320: ospf_opaque.c ospf_te.c ospf_vty.c ospf_api.c ospf_apiserver.c
321:
322: ospfdheaderdir = $(pkgincludedir)/ospfd
323: ospfdheader_HEADERS = \
324: ospf_api.h ospf_asbr.h ospf_dump.h ospf_lsa.h ospf_lsdb.h \
325: ospf_nsm.h ospf_ism.h ospf_opaque.h ospfd.h
326:
327: noinst_HEADERS = \
328: ospf_interface.h ospf_neighbor.h ospf_network.h ospf_packet.h \
329: ospf_zebra.h ospf_spf.h ospf_route.h ospf_ase.h ospf_abr.h ospf_ia.h \
330: ospf_flood.h ospf_snmp.h ospf_te.h ospf_vty.h ospf_apiserver.h
331:
332: ospfd_SOURCES = ospf_main.c
333: ospfd_LDADD = libospf.la ../lib/libzebra.la @LIBCAP@
334: EXTRA_DIST = OSPF-MIB.txt OSPF-TRAP-MIB.txt ChangeLog.opaque.txt
335: examplesdir = $(exampledir)
336: dist_examples_DATA = ospfd.conf.sample
337: all: all-am
338:
339: .SUFFIXES:
340: .SUFFIXES: .c .lo .o .obj
341: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
342: @for dep in $?; do \
343: case '$(am__configure_deps)' in \
344: *$$dep*) \
345: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
346: && { if test -f $@; then exit 0; else break; fi; }; \
347: exit 1;; \
348: esac; \
349: done; \
350: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ospfd/Makefile'; \
351: $(am__cd) $(top_srcdir) && \
352: $(AUTOMAKE) --gnu ospfd/Makefile
353: .PRECIOUS: Makefile
354: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
355: @case '$?' in \
356: *config.status*) \
357: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
358: *) \
359: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
360: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
361: esac;
362:
363: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
364: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365:
366: $(top_srcdir)/configure: $(am__configure_deps)
367: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
369: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370: $(am__aclocal_m4_deps):
371: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
372: @$(NORMAL_INSTALL)
373: @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
374: list2=; for p in $$list; do \
375: if test -f $$p; then \
376: list2="$$list2 $$p"; \
377: else :; fi; \
378: done; \
379: test -z "$$list2" || { \
1.1.1.3 ! misho 380: echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
! 381: $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1.1 misho 382: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
383: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
384: }
385:
386: uninstall-libLTLIBRARIES:
387: @$(NORMAL_UNINSTALL)
388: @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
389: for p in $$list; do \
390: $(am__strip_dir) \
391: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
392: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
393: done
394:
395: clean-libLTLIBRARIES:
396: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
397: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
398: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
399: test "$$dir" != "$$p" || dir=.; \
400: echo "rm -f \"$${dir}/so_locations\""; \
401: rm -f "$${dir}/so_locations"; \
402: done
1.1.1.3 ! misho 403: libospf.la: $(libospf_la_OBJECTS) $(libospf_la_DEPENDENCIES) $(EXTRA_libospf_la_DEPENDENCIES)
1.1 misho 404: $(libospf_la_LINK) -rpath $(libdir) $(libospf_la_OBJECTS) $(libospf_la_LIBADD) $(LIBS)
405: install-sbinPROGRAMS: $(sbin_PROGRAMS)
406: @$(NORMAL_INSTALL)
407: @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
1.1.1.3 ! misho 408: if test -n "$$list"; then \
! 409: echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
! 410: $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
! 411: fi; \
1.1 misho 412: for p in $$list; do echo "$$p $$p"; done | \
413: sed 's/$(EXEEXT)$$//' | \
414: while read p p1; do if test -f $$p || test -f $$p1; \
415: then echo "$$p"; echo "$$p"; else :; fi; \
416: done | \
417: sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
418: -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
419: sed 'N;N;N;s,\n, ,g' | \
420: $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
421: { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
422: if ($$2 == $$4) files[d] = files[d] " " $$1; \
423: else { print "f", $$3 "/" $$4, $$1; } } \
424: END { for (d in files) print "f", d, files[d] }' | \
425: while read type dir files; do \
426: if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
427: test -z "$$files" || { \
428: echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
429: $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
430: } \
431: ; done
432:
433: uninstall-sbinPROGRAMS:
434: @$(NORMAL_UNINSTALL)
435: @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
436: files=`for p in $$list; do echo "$$p"; done | \
437: sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
438: -e 's/$$/$(EXEEXT)/' `; \
439: test -n "$$list" || exit 0; \
440: echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
441: cd "$(DESTDIR)$(sbindir)" && rm -f $$files
442:
443: clean-sbinPROGRAMS:
444: @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
445: echo " rm -f" $$list; \
446: rm -f $$list || exit $$?; \
447: test -n "$(EXEEXT)" || exit 0; \
448: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
449: echo " rm -f" $$list; \
450: rm -f $$list
1.1.1.3 ! misho 451: ospfd$(EXEEXT): $(ospfd_OBJECTS) $(ospfd_DEPENDENCIES) $(EXTRA_ospfd_DEPENDENCIES)
1.1 misho 452: @rm -f ospfd$(EXEEXT)
453: $(LINK) $(ospfd_OBJECTS) $(ospfd_LDADD) $(LIBS)
454:
455: mostlyclean-compile:
456: -rm -f *.$(OBJEXT)
457:
458: distclean-compile:
459: -rm -f *.tab.c
460:
461: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_abr.Plo@am__quote@
462: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_api.Plo@am__quote@
463: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_apiserver.Plo@am__quote@
464: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_asbr.Plo@am__quote@
465: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_ase.Plo@am__quote@
466: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_dump.Plo@am__quote@
467: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_flood.Plo@am__quote@
468: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_ia.Plo@am__quote@
469: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_interface.Plo@am__quote@
470: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_ism.Plo@am__quote@
471: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_lsa.Plo@am__quote@
472: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_lsdb.Plo@am__quote@
473: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_main.Po@am__quote@
474: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_neighbor.Plo@am__quote@
475: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_network.Plo@am__quote@
476: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_nsm.Plo@am__quote@
477: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_opaque.Plo@am__quote@
478: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_packet.Plo@am__quote@
479: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_route.Plo@am__quote@
480: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_routemap.Plo@am__quote@
481: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_snmp.Plo@am__quote@
482: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_spf.Plo@am__quote@
483: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_te.Plo@am__quote@
484: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_vty.Plo@am__quote@
485: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_zebra.Plo@am__quote@
486: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospfd.Plo@am__quote@
487:
488: .c.o:
489: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
490: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
491: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
492: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
493: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
494:
495: .c.obj:
496: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
497: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
498: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
499: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
500: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
501:
502: .c.lo:
503: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
504: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
505: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
506: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
508:
509: mostlyclean-libtool:
510: -rm -f *.lo
511:
512: clean-libtool:
513: -rm -rf .libs _libs
514: install-dist_examplesDATA: $(dist_examples_DATA)
515: @$(NORMAL_INSTALL)
516: @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
1.1.1.3 ! misho 517: if test -n "$$list"; then \
! 518: echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
! 519: $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
! 520: fi; \
1.1 misho 521: for p in $$list; do \
522: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
523: echo "$$d$$p"; \
524: done | $(am__base_list) | \
525: while read files; do \
526: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
527: $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
528: done
529:
530: uninstall-dist_examplesDATA:
531: @$(NORMAL_UNINSTALL)
532: @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
533: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1.1.1.2 misho 534: dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
1.1 misho 535: install-ospfdheaderHEADERS: $(ospfdheader_HEADERS)
536: @$(NORMAL_INSTALL)
537: @list='$(ospfdheader_HEADERS)'; test -n "$(ospfdheaderdir)" || list=; \
1.1.1.3 ! misho 538: if test -n "$$list"; then \
! 539: echo " $(MKDIR_P) '$(DESTDIR)$(ospfdheaderdir)'"; \
! 540: $(MKDIR_P) "$(DESTDIR)$(ospfdheaderdir)" || exit 1; \
! 541: fi; \
1.1 misho 542: for p in $$list; do \
543: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
544: echo "$$d$$p"; \
545: done | $(am__base_list) | \
546: while read files; do \
547: echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ospfdheaderdir)'"; \
548: $(INSTALL_HEADER) $$files "$(DESTDIR)$(ospfdheaderdir)" || exit $$?; \
549: done
550:
551: uninstall-ospfdheaderHEADERS:
552: @$(NORMAL_UNINSTALL)
553: @list='$(ospfdheader_HEADERS)'; test -n "$(ospfdheaderdir)" || list=; \
554: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1.1.1.2 misho 555: dir='$(DESTDIR)$(ospfdheaderdir)'; $(am__uninstall_files_from_dir)
1.1 misho 556:
557: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
558: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
559: unique=`for i in $$list; do \
560: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
561: done | \
562: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
563: END { if (nonempty) { for (i in files) print i; }; }'`; \
564: mkid -fID $$unique
565: tags: TAGS
566:
567: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
568: $(TAGS_FILES) $(LISP)
569: set x; \
570: here=`pwd`; \
571: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
572: unique=`for i in $$list; do \
573: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
574: done | \
575: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
576: END { if (nonempty) { for (i in files) print i; }; }'`; \
577: shift; \
578: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
579: test -n "$$unique" || unique=$$empty_fix; \
580: if test $$# -gt 0; then \
581: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
582: "$$@" $$unique; \
583: else \
584: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
585: $$unique; \
586: fi; \
587: fi
588: ctags: CTAGS
589: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
590: $(TAGS_FILES) $(LISP)
591: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
592: unique=`for i in $$list; do \
593: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
594: done | \
595: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
596: END { if (nonempty) { for (i in files) print i; }; }'`; \
597: test -z "$(CTAGS_ARGS)$$unique" \
598: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
599: $$unique
600:
601: GTAGS:
602: here=`$(am__cd) $(top_builddir) && pwd` \
603: && $(am__cd) $(top_srcdir) \
604: && gtags -i $(GTAGS_ARGS) "$$here"
605:
606: distclean-tags:
607: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
608:
609: distdir: $(DISTFILES)
610: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
611: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
612: list='$(DISTFILES)'; \
613: dist_files=`for file in $$list; do echo $$file; done | \
614: sed -e "s|^$$srcdirstrip/||;t" \
615: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
616: case $$dist_files in \
617: */*) $(MKDIR_P) `echo "$$dist_files" | \
618: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
619: sort -u` ;; \
620: esac; \
621: for file in $$dist_files; do \
622: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
623: if test -d $$d/$$file; then \
624: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
625: if test -d "$(distdir)/$$file"; then \
626: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
627: fi; \
628: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
629: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
630: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
631: fi; \
632: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
633: else \
634: test -f "$(distdir)/$$file" \
635: || cp -p $$d/$$file "$(distdir)/$$file" \
636: || exit 1; \
637: fi; \
638: done
639: check-am: all-am
640: check: check-am
641: all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
642: installdirs:
643: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(ospfdheaderdir)"; do \
644: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
645: done
646: install: install-am
647: install-exec: install-exec-am
648: install-data: install-data-am
649: uninstall: uninstall-am
650:
651: install-am: all-am
652: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
653:
654: installcheck: installcheck-am
655: install-strip:
1.1.1.2 misho 656: if test -z '$(STRIP)'; then \
657: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
658: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
659: install; \
660: else \
661: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
662: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
663: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
664: fi
1.1 misho 665: mostlyclean-generic:
666:
667: clean-generic:
668:
669: distclean-generic:
670: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
671: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
672:
673: maintainer-clean-generic:
674: @echo "This command is intended for maintainers to use"
675: @echo "it deletes files that may require special tools to rebuild."
676: clean: clean-am
677:
678: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
679: clean-sbinPROGRAMS mostlyclean-am
680:
681: distclean: distclean-am
682: -rm -rf ./$(DEPDIR)
683: -rm -f Makefile
684: distclean-am: clean-am distclean-compile distclean-generic \
685: distclean-tags
686:
687: dvi: dvi-am
688:
689: dvi-am:
690:
691: html: html-am
692:
693: html-am:
694:
695: info: info-am
696:
697: info-am:
698:
699: install-data-am: install-dist_examplesDATA install-ospfdheaderHEADERS
700:
701: install-dvi: install-dvi-am
702:
703: install-dvi-am:
704:
705: install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
706:
707: install-html: install-html-am
708:
709: install-html-am:
710:
711: install-info: install-info-am
712:
713: install-info-am:
714:
715: install-man:
716:
717: install-pdf: install-pdf-am
718:
719: install-pdf-am:
720:
721: install-ps: install-ps-am
722:
723: install-ps-am:
724:
725: installcheck-am:
726:
727: maintainer-clean: maintainer-clean-am
728: -rm -rf ./$(DEPDIR)
729: -rm -f Makefile
730: maintainer-clean-am: distclean-am maintainer-clean-generic
731:
732: mostlyclean: mostlyclean-am
733:
734: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
735: mostlyclean-libtool
736:
737: pdf: pdf-am
738:
739: pdf-am:
740:
741: ps: ps-am
742:
743: ps-am:
744:
745: uninstall-am: uninstall-dist_examplesDATA uninstall-libLTLIBRARIES \
746: uninstall-ospfdheaderHEADERS uninstall-sbinPROGRAMS
747:
748: .MAKE: install-am install-strip
749:
750: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
751: clean-libLTLIBRARIES clean-libtool clean-sbinPROGRAMS ctags \
752: distclean distclean-compile distclean-generic \
753: distclean-libtool distclean-tags distdir dvi dvi-am html \
754: html-am info info-am install install-am install-data \
755: install-data-am install-dist_examplesDATA install-dvi \
756: install-dvi-am install-exec install-exec-am install-html \
757: install-html-am install-info install-info-am \
758: install-libLTLIBRARIES install-man install-ospfdheaderHEADERS \
759: install-pdf install-pdf-am install-ps install-ps-am \
760: install-sbinPROGRAMS install-strip installcheck \
761: installcheck-am installdirs maintainer-clean \
762: maintainer-clean-generic mostlyclean mostlyclean-compile \
763: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
764: tags uninstall uninstall-am uninstall-dist_examplesDATA \
765: uninstall-libLTLIBRARIES uninstall-ospfdheaderHEADERS \
766: uninstall-sbinPROGRAMS
767:
768:
769: # Tell versions [3.59,3.63) of GNU make to not export all variables.
770: # Otherwise a system limit (for SysV at least) may be exceeded.
771: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>