Annotation of parser3/src/classes/Makefile.in, revision 1.14

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.13      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@
                     78: VERSION = @VERSION@
                     79: YACC = @YACC@
                     80: host_os = @host_os@
1.3       parser     81: 
1.2       paf        82: SUBDIRS = gd
1.3       parser     83: 
1.14    ! parser     84: INCLUDES = -I../types -I../sql -I../pcre -Igd
1.3       parser     85: 
1.2       paf        86: CLASSES_INC = classes.inc
1.4       parser     87: CLASSES_C = classes.C
1.3       parser     88: 
1.1       paf        89: noinst_LIBRARIES = libclasses.a
1.11      parser     90: libclasses_a_SOURCES = $(CLASSES_C) double.C file.C form.C image.C int.C mail.C op.C math.C response.C string.C table.C void.C hash.C date.C
1.4       parser     91: CLEANFILES = $(CLASSES_INC)
1.1       paf        92: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     93: CONFIG_HEADER = ../include/pa_config_auto.h
                     94: CONFIG_CLEAN_FILES = 
                     95: LIBRARIES =  $(noinst_LIBRARIES)
                     96: 
                     97: 
                     98: DEFS = @DEFS@ -I. -I$(srcdir) -I../include
                     99: CPPFLAGS = @CPPFLAGS@
                    100: LDFLAGS = @LDFLAGS@
                    101: LIBS = @LIBS@
                    102: libclasses_a_LIBADD = 
1.2       paf       103: libclasses_a_OBJECTS =  classes.o double.o file.o form.o image.o int.o \
1.11      parser    104: mail.o op.o math.o response.o string.o table.o void.o hash.o date.o
1.1       paf       105: AR = ar
                    106: CXXFLAGS = @CXXFLAGS@
                    107: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
                    108: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
                    109: CXXLD = $(CXX)
                    110: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
                    111: DIST_COMMON =  Makefile.am Makefile.in
                    112: 
                    113: 
                    114: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    115: 
1.13      parser    116: TAR = gtar
1.1       paf       117: GZIP_ENV = --best
1.11      parser    118: DEP_FILES =  .deps/classes.P .deps/date.P .deps/double.P .deps/file.P \
                    119: .deps/form.P .deps/hash.P .deps/image.P .deps/int.P .deps/mail.P \
                    120: .deps/math.P .deps/op.P .deps/response.P .deps/string.P .deps/table.P \
                    121: .deps/void.P
1.1       paf       122: SOURCES = $(libclasses_a_SOURCES)
                    123: OBJECTS = $(libclasses_a_OBJECTS)
                    124: 
                    125: all: all-redirect
                    126: .SUFFIXES:
                    127: .SUFFIXES: .C .S .c .lo .o .s
                    128: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
                    129:        cd $(top_srcdir) && $(AUTOMAKE) --gnu classes/Makefile
                    130: 
                    131: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
                    132:        cd $(top_builddir) \
                    133:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    134: 
                    135: 
                    136: mostlyclean-noinstLIBRARIES:
                    137: 
                    138: clean-noinstLIBRARIES:
                    139:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    140: 
                    141: distclean-noinstLIBRARIES:
                    142: 
                    143: maintainer-clean-noinstLIBRARIES:
                    144: 
                    145: .s.o:
                    146:        $(COMPILE) -c $<
                    147: 
                    148: .S.o:
                    149:        $(COMPILE) -c $<
                    150: 
                    151: mostlyclean-compile:
                    152:        -rm -f *.o core *.core
                    153: 
                    154: clean-compile:
                    155: 
                    156: distclean-compile:
                    157:        -rm -f *.tab.c
                    158: 
                    159: maintainer-clean-compile:
                    160: 
                    161: .s.lo:
                    162:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    163: 
                    164: .S.lo:
                    165:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    166: 
                    167: mostlyclean-libtool:
                    168:        -rm -f *.lo
                    169: 
                    170: clean-libtool:
                    171:        -rm -rf .libs _libs
                    172: 
                    173: distclean-libtool:
                    174: 
                    175: maintainer-clean-libtool:
                    176: 
                    177: libclasses.a: $(libclasses_a_OBJECTS) $(libclasses_a_DEPENDENCIES)
                    178:        -rm -f libclasses.a
                    179:        $(AR) cru libclasses.a $(libclasses_a_OBJECTS) $(libclasses_a_LIBADD)
                    180:        $(RANLIB) libclasses.a
                    181: .C.o:
                    182:        $(CXXCOMPILE) -c $<
                    183: .C.lo:
                    184:        $(LTCXXCOMPILE) -c $<
                    185: 
                    186: # This directory's subdirectories are mostly independent; you can cd
                    187: # into them and run `make' without going through this Makefile.
                    188: # To change the values of `make' variables: instead of editing Makefiles,
                    189: # (1) if the variable is set in `config.status', edit `config.status'
                    190: #     (which will cause the Makefiles to be regenerated when you run `make');
                    191: # (2) otherwise, pass the desired values on the `make' command line.
                    192: 
                    193: @SET_MAKE@
                    194: 
                    195: all-recursive install-data-recursive install-exec-recursive \
                    196: installdirs-recursive install-recursive uninstall-recursive  \
                    197: check-recursive installcheck-recursive info-recursive dvi-recursive:
                    198:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    199:        dot_seen=no; \
                    200:        target=`echo $@ | sed s/-recursive//`; \
                    201:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    202:          echo "Making $$target in $$subdir"; \
                    203:          if test "$$subdir" = "."; then \
                    204:            dot_seen=yes; \
                    205:            local_target="$$target-am"; \
                    206:          else \
                    207:            local_target="$$target"; \
                    208:          fi; \
                    209:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    210:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    211:        done; \
                    212:        if test "$$dot_seen" = "no"; then \
                    213:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    214:        fi; test -z "$$fail"
                    215: 
                    216: mostlyclean-recursive clean-recursive distclean-recursive \
                    217: maintainer-clean-recursive:
                    218:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    219:        dot_seen=no; \
                    220:        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
                    221:          rev="$$subdir $$rev"; \
                    222:          test "$$subdir" = "." && dot_seen=yes; \
                    223:        done; \
                    224:        test "$$dot_seen" = "no" && rev=". $$rev"; \
                    225:        target=`echo $@ | sed s/-recursive//`; \
                    226:        for subdir in $$rev; do \
                    227:          echo "Making $$target in $$subdir"; \
                    228:          if test "$$subdir" = "."; then \
                    229:            local_target="$$target-am"; \
                    230:          else \
                    231:            local_target="$$target"; \
                    232:          fi; \
                    233:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    234:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    235:        done && test -z "$$fail"
                    236: tags-recursive:
                    237:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    238:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    239:        done
                    240: 
                    241: tags: TAGS
                    242: 
                    243: ID: $(HEADERS) $(SOURCES) $(LISP)
                    244:        list='$(SOURCES) $(HEADERS)'; \
                    245:        unique=`for i in $$list; do echo $$i; done | \
                    246:          awk '    { files[$$0] = 1; } \
                    247:               END { for (i in files) print i; }'`; \
                    248:        here=`pwd` && cd $(srcdir) \
                    249:          && mkid -f$$here/ID $$unique $(LISP)
                    250: 
                    251: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
                    252:        tags=; \
                    253:        here=`pwd`; \
                    254:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    255:    if test "$$subdir" = .; then :; else \
                    256:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
                    257:    fi; \
                    258:        done; \
                    259:        list='$(SOURCES) $(HEADERS)'; \
                    260:        unique=`for i in $$list; do echo $$i; done | \
                    261:          awk '    { files[$$0] = 1; } \
                    262:               END { for (i in files) print i; }'`; \
                    263:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    264:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
                    265: 
                    266: mostlyclean-tags:
                    267: 
                    268: clean-tags:
                    269: 
                    270: distclean-tags:
                    271:        -rm -f TAGS ID
                    272: 
                    273: maintainer-clean-tags:
                    274: 
                    275: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    276: 
                    277: subdir = classes
                    278: 
                    279: distdir: $(DISTFILES)
                    280:        here=`cd $(top_builddir) && pwd`; \
                    281:        top_distdir=`cd $(top_distdir) && pwd`; \
                    282:        distdir=`cd $(distdir) && pwd`; \
                    283:        cd $(top_srcdir) \
                    284:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu classes/Makefile
                    285:        @for file in $(DISTFILES); do \
                    286:          d=$(srcdir); \
                    287:          if test -d $$d/$$file; then \
1.13      parser    288:            cp -pr $$d/$$file $(distdir)/$$file; \
1.1       paf       289:          else \
                    290:            test -f $(distdir)/$$file \
                    291:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
                    292:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    293:          fi; \
                    294:        done
                    295:        for subdir in $(SUBDIRS); do \
                    296:          if test "$$subdir" = .; then :; else \
                    297:            test -d $(distdir)/$$subdir \
                    298:            || mkdir $(distdir)/$$subdir \
                    299:            || exit 1; \
                    300:            chmod 777 $(distdir)/$$subdir; \
                    301:            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
                    302:              || exit 1; \
                    303:          fi; \
                    304:        done
                    305: 
                    306: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
                    307: 
                    308: -include $(DEP_FILES)
                    309: 
                    310: mostlyclean-depend:
                    311: 
                    312: clean-depend:
                    313: 
                    314: distclean-depend:
                    315:        -rm -rf .deps
                    316: 
                    317: maintainer-clean-depend:
                    318: 
                    319: %.o: %.c
                    320:        @echo '$(COMPILE) -c $<'; \
                    321:        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    322:        @-cp .deps/$(*F).pp .deps/$(*F).P; \
                    323:        tr ' ' '\012' < .deps/$(*F).pp \
                    324:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    325:            >> .deps/$(*F).P; \
                    326:        rm .deps/$(*F).pp
                    327: 
                    328: %.lo: %.c
                    329:        @echo '$(LTCOMPILE) -c $<'; \
                    330:        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    331:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
                    332:          < .deps/$(*F).pp > .deps/$(*F).P; \
                    333:        tr ' ' '\012' < .deps/$(*F).pp \
                    334:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    335:            >> .deps/$(*F).P; \
                    336:        rm -f .deps/$(*F).pp
                    337: 
                    338: %.o: %.C
                    339:        @echo '$(CXXCOMPILE) -c $<'; \
                    340:        $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    341:        @-cp .deps/$(*F).pp .deps/$(*F).P; \
                    342:        tr ' ' '\012' < .deps/$(*F).pp \
                    343:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    344:            >> .deps/$(*F).P; \
                    345:        rm .deps/$(*F).pp
                    346: 
                    347: %.lo: %.C
                    348:        @echo '$(LTCXXCOMPILE) -c $<'; \
                    349:        $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    350:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
                    351:          < .deps/$(*F).pp > .deps/$(*F).P; \
                    352:        tr ' ' '\012' < .deps/$(*F).pp \
                    353:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    354:            >> .deps/$(*F).P; \
                    355:        rm -f .deps/$(*F).pp
                    356: info-am:
                    357: info: info-recursive
                    358: dvi-am:
                    359: dvi: dvi-recursive
                    360: check-am: all-am
                    361: check: check-recursive
                    362: installcheck-am:
                    363: installcheck: installcheck-recursive
                    364: install-exec-am:
                    365: install-exec: install-exec-recursive
                    366: 
                    367: install-data-am:
                    368: install-data: install-data-recursive
                    369: 
                    370: install-am: all-am
                    371:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    372: install: install-recursive
                    373: uninstall-am:
                    374: uninstall: uninstall-recursive
                    375: all-am: Makefile $(LIBRARIES)
                    376: all-redirect: all-recursive
                    377: install-strip:
                    378:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
                    379: installdirs: installdirs-recursive
                    380: installdirs-am:
                    381: 
                    382: 
                    383: mostlyclean-generic:
                    384: 
                    385: clean-generic:
1.4       parser    386:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1.1       paf       387: 
                    388: distclean-generic:
                    389:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    390:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    391: 
                    392: maintainer-clean-generic:
                    393: mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
                    394:                mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
                    395:                mostlyclean-generic
                    396: 
                    397: mostlyclean: mostlyclean-recursive
                    398: 
                    399: clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
                    400:                clean-depend clean-generic mostlyclean-am
                    401: 
                    402: clean: clean-recursive
                    403: 
                    404: distclean-am:  distclean-noinstLIBRARIES distclean-compile \
                    405:                distclean-libtool distclean-tags distclean-depend \
                    406:                distclean-generic clean-am
                    407:        -rm -f libtool
                    408: 
                    409: distclean: distclean-recursive
                    410: 
                    411: maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
                    412:                maintainer-clean-compile maintainer-clean-libtool \
                    413:                maintainer-clean-tags maintainer-clean-depend \
                    414:                maintainer-clean-generic distclean-am
                    415:        @echo "This command is intended for maintainers to use;"
                    416:        @echo "it deletes files that may require special tools to rebuild."
                    417: 
                    418: maintainer-clean: maintainer-clean-recursive
                    419: 
                    420: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
                    421: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
                    422: mostlyclean-compile distclean-compile clean-compile \
                    423: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
                    424: clean-libtool maintainer-clean-libtool install-data-recursive \
                    425: uninstall-data-recursive install-exec-recursive \
                    426: uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
                    427: all-recursive check-recursive installcheck-recursive info-recursive \
                    428: dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
                    429: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
                    430: distclean-tags clean-tags maintainer-clean-tags distdir \
                    431: mostlyclean-depend distclean-depend clean-depend \
                    432: maintainer-clean-depend info-am info dvi-am dvi check check-am \
                    433: installcheck-am installcheck install-exec-am install-exec \
                    434: install-data-am install-data install-am install uninstall-am uninstall \
                    435: all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
                    436: distclean-generic clean-generic maintainer-clean-generic clean \
                    437: mostlyclean distclean maintainer-clean
                    438: 
                    439: 
1.2       paf       440: $(CLASSES_INC): $(METHODED) classes.awk
                    441:        echo "/* do not edit. autogenerated by Makefile.am */" > $(CLASSES_INC)
                    442:        echo >> $(CLASSES_INC)
                    443:        ls | $(AWK) -f classes.awk >> $(CLASSES_INC)
1.4       parser    444: 
                    445: $(CLASSES_C): $(CLASSES_INC)
1.1       paf       446: 
                    447: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    448: # Otherwise a system limit (for SysV at least) may be exceeded.
                    449: .NOEXPORT:

E-mail: