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