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

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

E-mail: