add tags target

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@654 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-17 08:02:25 +00:00
parent 7113e84458
commit 844aab606a
2 changed files with 14 additions and 0 deletions

View File

@ -82,6 +82,13 @@ distclean: clean
@cd lib; $(MAKE) distclean
@cd src; $(MAKE) distclean
tagsfiles := $(shell find -name "*.[ch]")
TAGS: ${tagsfiles}
etags ${tagsfiles}
install: $(TARGET)
@mkdir -p $(PREFIX)/bin
$(INSTALL) $(TARGET) $(PREFIX)/bin/$(TARGET)

View File

@ -82,6 +82,13 @@ distclean: clean
@cd lib; $(MAKE) distclean
@cd src; $(MAKE) distclean
tagsfiles := $(shell find -name "*.[ch]")
TAGS: ${tagsfiles}
etags ${tagsfiles}
install: $(TARGET)
@mkdir -p $(PREFIX)/bin
$(INSTALL) $(TARGET) $(PREFIX)/bin/$(TARGET)