From 3c39b176056e66cc9c11acf19943d82fe050db33 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 12 Nov 1995 19:19:51 +0000 Subject: [PATCH] (id, ID): New targets (TAGS): Put TAGS file in build, not source, directory --- footer.am | 7 ++++++- lib/am/footer.am | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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. -- 2.43.5