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