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