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