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

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

E-mail: