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