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