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

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

E-mail: