|
|
| version 1.35, 2001/11/08 14:08:54 | version 1.37, 2001/11/19 08:00:33 |
|---|---|
| Line 85 YACC = @YACC@ | Line 85 YACC = @YACC@ |
| host_os = @host_os@ | host_os = @host_os@ |
| SUBDIRS = libltdl pcre main types classes targets | SUBDIRS = libltdl pcre main types classes targets |
| LIBTOOL_DEPS = @LIBTOOL_DEPS@ | LIBTOOL_DEPS = @LIBTOOL_DEPS@ |
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| Line 99 install-sh ltconfig ltmain.sh missing mk | Line 98 install-sh ltconfig ltmain.sh missing mk |
| DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
| TAR = gtar | TAR = tar |
| GZIP_ENV = --best | GZIP_ENV = --best |
| all: all-redirect | all: all-redirect |
| .SUFFIXES: | .SUFFIXES: |
| Line 281 distdir: $(DISTFILES) | Line 280 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 $$d/$$file $(distdir)/$$file; \ | cp -pr $$/$$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 \ |
| Line 369 uninstall-am uninstall all-redirect all- | Line 368 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 |
| libtool: $(LIBTOOL_DEPS) | libtool: $(LIBTOOL_DEPS) |
| $(SHELL) ./config.status --recheck | $(SHELL) ./config.status --recheck |