Diff for /parser3/src/targets/apache13/Attic/Makefile.in between versions 1.6 and 1.11

version 1.6, 2001/05/24 14:50:06 version 1.11, 2001/09/04 06:36:43
Line 10 Line 10
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
   
 #  $Id$  
   
   
 SHELL = @SHELL@  SHELL = @SHELL@
   
Line 61  PRE_UNINSTALL = : Line 59  PRE_UNINSTALL = :
 POST_UNINSTALL = :  POST_UNINSTALL = :
 host_alias = @host_alias@  host_alias = @host_alias@
 host_triplet = @host@  host_triplet = @host@
   APACHE13_SRC = @APACHE13_SRC@
 AS = @AS@  AS = @AS@
 AWK = @AWK@  AWK = @AWK@
 CC = @CC@  CC = @CC@
Line 76  MAKEINFO = @MAKEINFO@ Line 75  MAKEINFO = @MAKEINFO@
 OBJDUMP = @OBJDUMP@  OBJDUMP = @OBJDUMP@
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
   SYSCONFDIR = @SYSCONFDIR@
 VERSION = @VERSION@  VERSION = @VERSION@
 WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@  
 YACC = @YACC@  YACC = @YACC@
 host_os = @host_os@  host_os = @host_os@
   
 SUBDIRS = modules  @COMPILE_APACHE13_MODULE_TRUE@SUBDIRS = modules
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../../include/pa_config_auto.h  CONFIG_HEADER = ../../include/pa_config_auto.h
 CONFIG_CLEAN_FILES =   CONFIG_CLEAN_FILES = 
Line 92  DISTFILES = $(DIST_COMMON) $(SOURCES) $( Line 91  DISTFILES = $(DIST_COMMON) $(SOURCES) $(
   
 TAR = gtar  TAR = gtar
 GZIP_ENV = --best  GZIP_ENV = --best
   DIST_SUBDIRS =  modules
 all: all-redirect  all: all-redirect
 .SUFFIXES:  .SUFFIXES:
 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)   $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
Line 211  distdir: $(DISTFILES) Line 211  distdir: $(DISTFILES)
             || cp -p $$d/$$file $(distdir)/$$file || :; \              || cp -p $$d/$$file $(distdir)/$$file || :; \
           fi; \            fi; \
         done          done
         for subdir in $(SUBDIRS); do \          for subdir in $(DIST_SUBDIRS); do \
           if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
             test -d $(distdir)/$$subdir \              test -d $(distdir)/$$subdir \
             || mkdir $(distdir)/$$subdir \              || mkdir $(distdir)/$$subdir \
Line 290  uninstall-am uninstall all-redirect all- Line 290  uninstall-am uninstall all-redirect all-
 installdirs mostlyclean-generic distclean-generic clean-generic \  installdirs mostlyclean-generic distclean-generic clean-generic \
 maintainer-clean-generic clean mostlyclean distclean maintainer-clean  maintainer-clean-generic clean mostlyclean distclean maintainer-clean
   
   #don't compile apache
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # 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.  # Otherwise a system limit (for SysV at least) may be exceeded.

Removed from v.1.6  
changed lines
  Added in v.1.11


E-mail: