Annotation of parser3/src/lib/gc/include/Makefile.in, revision 1.6
1.4 paf 1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.2 paf 2: # @configure_input@
3:
1.4 paf 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004 Free Software Foundation, Inc.
1.2 paf 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: srcdir = @srcdir@
18: top_srcdir = @top_srcdir@
19: VPATH = @srcdir@
20: pkgdatadir = $(datadir)/@PACKAGE@
21: pkglibdir = $(libdir)/@PACKAGE@
22: pkgincludedir = $(includedir)/@PACKAGE@
23: top_builddir = ../../../..
24: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25: INSTALL = @INSTALL@
26: install_sh_DATA = $(install_sh) -c -m 644
27: install_sh_PROGRAM = $(install_sh) -c
28: install_sh_SCRIPT = $(install_sh) -c
29: INSTALL_HEADER = $(INSTALL_DATA)
30: transform = $(program_transform_name)
31: NORMAL_INSTALL = :
32: PRE_INSTALL = :
33: POST_INSTALL = :
34: NORMAL_UNINSTALL = :
35: PRE_UNINSTALL = :
36: POST_UNINSTALL = :
37: host_triplet = @host@
1.4 paf 38: subdir = src/lib/gc/include
39: DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
40: $(srcdir)/Makefile.in
41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42: am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43: $(top_srcdir)/configure.in
44: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45: $(ACLOCAL_M4)
46: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
48: CONFIG_CLEAN_FILES =
49: SOURCES =
50: DIST_SOURCES =
51: HEADERS = $(noinst_HEADERS)
52: ETAGS = etags
53: CTAGS = ctags
54: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.2 paf 55: ACLOCAL = @ACLOCAL@
56: AMDEP_FALSE = @AMDEP_FALSE@
57: AMDEP_TRUE = @AMDEP_TRUE@
58: AMTAR = @AMTAR@
59: APACHE13 = @APACHE13@
60: AUTOCONF = @AUTOCONF@
61: AUTOHEADER = @AUTOHEADER@
62: AUTOMAKE = @AUTOMAKE@
63: AWK = @AWK@
64: CC = @CC@
65: CCDEPMODE = @CCDEPMODE@
66: CFLAGS = @CFLAGS@
67: COMPILE_APACHE13_MODULE_FALSE = @COMPILE_APACHE13_MODULE_FALSE@
68: COMPILE_APACHE13_MODULE_TRUE = @COMPILE_APACHE13_MODULE_TRUE@
69: CPP = @CPP@
70: CPPFLAGS = @CPPFLAGS@
71: CPP_LIBS = @CPP_LIBS@
72: CXX = @CXX@
73: CXXDEPMODE = @CXXDEPMODE@
74: CXXFLAGS = @CXXFLAGS@
75: CYGPATH_W = @CYGPATH_W@
76: DEFS = @DEFS@
77: DEPDIR = @DEPDIR@
78: ECHO_C = @ECHO_C@
79: ECHO_N = @ECHO_N@
80: ECHO_T = @ECHO_T@
81: EGREP = @EGREP@
82: EXEEXT = @EXEEXT@
83: GC_LIBS = @GC_LIBS@
84: INCLTDL = @INCLTDL@
85: INSTALL_DATA = @INSTALL_DATA@
86: INSTALL_PROGRAM = @INSTALL_PROGRAM@
87: INSTALL_SCRIPT = @INSTALL_SCRIPT@
88: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
89: LDFLAGS = @LDFLAGS@
90: LIBADD_DL = @LIBADD_DL@
91: LIBLTDL = @LIBLTDL@
92: LIBOBJS = @LIBOBJS@
93: LIBS = @LIBS@
94: LTLIBOBJS = @LTLIBOBJS@
95: MAKEINFO = @MAKEINFO@
96: MIME_INCLUDES = @MIME_INCLUDES@
97: MIME_LIBS = @MIME_LIBS@
98: OBJEXT = @OBJEXT@
99: P3S = @P3S@
100: PACKAGE = @PACKAGE@
101: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
102: PACKAGE_NAME = @PACKAGE_NAME@
103: PACKAGE_STRING = @PACKAGE_STRING@
104: PACKAGE_TARNAME = @PACKAGE_TARNAME@
105: PACKAGE_VERSION = @PACKAGE_VERSION@
106: PATH_SEPARATOR = @PATH_SEPARATOR@
1.6 ! misha 107: PCRE_INCLUDES = @PCRE_INCLUDES@
! 108: PCRE_LIBS = @PCRE_LIBS@
1.2 paf 109: RANLIB = @RANLIB@
110: SET_MAKE = @SET_MAKE@
111: SHELL = @SHELL@
112: STRIP = @STRIP@
113: VERSION = @VERSION@
114: XML_INCLUDES = @XML_INCLUDES@
115: XML_LIBS = @XML_LIBS@
116: YACC = @YACC@
117: ac_ct_CC = @ac_ct_CC@
118: ac_ct_CXX = @ac_ct_CXX@
119: ac_ct_RANLIB = @ac_ct_RANLIB@
120: ac_ct_STRIP = @ac_ct_STRIP@
121: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
123: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
124: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
125: am__include = @am__include@
1.4 paf 126: am__leading_dot = @am__leading_dot@
1.2 paf 127: am__quote = @am__quote@
1.4 paf 128: am__tar = @am__tar@
129: am__untar = @am__untar@
1.2 paf 130: bindir = @bindir@
131: build = @build@
132: build_alias = @build_alias@
133: build_cpu = @build_cpu@
134: build_os = @build_os@
135: build_vendor = @build_vendor@
136: commentcharset_koi8r = @commentcharset_koi8r@
137: commentcharset_windows1250 = @commentcharset_windows1250@
138: commentcharset_windows1251 = @commentcharset_windows1251@
139: commentcharset_windows1257 = @commentcharset_windows1257@
140: datadir = @datadir@
141: dll_extension = @dll_extension@
142: exec_prefix = @exec_prefix@
143: host = @host@
144: host_alias = @host_alias@
145: host_cpu = @host_cpu@
146: host_os = @host_os@
147: host_vendor = @host_vendor@
148: includedir = @includedir@
149: infodir = @infodir@
150: install_sh = @install_sh@
151: libdir = @libdir@
152: libexecdir = @libexecdir@
153: localstatedir = @localstatedir@
154: mandir = @mandir@
1.4 paf 155: mkdir_p = @mkdir_p@
1.2 paf 156: mysql_client = @mysql_client@
157: oldincludedir = @oldincludedir@
158: oracle_client = @oracle_client@
159: pgsql_client = @pgsql_client@
160: prefix = @prefix@
161: program_transform_name = @program_transform_name@
162: sbindir = @sbindir@
163: sharedstatedir = @sharedstatedir@
1.5 misha 164: sqlite_client = @sqlite_client@
1.2 paf 165: subdirs = @subdirs@
166: sysconfdir = @sysconfdir@
167: target_alias = @target_alias@
168: noinst_HEADERS = gc.h
169: all: all-am
170:
171: .SUFFIXES:
1.4 paf 172: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
173: @for dep in $?; do \
174: case '$(am__configure_deps)' in \
175: *$$dep*) \
176: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
177: && exit 0; \
178: exit 1;; \
179: esac; \
180: done; \
181: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/gc/include/Makefile'; \
1.2 paf 182: cd $(top_srcdir) && \
183: $(AUTOMAKE) --gnu src/lib/gc/include/Makefile
1.4 paf 184: .PRECIOUS: Makefile
185: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
186: @case '$?' in \
187: *config.status*) \
188: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
189: *) \
190: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
191: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
192: esac;
193:
194: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
195: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
196:
197: $(top_srcdir)/configure: $(am__configure_deps)
198: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
199: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
200: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.2 paf 201: uninstall-info-am:
202:
203: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
204: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
205: unique=`for i in $$list; do \
206: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
207: done | \
208: $(AWK) ' { files[$$0] = 1; } \
209: END { for (i in files) print i; }'`; \
210: mkid -fID $$unique
1.4 paf 211: tags: TAGS
1.2 paf 212:
213: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
214: $(TAGS_FILES) $(LISP)
215: tags=; \
216: here=`pwd`; \
217: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
218: unique=`for i in $$list; do \
219: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
220: done | \
221: $(AWK) ' { files[$$0] = 1; } \
222: END { for (i in files) print i; }'`; \
1.4 paf 223: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
224: test -n "$$unique" || unique=$$empty_fix; \
225: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
226: $$tags $$unique; \
227: fi
1.2 paf 228: ctags: CTAGS
229: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
230: $(TAGS_FILES) $(LISP)
231: tags=; \
232: here=`pwd`; \
233: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
234: unique=`for i in $$list; do \
235: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
236: done | \
237: $(AWK) ' { files[$$0] = 1; } \
238: END { for (i in files) print i; }'`; \
239: test -z "$(CTAGS_ARGS)$$tags$$unique" \
240: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
241: $$tags $$unique
242:
243: GTAGS:
244: here=`$(am__cd) $(top_builddir) && pwd` \
245: && cd $(top_srcdir) \
246: && gtags -i $(GTAGS_ARGS) $$here
247:
248: distclean-tags:
249: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
250:
251: distdir: $(DISTFILES)
252: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
253: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
254: list='$(DISTFILES)'; for file in $$list; do \
255: case $$file in \
256: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
257: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
258: esac; \
259: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
260: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
261: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
262: dir="/$$dir"; \
1.4 paf 263: $(mkdir_p) "$(distdir)$$dir"; \
1.2 paf 264: else \
265: dir=''; \
266: fi; \
267: if test -d $$d/$$file; then \
268: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
269: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
270: fi; \
271: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
272: else \
273: test -f $(distdir)/$$file \
274: || cp -p $$d/$$file $(distdir)/$$file \
275: || exit 1; \
276: fi; \
277: done
278: check-am: all-am
279: check: check-am
280: all-am: Makefile $(HEADERS)
281: installdirs:
282: install: install-am
283: install-exec: install-exec-am
284: install-data: install-data-am
285: uninstall: uninstall-am
286:
287: install-am: all-am
288: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
289:
290: installcheck: installcheck-am
291: install-strip:
292: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.4 paf 293: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.2 paf 294: `test -z '$(STRIP)' || \
295: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
296: mostlyclean-generic:
297:
298: clean-generic:
299:
300: distclean-generic:
1.4 paf 301: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.2 paf 302:
303: maintainer-clean-generic:
304: @echo "This command is intended for maintainers to use"
305: @echo "it deletes files that may require special tools to rebuild."
306: clean: clean-am
307:
308: clean-am: clean-generic mostlyclean-am
309:
310: distclean: distclean-am
1.4 paf 311: -rm -f Makefile
1.2 paf 312: distclean-am: clean-am distclean-generic distclean-tags
313:
314: dvi: dvi-am
315:
316: dvi-am:
317:
1.4 paf 318: html: html-am
319:
1.2 paf 320: info: info-am
321:
322: info-am:
323:
324: install-data-am:
325:
326: install-exec-am:
327:
328: install-info: install-info-am
329:
330: install-man:
331:
332: installcheck-am:
333:
334: maintainer-clean: maintainer-clean-am
1.4 paf 335: -rm -f Makefile
1.2 paf 336: maintainer-clean-am: distclean-am maintainer-clean-generic
337:
338: mostlyclean: mostlyclean-am
339:
340: mostlyclean-am: mostlyclean-generic
341:
342: pdf: pdf-am
343:
344: pdf-am:
345:
346: ps: ps-am
347:
348: ps-am:
349:
350: uninstall-am: uninstall-info-am
351:
1.4 paf 352: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
353: ctags distclean distclean-generic distclean-tags distdir dvi \
354: dvi-am html html-am info info-am install install-am \
355: install-data install-data-am install-exec install-exec-am \
356: install-info install-info-am install-man install-strip \
357: installcheck installcheck-am installdirs maintainer-clean \
358: maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
359: pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
1.2 paf 360:
361: # Tell versions [3.59,3.63) of GNU make to not export all variables.
362: # Otherwise a system limit (for SysV at least) may be exceeded.
363: .NOEXPORT:
E-mail: