Diff for /parser3/src/targets/Makefile.in between versions 1.1 and 1.22

version 1.1, 2001/04/23 15:19:55 version 1.22, 2001/10/27 12:17:18
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 = @APACHE13@
   APACHE_LIBS = @APACHE_LIBS@
 AS = @AS@  AS = @AS@
 AWK = @AWK@  AWK = @AWK@
 CC = @CC@  CC = @CC@
Line 74  LIBTOOL_DEPS = @LIBTOOL_DEPS@ Line 74  LIBTOOL_DEPS = @LIBTOOL_DEPS@
 LN_S = @LN_S@  LN_S = @LN_S@
 MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
 OBJDUMP = @OBJDUMP@  OBJDUMP = @OBJDUMP@
   P3S = @P3S@
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
 VERSION = @VERSION@  VERSION = @VERSION@
   XML_INCLUDES = @XML_INCLUDES@
   XML_LIBS = @XML_LIBS@
 YACC = @YACC@  YACC = @YACC@
 host_os = @host_os@  host_os = @host_os@
 mysql = @mysql@  
 SUBDIRS = cgi  #don't compile apache
   @COMPILE_APACHE13_MODULE_TRUE@SUBDIRS = cgi apache13
   @COMPILE_APACHE13_MODULE_FALSE@SUBDIRS = cgi
 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 89  DIST_COMMON =  Makefile.am Makefile.in Line 94  DIST_COMMON =  Makefile.am Makefile.in
   
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
   
 TAR = tar  TAR = gtar
 GZIP_ENV = --best  GZIP_ENV = --best
   DIST_SUBDIRS =  cgi apache13 cgi
 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 203  distdir: $(DISTFILES) Line 209  distdir: $(DISTFILES)
         @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
           d=$(srcdir); \            d=$(srcdir); \
           if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
             cp -pr $$/$$file $(distdir)/$$file; \              cp -pr $$d/$$file $(distdir)/$$file; \
           else \            else \
             test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \              || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
             || 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  installdirs mostlyclean-generic distclea Line 296  installdirs mostlyclean-generic distclea
 maintainer-clean-generic clean mostlyclean distclean maintainer-clean  maintainer-clean-generic clean mostlyclean distclean maintainer-clean
   
   
   
   
 # 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.
 .NOEXPORT:  .NOEXPORT:

Removed from v.1.1  
changed lines
  Added in v.1.22


E-mail: