--- parser3/src/classes/Makefile.in 2001/05/10 17:28:06 1.2 +++ parser3/src/classes/Makefile.in 2001/05/19 16:12:56 1.4 @@ -10,7 +10,7 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# $Id: Makefile.in,v 1.2 2001/05/10 17:28:06 paf Exp $ +# $Id: Makefile.in,v 1.4 2001/05/19 16:12:56 parser Exp $ SHELL = @SHELL@ @@ -80,13 +80,17 @@ VERSION = @VERSION@ WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@ YACC = @YACC@ host_os = @host_os@ + SUBDIRS = gd + INCLUDES = -I../include -I../types -I../sql -Igd -I../pcre + CLASSES_INC = classes.inc -METHODED = double.C file.C form.C image.C int.C mail.C op.C random.C response.C string.C table.C unknown.C hash.C +CLASSES_C = classes.C + noinst_LIBRARIES = libclasses.a -libclasses_a_DEPENDENCES = $(CLASSES_INC) -libclasses_a_SOURCES = classes.C $(METHODED) +libclasses_a_SOURCES = $(CLASSES_C) double.C file.C form.C image.C int.C mail.C op.C random.C response.C string.C table.C unknown.C hash.C +CLEANFILES = $(CLASSES_INC) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../include/pa_config_auto.h CONFIG_CLEAN_FILES = @@ -111,7 +115,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best DEP_FILES = .deps/classes.P .deps/double.P .deps/file.P .deps/form.P \ .deps/hash.P .deps/image.P .deps/int.P .deps/mail.P .deps/op.P \ @@ -283,7 +287,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ @@ -381,6 +385,7 @@ installdirs-am: mostlyclean-generic: clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) @@ -434,17 +439,12 @@ distclean-generic clean-generic maintain mostlyclean distclean maintainer-clean - - - - $(CLASSES_INC): $(METHODED) classes.awk echo "/* do not edit. autogenerated by Makefile.am */" > $(CLASSES_INC) echo >> $(CLASSES_INC) ls | $(AWK) -f classes.awk >> $(CLASSES_INC) - - +$(CLASSES_C): $(CLASSES_INC) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.