Annotation of embedaddon/coova-chilli/bstring/Makefile.in, revision 1.1.1.1
1.1 misho 1: # Makefile.in generated by automake 1.9.6 from Makefile.am.
2: # @configure_input@
3:
4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004, 2005 Free Software Foundation, Inc.
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: srcdir = @srcdir@
19: top_srcdir = @top_srcdir@
20: VPATH = @srcdir@
21: pkgdatadir = $(datadir)/@PACKAGE@
22: pkglibdir = $(libdir)/@PACKAGE@
23: pkgincludedir = $(includedir)/@PACKAGE@
24: top_builddir = ..
25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26: INSTALL = @INSTALL@
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: subdir = bstring
41: DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
42: $(srcdir)/Makefile.in
43: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44: am__aclocal_m4_deps = $(top_srcdir)/configure.in
45: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46: $(ACLOCAL_M4)
47: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48: CONFIG_HEADER = $(top_builddir)/config.h
49: CONFIG_CLEAN_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 = `echo $$p | sed -e 's|^.*/||'`;
56: am__installdirs = "$(DESTDIR)$(libdir)"
57: libLTLIBRARIES_INSTALL = $(INSTALL)
58: LTLIBRARIES = $(lib_LTLIBRARIES)
59: libbstring_la_LIBADD =
60: am_libbstring_la_OBJECTS = bstrlib.lo
61: libbstring_la_OBJECTS = $(am_libbstring_la_OBJECTS)
62: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
63: depcomp = $(SHELL) $(top_srcdir)/depcomp
64: am__depfiles_maybe = depfiles
65: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67: LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
68: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
69: $(AM_CFLAGS) $(CFLAGS)
70: CCLD = $(CC)
71: LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
72: $(AM_LDFLAGS) $(LDFLAGS) -o $@
73: SOURCES = $(libbstring_la_SOURCES)
74: DIST_SOURCES = $(libbstring_la_SOURCES)
75: HEADERS = $(noinst_HEADERS)
76: ETAGS = etags
77: CTAGS = ctags
78: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79: ACLOCAL = @ACLOCAL@
80: AMDEP_FALSE = @AMDEP_FALSE@
81: AMDEP_TRUE = @AMDEP_TRUE@
82: AMTAR = @AMTAR@
83: AR = @AR@
84: AUTOCONF = @AUTOCONF@
85: AUTOHEADER = @AUTOHEADER@
86: AUTOMAKE = @AUTOMAKE@
87: AWK = @AWK@
88: CC = @CC@
89: CCDEPMODE = @CCDEPMODE@
90: CFLAGS = @CFLAGS@
91: CPP = @CPP@
92: CPPFLAGS = @CPPFLAGS@
93: CXX = @CXX@
94: CXXCPP = @CXXCPP@
95: CXXDEPMODE = @CXXDEPMODE@
96: CXXFLAGS = @CXXFLAGS@
97: CYGPATH_W = @CYGPATH_W@
98: DEFS = @DEFS@
99: DEPDIR = @DEPDIR@
100: ECHO = @ECHO@
101: ECHO_C = @ECHO_C@
102: ECHO_N = @ECHO_N@
103: ECHO_T = @ECHO_T@
104: EGREP = @EGREP@
105: EXEEXT = @EXEEXT@
106: F77 = @F77@
107: FFLAGS = @FFLAGS@
108: INSTALL_DATA = @INSTALL_DATA@
109: INSTALL_PROGRAM = @INSTALL_PROGRAM@
110: INSTALL_SCRIPT = @INSTALL_SCRIPT@
111: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
112: LDFLAGS = @LDFLAGS@
113: LIBOBJS = @LIBOBJS@
114: LIBS = @LIBS@
115: LIBTOOL = @LIBTOOL@
116: LN_S = @LN_S@
117: LTLIBOBJS = @LTLIBOBJS@
118: MAKEINFO = @MAKEINFO@
119: OBJEXT = @OBJEXT@
120: PACKAGE = @PACKAGE@
121: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
122: PACKAGE_NAME = @PACKAGE_NAME@
123: PACKAGE_STRING = @PACKAGE_STRING@
124: PACKAGE_TARNAME = @PACKAGE_TARNAME@
125: PACKAGE_VERSION = @PACKAGE_VERSION@
126: PATH_SEPARATOR = @PATH_SEPARATOR@
127: RANLIB = @RANLIB@
128: SET_MAKE = @SET_MAKE@
129: SHELL = @SHELL@
130: STRIP = @STRIP@
131: VERSION = @VERSION@
132: ac_ct_AR = @ac_ct_AR@
133: ac_ct_CC = @ac_ct_CC@
134: ac_ct_CXX = @ac_ct_CXX@
135: ac_ct_F77 = @ac_ct_F77@
136: ac_ct_RANLIB = @ac_ct_RANLIB@
137: ac_ct_STRIP = @ac_ct_STRIP@
138: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
139: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
140: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
141: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
142: am__include = @am__include@
143: am__leading_dot = @am__leading_dot@
144: am__quote = @am__quote@
145: am__tar = @am__tar@
146: am__untar = @am__untar@
147: bindir = @bindir@
148: build = @build@
149: build_alias = @build_alias@
150: build_cpu = @build_cpu@
151: build_os = @build_os@
152: build_vendor = @build_vendor@
153: datadir = @datadir@
154: exec_prefix = @exec_prefix@
155: host = @host@
156: host_alias = @host_alias@
157: host_cpu = @host_cpu@
158: host_os = @host_os@
159: host_vendor = @host_vendor@
160: includedir = @includedir@
161: infodir = @infodir@
162: install_sh = @install_sh@
163: libdir = @libdir@
164: libexecdir = @libexecdir@
165: localstatedir = @localstatedir@
166: mandir = @mandir@
167: mkdir_p = @mkdir_p@
168: oldincludedir = @oldincludedir@
169: prefix = @prefix@
170: program_transform_name = @program_transform_name@
171: sbindir = @sbindir@
172: sharedstatedir = @sharedstatedir@
173: sysconfdir = @sysconfdir@
174: target_alias = @target_alias@
175:
176: # noinst_LTLIBRARIES = libbstring.la
177: lib_LTLIBRARIES = libbstring.la
178: libbstring_la_SOURCES = bstrlib.c
179: noinst_HEADERS = bstrlib.h
180: all: all-am
181:
182: .SUFFIXES:
183: .SUFFIXES: .c .lo .o .obj
184: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
185: @for dep in $?; do \
186: case '$(am__configure_deps)' in \
187: *$$dep*) \
188: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
189: && exit 0; \
190: exit 1;; \
191: esac; \
192: done; \
193: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bstring/Makefile'; \
194: cd $(top_srcdir) && \
195: $(AUTOMAKE) --gnu bstring/Makefile
196: .PRECIOUS: Makefile
197: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
198: @case '$?' in \
199: *config.status*) \
200: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
201: *) \
202: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
203: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
204: esac;
205:
206: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
207: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208:
209: $(top_srcdir)/configure: $(am__configure_deps)
210: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
212: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
213: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
214: @$(NORMAL_INSTALL)
215: test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
216: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
217: if test -f $$p; then \
218: f=$(am__strip_dir) \
219: echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
220: $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
221: else :; fi; \
222: done
223:
224: uninstall-libLTLIBRARIES:
225: @$(NORMAL_UNINSTALL)
226: @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
227: p=$(am__strip_dir) \
228: echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
229: $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
230: done
231:
232: clean-libLTLIBRARIES:
233: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
234: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
235: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
236: test "$$dir" != "$$p" || dir=.; \
237: echo "rm -f \"$${dir}/so_locations\""; \
238: rm -f "$${dir}/so_locations"; \
239: done
240: libbstring.la: $(libbstring_la_OBJECTS) $(libbstring_la_DEPENDENCIES)
241: $(LINK) -rpath $(libdir) $(libbstring_la_LDFLAGS) $(libbstring_la_OBJECTS) $(libbstring_la_LIBADD) $(LIBS)
242:
243: mostlyclean-compile:
244: -rm -f *.$(OBJEXT)
245:
246: distclean-compile:
247: -rm -f *.tab.c
248:
249: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bstrlib.Plo@am__quote@
250:
251: .c.o:
252: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
253: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
254: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
255: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
256: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
257:
258: .c.obj:
259: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
260: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
261: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
262: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
263: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
264:
265: .c.lo:
266: @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
267: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
268: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
269: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
271:
272: mostlyclean-libtool:
273: -rm -f *.lo
274:
275: clean-libtool:
276: -rm -rf .libs _libs
277:
278: distclean-libtool:
279: -rm -f libtool
280: uninstall-info-am:
281:
282: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
283: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
284: unique=`for i in $$list; do \
285: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
286: done | \
287: $(AWK) ' { files[$$0] = 1; } \
288: END { for (i in files) print i; }'`; \
289: mkid -fID $$unique
290: tags: TAGS
291:
292: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
293: $(TAGS_FILES) $(LISP)
294: tags=; \
295: here=`pwd`; \
296: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
297: unique=`for i in $$list; do \
298: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299: done | \
300: $(AWK) ' { files[$$0] = 1; } \
301: END { for (i in files) print i; }'`; \
302: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
303: test -n "$$unique" || unique=$$empty_fix; \
304: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
305: $$tags $$unique; \
306: fi
307: ctags: CTAGS
308: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
309: $(TAGS_FILES) $(LISP)
310: tags=; \
311: here=`pwd`; \
312: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313: unique=`for i in $$list; do \
314: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315: done | \
316: $(AWK) ' { files[$$0] = 1; } \
317: END { for (i in files) print i; }'`; \
318: test -z "$(CTAGS_ARGS)$$tags$$unique" \
319: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
320: $$tags $$unique
321:
322: GTAGS:
323: here=`$(am__cd) $(top_builddir) && pwd` \
324: && cd $(top_srcdir) \
325: && gtags -i $(GTAGS_ARGS) $$here
326:
327: distclean-tags:
328: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
329:
330: distdir: $(DISTFILES)
331: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
332: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
333: list='$(DISTFILES)'; for file in $$list; do \
334: case $$file in \
335: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
336: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
337: esac; \
338: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
339: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
340: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
341: dir="/$$dir"; \
342: $(mkdir_p) "$(distdir)$$dir"; \
343: else \
344: dir=''; \
345: fi; \
346: if test -d $$d/$$file; then \
347: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
348: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
349: fi; \
350: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
351: else \
352: test -f $(distdir)/$$file \
353: || cp -p $$d/$$file $(distdir)/$$file \
354: || exit 1; \
355: fi; \
356: done
357: check-am: all-am
358: check: check-am
359: all-am: Makefile $(LTLIBRARIES) $(HEADERS)
360: installdirs:
361: for dir in "$(DESTDIR)$(libdir)"; do \
362: test -z "$$dir" || $(mkdir_p) "$$dir"; \
363: done
364: install: install-am
365: install-exec: install-exec-am
366: install-data: install-data-am
367: uninstall: uninstall-am
368:
369: install-am: all-am
370: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
371:
372: installcheck: installcheck-am
373: install-strip:
374: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
375: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
376: `test -z '$(STRIP)' || \
377: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
378: mostlyclean-generic:
379:
380: clean-generic:
381:
382: distclean-generic:
383: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
384:
385: maintainer-clean-generic:
386: @echo "This command is intended for maintainers to use"
387: @echo "it deletes files that may require special tools to rebuild."
388: clean: clean-am
389:
390: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
391: mostlyclean-am
392:
393: distclean: distclean-am
394: -rm -rf ./$(DEPDIR)
395: -rm -f Makefile
396: distclean-am: clean-am distclean-compile distclean-generic \
397: distclean-libtool distclean-tags
398:
399: dvi: dvi-am
400:
401: dvi-am:
402:
403: html: html-am
404:
405: info: info-am
406:
407: info-am:
408:
409: install-data-am:
410:
411: install-exec-am: install-libLTLIBRARIES
412:
413: install-info: install-info-am
414:
415: install-man:
416:
417: installcheck-am:
418:
419: maintainer-clean: maintainer-clean-am
420: -rm -rf ./$(DEPDIR)
421: -rm -f Makefile
422: maintainer-clean-am: distclean-am maintainer-clean-generic
423:
424: mostlyclean: mostlyclean-am
425:
426: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
427: mostlyclean-libtool
428:
429: pdf: pdf-am
430:
431: pdf-am:
432:
433: ps: ps-am
434:
435: ps-am:
436:
437: uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
438:
439: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
440: clean-libLTLIBRARIES clean-libtool ctags distclean \
441: distclean-compile distclean-generic distclean-libtool \
442: distclean-tags distdir dvi dvi-am html html-am info info-am \
443: install install-am install-data install-data-am install-exec \
444: install-exec-am install-info install-info-am \
445: install-libLTLIBRARIES install-man install-strip installcheck \
446: installcheck-am installdirs maintainer-clean \
447: maintainer-clean-generic mostlyclean mostlyclean-compile \
448: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
449: tags uninstall uninstall-am uninstall-info-am \
450: uninstall-libLTLIBRARIES
451:
452: # Tell versions [3.59,3.63) of GNU make to not export all variables.
453: # Otherwise a system limit (for SysV at least) may be exceeded.
454: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>