Annotation of parser3/src/targets/cgi/Makefile.in, revision 1.26

1.1       paf         1: # Makefile.in generated automatically by automake 1.4 from Makefile.am
                      2: 
                      3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
                      4: # This Makefile.in is free software; the Free Software Foundation
                      5: # gives unlimited permission to copy and/or distribute it,
                      6: # with or without modifications, as long as this notice is preserved.
                      7: 
                      8: # This program is distributed in the hope that it will be useful,
                      9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     11: # PARTICULAR PURPOSE.
                     12: 
                     13: 
                     14: SHELL = @SHELL@
                     15: 
                     16: srcdir = @srcdir@
                     17: top_srcdir = @top_srcdir@
                     18: VPATH = @srcdir@
                     19: prefix = @prefix@
                     20: exec_prefix = @exec_prefix@
                     21: 
                     22: bindir = @bindir@
                     23: sbindir = @sbindir@
                     24: libexecdir = @libexecdir@
                     25: datadir = @datadir@
                     26: sysconfdir = @sysconfdir@
                     27: sharedstatedir = @sharedstatedir@
                     28: localstatedir = @localstatedir@
                     29: libdir = @libdir@
                     30: infodir = @infodir@
                     31: mandir = @mandir@
                     32: includedir = @includedir@
                     33: oldincludedir = /usr/include
                     34: 
                     35: DESTDIR =
                     36: 
                     37: pkgdatadir = $(datadir)/@PACKAGE@
                     38: pkglibdir = $(libdir)/@PACKAGE@
                     39: pkgincludedir = $(includedir)/@PACKAGE@
                     40: 
                     41: top_builddir = ../..
                     42: 
                     43: ACLOCAL = @ACLOCAL@
                     44: AUTOCONF = @AUTOCONF@
                     45: AUTOMAKE = @AUTOMAKE@
                     46: AUTOHEADER = @AUTOHEADER@
                     47: 
                     48: INSTALL = @INSTALL@
                     49: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
                     50: INSTALL_DATA = @INSTALL_DATA@
                     51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     52: transform = @program_transform_name@
                     53: 
                     54: NORMAL_INSTALL = :
                     55: PRE_INSTALL = :
                     56: POST_INSTALL = :
                     57: NORMAL_UNINSTALL = :
                     58: PRE_UNINSTALL = :
                     59: POST_UNINSTALL = :
                     60: host_alias = @host_alias@
                     61: host_triplet = @host@
1.21      parser     62: APACHE13 = @APACHE13@
1.25      paf        63: APACHE_LIBS = @APACHE_LIBS@
1.1       paf        64: AS = @AS@
                     65: AWK = @AWK@
                     66: CC = @CC@
                     67: CXX = @CXX@
1.26    ! paf        68: DB2_INCLUDES = @DB2_INCLUDES@
        !            69: DB2_LIBS = @DB2_LIBS@
1.1       paf        70: DLLTOOL = @DLLTOOL@
                     71: INCLTDL = @INCLTDL@
                     72: LIBADD_DL = @LIBADD_DL@
                     73: LIBLTDL = @LIBLTDL@
                     74: LIBTOOL = @LIBTOOL@
                     75: LIBTOOL_DEPS = @LIBTOOL_DEPS@
                     76: LN_S = @LN_S@
                     77: MAKEINFO = @MAKEINFO@
                     78: OBJDUMP = @OBJDUMP@
1.21      parser     79: P3S = @P3S@
1.1       paf        80: PACKAGE = @PACKAGE@
                     81: RANLIB = @RANLIB@
                     82: VERSION = @VERSION@
1.16      parser     83: XML_INCLUDES = @XML_INCLUDES@
                     84: XML_LIBS = @XML_LIBS@
1.1       paf        85: YACC = @YACC@
                     86: host_os = @host_os@
1.24      parser     87: @COMPILE_XML_TRUE@PATCHES_LIBS = ../../classes/xalan-patched/libxalan_patched.a
                     88: @COMPILE_XML_FALSE@PATCHES_LIBS = 
1.3       parser     89: 
1.16      parser     90: INCLUDES = -I../../classes -I../../types -I$(INCLTDL) -I../../sql @XML_INCLUDES@
1.3       parser     91: 
1.13      parser     92: #for sysadmin-controlled auto.p
1.15      parser     93: CPPFLAGS := $(CPPFLAGS) -DSYSCONFDIR=\"$(sysconfdir)\"
1.13      parser     94: 
1.1       paf        95: bin_PROGRAMS = parser3
1.17      parser     96: parser3_SOURCES = pa_pool.C pa_threads.C parser3.C ident.C
1.26    ! paf        97: parser3_LDADD = ../../main/libmain.a ../../classes/libclasses.a ../../main/libmain.a ../../types/libtypes.a $(LIBLTDL) ../../classes/gd/libgd.a ../../pcre/libpcre.a $(PATCHES_LIBS) @XML_LIBS@ @DB2_LIBS@
1.17      parser     98: 
                     99: IDENT_AWK = ../../ident.awk
                    100: IDENT_DEPS = *.C
1.1       paf       101: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    102: CONFIG_HEADER = ../../include/pa_config_auto.h
                    103: CONFIG_CLEAN_FILES = 
                    104: PROGRAMS =  $(bin_PROGRAMS)
                    105: 
                    106: 
                    107: DEFS = @DEFS@ -I. -I$(srcdir) -I../../include
                    108: LDFLAGS = @LDFLAGS@
                    109: LIBS = @LIBS@
1.17      parser    110: parser3_OBJECTS =  pa_pool.o pa_threads.o parser3.o ident.o
1.24      parser    111: @COMPILE_XML_TRUE@parser3_DEPENDENCIES =  ../../main/libmain.a \
                    112: @COMPILE_XML_TRUE@../../classes/libclasses.a ../../main/libmain.a \
                    113: @COMPILE_XML_TRUE@../../types/libtypes.a ../../classes/gd/libgd.a \
                    114: @COMPILE_XML_TRUE@../../pcre/libpcre.a \
                    115: @COMPILE_XML_TRUE@../../classes/xalan-patched/libxalan_patched.a
                    116: @COMPILE_XML_FALSE@parser3_DEPENDENCIES =  ../../main/libmain.a \
                    117: @COMPILE_XML_FALSE@../../classes/libclasses.a ../../main/libmain.a \
                    118: @COMPILE_XML_FALSE@../../types/libtypes.a ../../classes/gd/libgd.a \
                    119: @COMPILE_XML_FALSE@../../pcre/libpcre.a
1.1       paf       120: parser3_LDFLAGS = 
                    121: CXXFLAGS = @CXXFLAGS@
                    122: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
                    123: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
                    124: CXXLD = $(CXX)
                    125: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
                    126: DIST_COMMON =  Makefile.am Makefile.in
                    127: 
                    128: 
                    129: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    130: 
1.23      parser    131: TAR = gtar
1.1       paf       132: GZIP_ENV = --best
1.17      parser    133: DEP_FILES =  .deps/ident.P .deps/pa_pool.P .deps/pa_threads.P \
                    134: .deps/parser3.P
1.1       paf       135: SOURCES = $(parser3_SOURCES)
                    136: OBJECTS = $(parser3_OBJECTS)
                    137: 
                    138: all: all-redirect
                    139: .SUFFIXES:
                    140: .SUFFIXES: .C .S .c .lo .o .s
                    141: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
                    142:        cd $(top_srcdir) && $(AUTOMAKE) --gnu targets/cgi/Makefile
                    143: 
                    144: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
                    145:        cd $(top_builddir) \
                    146:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    147: 
                    148: 
                    149: mostlyclean-binPROGRAMS:
                    150: 
                    151: clean-binPROGRAMS:
                    152:        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
                    153: 
                    154: distclean-binPROGRAMS:
                    155: 
                    156: maintainer-clean-binPROGRAMS:
                    157: 
                    158: install-binPROGRAMS: $(bin_PROGRAMS)
                    159:        @$(NORMAL_INSTALL)
                    160:        $(mkinstalldirs) $(DESTDIR)$(bindir)
                    161:        @list='$(bin_PROGRAMS)'; for p in $$list; do \
                    162:          if test -f $$p; then \
                    163:            echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
                    164:            $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
                    165:          else :; fi; \
                    166:        done
                    167: 
                    168: uninstall-binPROGRAMS:
                    169:        @$(NORMAL_UNINSTALL)
                    170:        list='$(bin_PROGRAMS)'; for p in $$list; do \
                    171:          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
                    172:        done
                    173: 
                    174: .s.o:
                    175:        $(COMPILE) -c $<
                    176: 
                    177: .S.o:
                    178:        $(COMPILE) -c $<
                    179: 
                    180: mostlyclean-compile:
                    181:        -rm -f *.o core *.core
                    182: 
                    183: clean-compile:
                    184: 
                    185: distclean-compile:
                    186:        -rm -f *.tab.c
                    187: 
                    188: maintainer-clean-compile:
                    189: 
                    190: .s.lo:
                    191:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    192: 
                    193: .S.lo:
                    194:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    195: 
                    196: mostlyclean-libtool:
                    197:        -rm -f *.lo
                    198: 
                    199: clean-libtool:
                    200:        -rm -rf .libs _libs
                    201: 
                    202: distclean-libtool:
                    203: 
                    204: maintainer-clean-libtool:
                    205: 
                    206: parser3: $(parser3_OBJECTS) $(parser3_DEPENDENCIES)
                    207:        @rm -f parser3
                    208:        $(CXXLINK) $(parser3_LDFLAGS) $(parser3_OBJECTS) $(parser3_LDADD) $(LIBS)
                    209: .C.o:
                    210:        $(CXXCOMPILE) -c $<
                    211: .C.lo:
                    212:        $(LTCXXCOMPILE) -c $<
                    213: 
                    214: tags: TAGS
                    215: 
                    216: ID: $(HEADERS) $(SOURCES) $(LISP)
                    217:        list='$(SOURCES) $(HEADERS)'; \
                    218:        unique=`for i in $$list; do echo $$i; done | \
                    219:          awk '    { files[$$0] = 1; } \
                    220:               END { for (i in files) print i; }'`; \
                    221:        here=`pwd` && cd $(srcdir) \
                    222:          && mkid -f$$here/ID $$unique $(LISP)
                    223: 
                    224: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
                    225:        tags=; \
                    226:        here=`pwd`; \
                    227:        list='$(SOURCES) $(HEADERS)'; \
                    228:        unique=`for i in $$list; do echo $$i; done | \
                    229:          awk '    { files[$$0] = 1; } \
                    230:               END { for (i in files) print i; }'`; \
                    231:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    232:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
                    233: 
                    234: mostlyclean-tags:
                    235: 
                    236: clean-tags:
                    237: 
                    238: distclean-tags:
                    239:        -rm -f TAGS ID
                    240: 
                    241: maintainer-clean-tags:
                    242: 
                    243: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    244: 
                    245: subdir = targets/cgi
                    246: 
                    247: distdir: $(DISTFILES)
                    248:        here=`cd $(top_builddir) && pwd`; \
                    249:        top_distdir=`cd $(top_distdir) && pwd`; \
                    250:        distdir=`cd $(distdir) && pwd`; \
                    251:        cd $(top_srcdir) \
                    252:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu targets/cgi/Makefile
                    253:        @for file in $(DISTFILES); do \
                    254:          d=$(srcdir); \
                    255:          if test -d $$d/$$file; then \
1.23      parser    256:            cp -pr $$d/$$file $(distdir)/$$file; \
1.1       paf       257:          else \
                    258:            test -f $(distdir)/$$file \
                    259:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
                    260:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    261:          fi; \
                    262:        done
                    263: 
                    264: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
                    265: 
                    266: -include $(DEP_FILES)
                    267: 
                    268: mostlyclean-depend:
                    269: 
                    270: clean-depend:
                    271: 
                    272: distclean-depend:
                    273:        -rm -rf .deps
                    274: 
                    275: maintainer-clean-depend:
                    276: 
                    277: %.o: %.c
                    278:        @echo '$(COMPILE) -c $<'; \
                    279:        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    280:        @-cp .deps/$(*F).pp .deps/$(*F).P; \
                    281:        tr ' ' '\012' < .deps/$(*F).pp \
                    282:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    283:            >> .deps/$(*F).P; \
                    284:        rm .deps/$(*F).pp
                    285: 
                    286: %.lo: %.c
                    287:        @echo '$(LTCOMPILE) -c $<'; \
                    288:        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    289:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
                    290:          < .deps/$(*F).pp > .deps/$(*F).P; \
                    291:        tr ' ' '\012' < .deps/$(*F).pp \
                    292:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    293:            >> .deps/$(*F).P; \
                    294:        rm -f .deps/$(*F).pp
                    295: 
                    296: %.o: %.C
                    297:        @echo '$(CXXCOMPILE) -c $<'; \
                    298:        $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    299:        @-cp .deps/$(*F).pp .deps/$(*F).P; \
                    300:        tr ' ' '\012' < .deps/$(*F).pp \
                    301:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    302:            >> .deps/$(*F).P; \
                    303:        rm .deps/$(*F).pp
                    304: 
                    305: %.lo: %.C
                    306:        @echo '$(LTCXXCOMPILE) -c $<'; \
                    307:        $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    308:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
                    309:          < .deps/$(*F).pp > .deps/$(*F).P; \
                    310:        tr ' ' '\012' < .deps/$(*F).pp \
                    311:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    312:            >> .deps/$(*F).P; \
                    313:        rm -f .deps/$(*F).pp
                    314: info-am:
                    315: info: info-am
                    316: dvi-am:
                    317: dvi: dvi-am
                    318: check-am: all-am
                    319: check: check-am
                    320: installcheck-am:
                    321: installcheck: installcheck-am
                    322: install-exec-am: install-binPROGRAMS
                    323: install-exec: install-exec-am
                    324: 
                    325: install-data-am:
                    326: install-data: install-data-am
                    327: 
                    328: install-am: all-am
                    329:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    330: install: install-am
                    331: uninstall-am: uninstall-binPROGRAMS
                    332: uninstall: uninstall-am
                    333: all-am: Makefile $(PROGRAMS)
                    334: all-redirect: all-am
                    335: install-strip:
                    336:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
                    337: installdirs:
                    338:        $(mkinstalldirs)  $(DESTDIR)$(bindir)
                    339: 
                    340: 
                    341: mostlyclean-generic:
                    342: 
                    343: clean-generic:
                    344: 
                    345: distclean-generic:
                    346:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    347:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    348: 
                    349: maintainer-clean-generic:
                    350: mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
                    351:                mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
                    352:                mostlyclean-generic
                    353: 
                    354: mostlyclean: mostlyclean-am
                    355: 
                    356: clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
                    357:                clean-depend clean-generic mostlyclean-am
                    358: 
                    359: clean: clean-am
                    360: 
                    361: distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
                    362:                distclean-tags distclean-depend distclean-generic \
                    363:                clean-am
                    364:        -rm -f libtool
                    365: 
                    366: distclean: distclean-am
                    367: 
                    368: maintainer-clean-am:  maintainer-clean-binPROGRAMS \
                    369:                maintainer-clean-compile maintainer-clean-libtool \
                    370:                maintainer-clean-tags maintainer-clean-depend \
                    371:                maintainer-clean-generic distclean-am
                    372:        @echo "This command is intended for maintainers to use;"
                    373:        @echo "it deletes files that may require special tools to rebuild."
                    374: 
                    375: maintainer-clean: maintainer-clean-am
                    376: 
                    377: .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
                    378: maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
                    379: mostlyclean-compile distclean-compile clean-compile \
                    380: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
                    381: clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
                    382: distclean-tags clean-tags maintainer-clean-tags distdir \
                    383: mostlyclean-depend distclean-depend clean-depend \
                    384: maintainer-clean-depend info-am info dvi-am dvi check check-am \
                    385: installcheck-am installcheck install-exec-am install-exec \
                    386: install-data-am install-data install-am install uninstall-am uninstall \
                    387: all-redirect all-am all installdirs mostlyclean-generic \
                    388: distclean-generic clean-generic maintainer-clean-generic clean \
                    389: mostlyclean distclean maintainer-clean
                    390: 
1.17      parser    391: 
                    392: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
                    393:        rm -f ident.C 
                    394:        echo // do not edit. autogenerated by Makefile.am > ident.C.new 
                    395:        cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=parser3 >> ident.C.new 
                    396:        mv ident.C.new ident.C 
1.1       paf       397: 
                    398: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    399: # Otherwise a system limit (for SysV at least) may be exceeded.
                    400: .NOEXPORT:

E-mail: