--- parser3/src/classes/Makefile.in 2002/02/07 17:41:35 1.39 +++ parser3/src/classes/Makefile.in 2002/02/18 08:39:15 1.42 @@ -61,21 +61,15 @@ host_alias = @host_alias@ host_triplet = @host@ APACHE13 = @APACHE13@ APACHE_LIBS = @APACHE_LIBS@ -AS = @AS@ AWK = @AWK@ CC = @CC@ CXX = @CXX@ DB2_INCLUDES = @DB2_INCLUDES@ DB2_LIBS = @DB2_LIBS@ -DLLTOOL = @DLLTOOL@ INCLTDL = @INCLTDL@ LIBADD_DL = @LIBADD_DL@ LIBLTDL = @LIBLTDL@ -LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ -LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ -OBJDUMP = @OBJDUMP@ P3S = @P3S@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ @@ -88,14 +82,21 @@ host_os = @host_os@ rootconfigdir = @rootconfigdir@ sqldriversdir = @sqldriversdir@ -SUBDIRS = gd +SUBDIRS = gd smtp + INCLUDES = -I../types -I../sql -I../pcre -Igd @XML_INCLUDES@ @DB2_INCLUDES@ + noinst_LIBRARIES = libclasses.a -libclasses_a_SOURCES = 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 hashfile.C ident.C classes.C +noinst_HEADERS = classes.h xnode.h +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 hashfile.C ident.C classes.C + CLASSES_INC_DEPS = *.C CLEANFILES = classes.inc + IDENT_AWK = $(top_srcdir)/src/ident.awk IDENT_DEPS = *.awk *.h *.C + +EXTRA_DIST = classes.dsp mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../src/include/pa_config_auto.h CONFIG_CLEAN_FILES = @@ -113,9 +114,10 @@ hashfile.o ident.o classes.o AR = ar CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) -CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ +HEADERS = $(noinst_HEADERS) + DIST_COMMON = Makefile.am Makefile.in @@ -132,7 +134,7 @@ OBJECTS = $(libclasses_a_OBJECTS) all: all-redirect .SUFFIXES: -.SUFFIXES: .C .S .c .lo .o .s +.SUFFIXES: .C .S .c .o .s $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu src/classes/Makefile @@ -166,30 +168,12 @@ distclean-compile: maintainer-clean-compile: -.s.lo: - $(LIBTOOL) --mode=compile $(COMPILE) -c $< - -.S.lo: - $(LIBTOOL) --mode=compile $(COMPILE) -c $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -maintainer-clean-libtool: - libclasses.a: $(libclasses_a_OBJECTS) $(libclasses_a_DEPENDENCIES) -rm -f libclasses.a $(AR) cru libclasses.a $(libclasses_a_OBJECTS) $(libclasses_a_LIBADD) $(RANLIB) libclasses.a .C.o: $(CXXCOMPILE) -c $< -.C.lo: - $(LTCXXCOMPILE) -c $< # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -380,7 +364,7 @@ install-am: all-am install: install-recursive uninstall-am: uninstall: uninstall-recursive -all-am: Makefile $(LIBRARIES) +all-am: Makefile $(LIBRARIES) $(HEADERS) all-redirect: all-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install @@ -399,27 +383,25 @@ distclean-generic: maintainer-clean-generic: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ - mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ - mostlyclean-generic + mostlyclean-tags mostlyclean-depend mostlyclean-generic mostlyclean: mostlyclean-recursive -clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \ - clean-depend clean-generic mostlyclean-am +clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \ + clean-generic mostlyclean-am clean: clean-recursive distclean-am: distclean-noinstLIBRARIES distclean-compile \ - distclean-libtool distclean-tags distclean-depend \ - distclean-generic clean-am - -rm -f libtool + distclean-tags distclean-depend distclean-generic \ + clean-am distclean: distclean-recursive maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ - maintainer-clean-compile maintainer-clean-libtool \ - maintainer-clean-tags maintainer-clean-depend \ - maintainer-clean-generic distclean-am + maintainer-clean-compile maintainer-clean-tags \ + maintainer-clean-depend maintainer-clean-generic \ + distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." @@ -428,8 +410,7 @@ maintainer-clean: maintainer-clean-recur .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ mostlyclean-compile distclean-compile clean-compile \ -maintainer-clean-compile mostlyclean-libtool distclean-libtool \ -clean-libtool maintainer-clean-libtool install-data-recursive \ +maintainer-clean-compile install-data-recursive \ uninstall-data-recursive install-exec-recursive \ uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ all-recursive check-recursive installcheck-recursive info-recursive \ @@ -445,9 +426,6 @@ distclean-generic clean-generic maintain mostlyclean distclean maintainer-clean - - - classes.inc: classes.awk $(CLASSES_INC_DEPS) Makefile.am echo "/* do not edit. autogenerated by Makefile.am */" > classes.inc echo >> classes.inc @@ -455,7 +433,6 @@ classes.inc: classes.awk $(CLASSES_INC_D classes.C: classes.inc - ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am rm -f ident.C echo // do not edit. autogenerated by Makefile.am > ident.C.new