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

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

E-mail: