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

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

E-mail: