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

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

E-mail: