]> sourceware.org Git - automake.git/commitdiff
(id, ID): New targets
authorTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 19:19:51 +0000 (19:19 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 19:19:51 +0000 (19:19 +0000)
(TAGS): Put TAGS file in build, not source, directory

footer.am
lib/am/footer.am

index fb36f76a484ba0a0b3d833e5b17dcd9edb05305c..cd1bcea723e51dd449d3c94869fdb86787198c90 100644 (file)
--- a/footer.am
+++ b/footer.am
@@ -1,9 +1,14 @@
 check dvi info install uninstall::
 
+id:: ID
+
+ID::
+       here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES)
+
 tags:: TAGS
 
 TAGS::
-       cd $(srcdir); etags $(SOURCES)
+       here=`pwd`; cd $(srcdir) && etags $(SOURCES) -o $$here/TAGS
 
 # 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.
index fb36f76a484ba0a0b3d833e5b17dcd9edb05305c..cd1bcea723e51dd449d3c94869fdb86787198c90 100644 (file)
@@ -1,9 +1,14 @@
 check dvi info install uninstall::
 
+id:: ID
+
+ID::
+       here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES)
+
 tags:: TAGS
 
 TAGS::
-       cd $(srcdir); etags $(SOURCES)
+       here=`pwd`; cd $(srcdir) && etags $(SOURCES) -o $$here/TAGS
 
 # 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.
This page took 0.03053 seconds and 5 git commands to generate.