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