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