From: Tom Tromey Date: Sun, 12 Nov 1995 19:19:51 +0000 (+0000) Subject: (id, ID): New targets X-Git-Tag: Release-0-25~410 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=3c39b176056e66cc9c11acf19943d82fe050db33;p=automake.git (id, ID): New targets (TAGS): Put TAGS file in build, not source, directory --- diff --git a/footer.am b/footer.am index fb36f76a..cd1bcea7 100644 --- 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. diff --git a/lib/am/footer.am b/lib/am/footer.am index fb36f76a..cd1bcea7 100644 --- a/lib/am/footer.am +++ b/lib/am/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.