m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/checks/Attic/Makefile.in,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/checks/Attic/Makefile.in,v [branch-1_4]
Date: Mon, 03 Jul 2006 17:01:07 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/07/03 17:01:07

Index: checks/Makefile.in
===================================================================
RCS file: /sources/m4/m4/checks/Attic/Makefile.in,v
retrieving revision 1.1.1.1.2.9
retrieving revision 1.1.1.1.2.10
diff -u -b -r1.1.1.1.2.9 -r1.1.1.1.2.10
--- checks/Makefile.in  3 Jul 2006 13:16:18 -0000       1.1.1.1.2.9
+++ checks/Makefile.in  3 Jul 2006 17:01:07 -0000       1.1.1.1.2.10
@@ -32,13 +32,14 @@
 AWK = @AWK@
 
 # Vern says that the first star is required around an Alpha make bug.
-CHECKS = *[0-9][0-9].*
-DISTFILES = Makefile.in get-them check-them stamp-checks
+CHECKS = $(srcdir)/*[0-9][0-9].*
+# Makefile.in is automatically distributed by automake.
+DISTFILES = $(srcdir)/get-them $(srcdir)/check-them $(srcdir)/stamp-checks
 
-all: stamp-checks
+all: $(srcdir)/stamp-checks
 
-stamp-checks: get-them ../doc/m4.texinfo
-       rm -f $(srcdir)/$(CHECKS)
+$(srcdir)/stamp-checks: $(srcdir)/get-them $(srcdir)/../doc/m4.texinfo
+       rm -f $(CHECKS)
        cd $(srcdir) && AWK=$(AWK) ./get-them ../doc/m4.texinfo
        touch $(srcdir)/stamp-checks
 
@@ -49,13 +50,13 @@
 
 uninstall:
 
-check: stamp-checks
+check: $(srcdir)/stamp-checks
        PATH=`pwd`/../src"$(PATH_SEPARATOR)"$$PATH; export PATH; \
-       $(srcdir)/check-them -I $(srcdir)/../examples $(srcdir)/$(CHECKS)
+       $(srcdir)/check-them -I $(srcdir)/../examples $(CHECKS)
 
-installcheck: stamp-checks
+installcheck: $(srcdir)/stamp-checks
        PATH='$(bindir)'"$(PATH_SEPARATOR)"$$PATH; export PATH; \
-       $(srcdir)/check-them -I $(srcdir)/../examples $(srcdir)/$(CHECKS)
+       $(srcdir)/check-them -I $(srcdir)/../examples $(CHECKS)
 
 tags:
 
@@ -67,23 +68,19 @@
        rm -f Makefile
 
 maintainer-clean realclean: distclean
-       rm -f $(srcdir)/$(CHECKS) stamp-checks
+       rm -f $(CHECKS) $(srcdir)/stamp-checks
 
 distdir: dist
 
-dist: $(DISTFILES) stamp-checks
+dist: $(DISTFILES)
        @echo "Copying distribution files"
-       @for file in $(DISTFILES); do \
-         ln $(srcdir)/$$file ../$(PACKAGE)-$(VERSION)/checks 2> /dev/null \
-           || cp -p $(srcdir)/$$file ../$(PACKAGE)-$(VERSION)/checks; \
-       done
-       @for file in $(srcdir)/$(CHECKS); do \
-         ln $$file ../$(PACKAGE)-$(VERSION)/checks \
+       @for file in $(DISTFILES) $(CHECKS); do \
+         ln $$file ../$(PACKAGE)-$(VERSION)/checks 2> /dev/null \
            || cp -p $$file ../$(PACKAGE)-$(VERSION)/checks; \
        done
 
-Makefile: Makefile.in ../config.status
-       cd .. && CONFIG_FILES=checks/$@ CONFIG_HEADERS= ./config.status
+Makefile: $(srcdir)/Makefile.in ../config.status
+       cd .. && ./config.status checks/$@
 
 # Tell versions [3.59,3.63) of GNU make not to export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]