Annotation of parser3/src/main/Makefile.in, revision 1.69
1.59 paf 1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.49 paf 2: # @configure_input@
1.1 paf 3:
1.59 paf 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004 Free Software Foundation, Inc.
1.1 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:
1.49 paf 15: @SET_MAKE@
1.1 paf 16:
1.59 paf 17:
1.69 ! moko 18: SOURCES = $(libmain_la_SOURCES)
1.59 paf 19:
1.1 paf 20: srcdir = @srcdir@
21: top_srcdir = @top_srcdir@
22: VPATH = @srcdir@
23: pkgdatadir = $(datadir)/@PACKAGE@
24: pkglibdir = $(libdir)/@PACKAGE@
25: pkgincludedir = $(includedir)/@PACKAGE@
1.33 paf 26: top_builddir = ../..
1.49 paf 27: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 paf 28: INSTALL = @INSTALL@
1.49 paf 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)
1.1 paf 34: NORMAL_INSTALL = :
35: PRE_INSTALL = :
36: POST_INSTALL = :
37: NORMAL_UNINSTALL = :
38: PRE_UNINSTALL = :
39: POST_UNINSTALL = :
40: host_triplet = @host@
1.59 paf 41: subdir = src/main
42: DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
43: $(srcdir)/Makefile.in
44: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.67 moko 45: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
46: $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
47: $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
48: $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
49: $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
50: $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
51: $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.59 paf 52: $(top_srcdir)/configure.in
53: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54: $(ACLOCAL_M4)
1.67 moko 55: mkinstalldirs = $(install_sh) -d
1.59 paf 56: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
57: CONFIG_CLEAN_FILES =
1.69 ! moko 58: LTLIBRARIES = $(noinst_LTLIBRARIES)
! 59: libmain_la_LIBADD =
! 60: am_libmain_la_OBJECTS = pa_pool.lo pa_os.lo pa_common.lo \
! 61: compile.tab.lo compile.lo compile_tools.lo execute.lo \
! 62: pa_cache_managers.lo pa_exception.lo pa_xml_exception.lo \
! 63: pa_globals.lo pa_xml_io.lo pa_memory.lo pa_request.lo \
! 64: pa_string.lo pa_table.lo untaint.lo pa_dir.lo pa_exec.lo \
! 65: pa_socks.lo pa_dictionary.lo pa_charset.lo pa_charsets.lo \
! 66: pa_uue.lo pa_sql_driver_manager.lo pa_stylesheet_manager.lo \
! 67: pa_stylesheet_connection.lo pa_http.lo pa_random.lo
! 68: libmain_la_OBJECTS = $(am_libmain_la_OBJECTS)
1.59 paf 69: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/include
70: depcomp = $(SHELL) $(top_srcdir)/depcomp
71: am__depfiles_maybe = depfiles
72: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
73: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
1.67 moko 74: LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
75: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
76: $(AM_CXXFLAGS) $(CXXFLAGS)
1.59 paf 77: CXXLD = $(CXX)
1.67 moko 78: CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) \
79: $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.69 ! moko 80: SOURCES = $(libmain_la_SOURCES)
! 81: DIST_SOURCES = $(libmain_la_SOURCES)
1.59 paf 82: HEADERS = $(noinst_HEADERS)
83: ETAGS = etags
84: CTAGS = ctags
85: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.49 paf 86: ACLOCAL = @ACLOCAL@
87: AMDEP_FALSE = @AMDEP_FALSE@
88: AMDEP_TRUE = @AMDEP_TRUE@
89: AMTAR = @AMTAR@
1.65 moko 90: APACHE = @APACHE@
91: APACHE_CFLAGS = @APACHE_CFLAGS@
92: APACHE_INC = @APACHE_INC@
1.67 moko 93: AR = @AR@
94: ARGZ_H = @ARGZ_H@
95: AS = @AS@
1.49 paf 96: AUTOCONF = @AUTOCONF@
97: AUTOHEADER = @AUTOHEADER@
98: AUTOMAKE = @AUTOMAKE@
1.1 paf 99: AWK = @AWK@
100: CC = @CC@
1.49 paf 101: CCDEPMODE = @CCDEPMODE@
102: CFLAGS = @CFLAGS@
1.65 moko 103: COMPILE_APACHE_MODULE_FALSE = @COMPILE_APACHE_MODULE_FALSE@
104: COMPILE_APACHE_MODULE_TRUE = @COMPILE_APACHE_MODULE_TRUE@
1.67 moko 105: CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
106: CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
1.50 paf 107: CPP = @CPP@
1.49 paf 108: CPPFLAGS = @CPPFLAGS@
1.1 paf 109: CXX = @CXX@
1.67 moko 110: CXXCPP = @CXXCPP@
1.49 paf 111: CXXDEPMODE = @CXXDEPMODE@
112: CXXFLAGS = @CXXFLAGS@
113: CYGPATH_W = @CYGPATH_W@
114: DEFS = @DEFS@
115: DEPDIR = @DEPDIR@
1.67 moko 116: DLLTOOL = @DLLTOOL@
117: DSYMUTIL = @DSYMUTIL@
118: DUMPBIN = @DUMPBIN@
1.49 paf 119: ECHO_C = @ECHO_C@
120: ECHO_N = @ECHO_N@
121: ECHO_T = @ECHO_T@
122: EGREP = @EGREP@
123: EXEEXT = @EXEEXT@
1.67 moko 124: FGREP = @FGREP@
1.51 paf 125: GC_LIBS = @GC_LIBS@
1.67 moko 126: GREP = @GREP@
1.1 paf 127: INCLTDL = @INCLTDL@
1.49 paf 128: INSTALL_DATA = @INSTALL_DATA@
1.67 moko 129: INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
130: INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
1.49 paf 131: INSTALL_PROGRAM = @INSTALL_PROGRAM@
132: INSTALL_SCRIPT = @INSTALL_SCRIPT@
133: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.67 moko 134: LD = @LD@
1.49 paf 135: LDFLAGS = @LDFLAGS@
1.1 paf 136: LIBADD_DL = @LIBADD_DL@
1.67 moko 137: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
138: LIBADD_DLOPEN = @LIBADD_DLOPEN@
139: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1 paf 140: LIBLTDL = @LIBLTDL@
1.49 paf 141: LIBOBJS = @LIBOBJS@
142: LIBS = @LIBS@
1.67 moko 143: LIBTOOL = @LIBTOOL@
144: LIPO = @LIPO@
145: LN_S = @LN_S@
146: LTDLDEPS = @LTDLDEPS@
147: LTDLINCL = @LTDLINCL@
148: LTDLOPEN = @LTDLOPEN@
1.49 paf 149: LTLIBOBJS = @LTLIBOBJS@
1.67 moko 150: LT_CONFIG_H = @LT_CONFIG_H@
151: LT_DLLOADERS = @LT_DLLOADERS@
152: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1 paf 153: MAKEINFO = @MAKEINFO@
1.67 moko 154: MANIFEST_TOOL = @MANIFEST_TOOL@
1.43 paf 155: MIME_INCLUDES = @MIME_INCLUDES@
156: MIME_LIBS = @MIME_LIBS@
1.67 moko 157: NM = @NM@
158: NMEDIT = @NMEDIT@
159: OBJDUMP = @OBJDUMP@
1.49 paf 160: OBJEXT = @OBJEXT@
1.67 moko 161: OTOOL = @OTOOL@
162: OTOOL64 = @OTOOL64@
1.20 parser 163: P3S = @P3S@
1.1 paf 164: PACKAGE = @PACKAGE@
1.49 paf 165: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
166: PACKAGE_NAME = @PACKAGE_NAME@
167: PACKAGE_STRING = @PACKAGE_STRING@
168: PACKAGE_TARNAME = @PACKAGE_TARNAME@
169: PACKAGE_VERSION = @PACKAGE_VERSION@
170: PATH_SEPARATOR = @PATH_SEPARATOR@
1.62 misha 171: PCRE_INCLUDES = @PCRE_INCLUDES@
172: PCRE_LIBS = @PCRE_LIBS@
1.1 paf 173: RANLIB = @RANLIB@
1.67 moko 174: SED = @SED@
1.49 paf 175: SET_MAKE = @SET_MAKE@
176: SHELL = @SHELL@
177: STRIP = @STRIP@
1.1 paf 178: VERSION = @VERSION@
1.14 parser 179: XML_INCLUDES = @XML_INCLUDES@
180: XML_LIBS = @XML_LIBS@
1.1 paf 181: YACC = @YACC@
1.67 moko 182: ac_ct_AR = @ac_ct_AR@
183: ac_ct_AS = @ac_ct_AS@
1.49 paf 184: ac_ct_CC = @ac_ct_CC@
185: ac_ct_CXX = @ac_ct_CXX@
1.67 moko 186: ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
187: ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
188: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
189: ac_ct_LIPO = @ac_ct_LIPO@
190: ac_ct_MANIFEST_TOOL = @ac_ct_MANIFEST_TOOL@
191: ac_ct_NMEDIT = @ac_ct_NMEDIT@
192: ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
193: ac_ct_OTOOL = @ac_ct_OTOOL@
194: ac_ct_OTOOL64 = @ac_ct_OTOOL64@
1.49 paf 195: ac_ct_RANLIB = @ac_ct_RANLIB@
196: ac_ct_STRIP = @ac_ct_STRIP@
197: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
198: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
199: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
200: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
201: am__include = @am__include@
1.59 paf 202: am__leading_dot = @am__leading_dot@
1.49 paf 203: am__quote = @am__quote@
1.59 paf 204: am__tar = @am__tar@
205: am__untar = @am__untar@
1.49 paf 206: bindir = @bindir@
207: build = @build@
208: build_alias = @build_alias@
209: build_cpu = @build_cpu@
210: build_os = @build_os@
211: build_vendor = @build_vendor@
212: datadir = @datadir@
1.45 paf 213: dll_extension = @dll_extension@
1.49 paf 214: exec_prefix = @exec_prefix@
215: host = @host@
216: host_alias = @host_alias@
217: host_cpu = @host_cpu@
1.1 paf 218: host_os = @host_os@
1.49 paf 219: host_vendor = @host_vendor@
220: includedir = @includedir@
221: infodir = @infodir@
222: install_sh = @install_sh@
223: libdir = @libdir@
224: libexecdir = @libexecdir@
225: localstatedir = @localstatedir@
1.67 moko 226: ltdl_LIBOBJS = @ltdl_LIBOBJS@
227: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.49 paf 228: mandir = @mandir@
1.59 paf 229: mkdir_p = @mkdir_p@
1.49 paf 230: oldincludedir = @oldincludedir@
231: prefix = @prefix@
232: program_transform_name = @program_transform_name@
233: sbindir = @sbindir@
234: sharedstatedir = @sharedstatedir@
235: subdirs = @subdirs@
1.67 moko 236: sys_symbol_underscore = @sys_symbol_underscore@
1.49 paf 237: sysconfdir = @sysconfdir@
238: target_alias = @target_alias@
1.62 misha 239: INCLUDES = -I../types -I../classes -I../sql -I../lib/gc/include -I../lib/cord/include $(INCLTDL) @PCRE_INCLUDES@ @XML_INCLUDES@
1.52 paf 240: noinst_HEADERS = compile_tools.h utf8-to-lower.inc utf8-to-upper.inc
1.69 ! moko 241: noinst_LTLIBRARIES = libmain.la
! 242: libmain_la_SOURCES = pa_pool.C pa_os.C pa_common.C compile.tab.C compile.C compile_tools.C execute.C pa_cache_managers.C pa_exception.C pa_xml_exception.C pa_globals.C pa_xml_io.C pa_memory.C pa_request.C pa_string.C pa_table.C untaint.C pa_dir.C pa_exec.C pa_socks.C pa_dictionary.C pa_charset.C pa_charsets.C pa_uue.C pa_sql_driver_manager.C pa_stylesheet_manager.C pa_stylesheet_connection.C pa_http.C pa_random.C
1.52 paf 243: EXTRA_DIST = compile.y main.vcproj
1.49 paf 244: all: all-am
1.1 paf 245:
246: .SUFFIXES:
1.67 moko 247: .SUFFIXES: .C .lo .o .obj
1.59 paf 248: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
249: @for dep in $?; do \
250: case '$(am__configure_deps)' in \
251: *$$dep*) \
252: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
253: && exit 0; \
254: exit 1;; \
255: esac; \
256: done; \
257: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/main/Makefile'; \
1.49 paf 258: cd $(top_srcdir) && \
259: $(AUTOMAKE) --gnu src/main/Makefile
1.59 paf 260: .PRECIOUS: Makefile
261: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
262: @case '$?' in \
263: *config.status*) \
264: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
265: *) \
266: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
267: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
268: esac;
269:
270: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
271: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272:
273: $(top_srcdir)/configure: $(am__configure_deps)
274: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
276: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1 paf 277:
1.69 ! moko 278: clean-noinstLTLIBRARIES:
! 279: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
! 280: @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
! 281: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
! 282: test "$$dir" != "$$p" || dir=.; \
! 283: echo "rm -f \"$${dir}/so_locations\""; \
! 284: rm -f "$${dir}/so_locations"; \
! 285: done
! 286: libmain.la: $(libmain_la_OBJECTS) $(libmain_la_DEPENDENCIES)
! 287: $(CXXLINK) $(libmain_la_LDFLAGS) $(libmain_la_OBJECTS) $(libmain_la_LIBADD) $(LIBS)
1.1 paf 288:
289: mostlyclean-compile:
1.59 paf 290: -rm -f *.$(OBJEXT)
1.1 paf 291:
292: distclean-compile:
293: -rm -f *.tab.c
294:
1.69 ! moko 295: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile.Plo@am__quote@
! 296: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile.tab.Plo@am__quote@
! 297: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile_tools.Plo@am__quote@
! 298: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Plo@am__quote@
! 299: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_cache_managers.Plo@am__quote@
! 300: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_charset.Plo@am__quote@
! 301: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_charsets.Plo@am__quote@
! 302: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_common.Plo@am__quote@
! 303: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_dictionary.Plo@am__quote@
! 304: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_dir.Plo@am__quote@
! 305: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_exception.Plo@am__quote@
! 306: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_exec.Plo@am__quote@
! 307: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_globals.Plo@am__quote@
! 308: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_http.Plo@am__quote@
! 309: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_memory.Plo@am__quote@
! 310: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_os.Plo@am__quote@
! 311: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_pool.Plo@am__quote@
! 312: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_random.Plo@am__quote@
! 313: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_request.Plo@am__quote@
! 314: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_socks.Plo@am__quote@
! 315: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_sql_driver_manager.Plo@am__quote@
! 316: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_string.Plo@am__quote@
! 317: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_stylesheet_connection.Plo@am__quote@
! 318: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_stylesheet_manager.Plo@am__quote@
! 319: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_table.Plo@am__quote@
! 320: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_uue.Plo@am__quote@
! 321: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_xml_exception.Plo@am__quote@
! 322: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_xml_io.Plo@am__quote@
! 323: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/untaint.Plo@am__quote@
1.49 paf 324:
1.1 paf 325: .C.o:
1.59 paf 326: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
327: @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.49 paf 328: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.59 paf 329: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
1.49 paf 331:
332: .C.obj:
1.59 paf 333: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
334: @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.49 paf 335: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.59 paf 336: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.67 moko 338:
339: .C.lo:
340: @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
341: @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
342: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
343: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344: @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
345:
346: mostlyclean-libtool:
347: -rm -f *.lo
348:
349: clean-libtool:
350: -rm -rf .libs _libs
351:
352: distclean-libtool:
353: -rm -f libtool
1.49 paf 354: uninstall-info-am:
355:
356: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
357: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
358: unique=`for i in $$list; do \
359: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360: done | \
361: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 362: END { for (i in files) print i; }'`; \
1.49 paf 363: mkid -fID $$unique
1.59 paf 364: tags: TAGS
1.1 paf 365:
1.49 paf 366: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
367: $(TAGS_FILES) $(LISP)
1.1 paf 368: tags=; \
369: here=`pwd`; \
1.49 paf 370: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
371: unique=`for i in $$list; do \
372: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373: done | \
374: $(AWK) ' { files[$$0] = 1; } \
1.1 paf 375: END { for (i in files) print i; }'`; \
1.59 paf 376: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
377: test -n "$$unique" || unique=$$empty_fix; \
378: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379: $$tags $$unique; \
380: fi
1.49 paf 381: ctags: CTAGS
382: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
383: $(TAGS_FILES) $(LISP)
384: tags=; \
385: here=`pwd`; \
386: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
387: unique=`for i in $$list; do \
388: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389: done | \
390: $(AWK) ' { files[$$0] = 1; } \
391: END { for (i in files) print i; }'`; \
392: test -z "$(CTAGS_ARGS)$$tags$$unique" \
393: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
394: $$tags $$unique
395:
396: GTAGS:
397: here=`$(am__cd) $(top_builddir) && pwd` \
398: && cd $(top_srcdir) \
399: && gtags -i $(GTAGS_ARGS) $$here
1.1 paf 400:
401: distclean-tags:
1.49 paf 402: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 paf 403:
404: distdir: $(DISTFILES)
1.49 paf 405: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
406: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
407: list='$(DISTFILES)'; for file in $$list; do \
408: case $$file in \
409: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
410: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
411: esac; \
412: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
413: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
414: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
415: dir="/$$dir"; \
1.59 paf 416: $(mkdir_p) "$(distdir)$$dir"; \
1.49 paf 417: else \
418: dir=''; \
419: fi; \
1.1 paf 420: if test -d $$d/$$file; then \
1.49 paf 421: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
422: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
423: fi; \
424: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 paf 425: else \
426: test -f $(distdir)/$$file \
1.49 paf 427: || cp -p $$d/$$file $(distdir)/$$file \
428: || exit 1; \
1.1 paf 429: fi; \
430: done
1.49 paf 431: check-am: all-am
432: check: check-am
1.69 ! moko 433: all-am: Makefile $(LTLIBRARIES) $(HEADERS)
1.49 paf 434: installdirs:
435: install: install-am
436: install-exec: install-exec-am
437: install-data: install-data-am
438: uninstall: uninstall-am
439:
440: install-am: all-am
441: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
442:
443: installcheck: installcheck-am
444: install-strip:
445: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.59 paf 446: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.49 paf 447: `test -z '$(STRIP)' || \
448: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
449: mostlyclean-generic:
450:
451: clean-generic:
452:
453: distclean-generic:
1.59 paf 454: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.49 paf 455:
456: maintainer-clean-generic:
457: @echo "This command is intended for maintainers to use"
458: @echo "it deletes files that may require special tools to rebuild."
459: clean: clean-am
1.1 paf 460:
1.69 ! moko 461: clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
1.67 moko 462: mostlyclean-am
1.1 paf 463:
1.49 paf 464: distclean: distclean-am
1.59 paf 465: -rm -rf ./$(DEPDIR)
466: -rm -f Makefile
467: distclean-am: clean-am distclean-compile distclean-generic \
1.67 moko 468: distclean-libtool distclean-tags
1.1 paf 469:
1.49 paf 470: dvi: dvi-am
1.1 paf 471:
1.49 paf 472: dvi-am:
1.1 paf 473:
1.59 paf 474: html: html-am
475:
1.49 paf 476: info: info-am
1.1 paf 477:
478: info-am:
479:
480: install-data-am:
481:
1.49 paf 482: install-exec-am:
1.1 paf 483:
1.49 paf 484: install-info: install-info-am
1.1 paf 485:
1.49 paf 486: install-man:
1.1 paf 487:
1.49 paf 488: installcheck-am:
1.1 paf 489:
1.49 paf 490: maintainer-clean: maintainer-clean-am
1.59 paf 491: -rm -rf ./$(DEPDIR)
492: -rm -f Makefile
1.49 paf 493: maintainer-clean-am: distclean-am maintainer-clean-generic
1.1 paf 494:
495: mostlyclean: mostlyclean-am
496:
1.67 moko 497: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
498: mostlyclean-libtool
1.1 paf 499:
1.49 paf 500: pdf: pdf-am
1.1 paf 501:
1.49 paf 502: pdf-am:
1.1 paf 503:
1.49 paf 504: ps: ps-am
1.1 paf 505:
1.49 paf 506: ps-am:
1.1 paf 507:
1.49 paf 508: uninstall-am: uninstall-info-am
1.1 paf 509:
1.49 paf 510: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1.69 ! moko 511: clean-libtool clean-noinstLTLIBRARIES ctags distclean \
1.67 moko 512: distclean-compile distclean-generic distclean-libtool \
513: distclean-tags distdir dvi dvi-am html html-am info info-am \
514: install install-am install-data install-data-am install-exec \
515: install-exec-am install-info install-info-am install-man \
516: install-strip installcheck installcheck-am installdirs \
517: maintainer-clean maintainer-clean-generic mostlyclean \
518: mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
519: pdf pdf-am ps ps-am tags uninstall uninstall-am \
520: uninstall-info-am
1.1 paf 521:
522:
523: compile.tab.C: compile.y
1.58 paf 524: bison -v compile.y -o $@
1.1 paf 525: # Tell versions [3.59,3.63) of GNU make to not export all variables.
526: # Otherwise a system limit (for SysV at least) may be exceeded.
527: .NOEXPORT:
E-mail: