Skip to content
Snippets Groups Projects
Commit 37220f0f authored by sof's avatar sof
Browse files

[project @ 1997-09-04 19:48:49 by sof]

Improved TAGS support
parent 06a6a6fc
No related branches found
No related tags found
No related merge requests found
......@@ -817,11 +817,12 @@ TAGS:: $(SOURCES)
@$(RM) TAGS
@touch TAGS
ifneq "$(HS_SRCS)" ""
$(HSTAGS) $(HSTAGS_OPTS) -- $(HS_SRCS)
$(HSTAGS) $(HSTAGS_OPTS) -- $(TAGS_HS_SRCS)
endif
ifneq "$(C_SRCS)" ""
etags -a $(C_SRCS)
etags -a $(TAGS_C_SRCS)
endif
@( DEREFFED=`ls -l Makefile | sed -e 's/.*-> \(.*\)/\1/g'` && $(RM) `dirname $$DEREFFED`/TAGS && $(CP) TAGS `dirname $$DEREFFED` ) || echo TAGS file generated, perhaps copy over to source tree?
#------------------------------------------------------------
# Makefile debugging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment