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