Skip to content
Snippets Groups Projects
Commit 189a7fc2 authored by sof's avatar sof
Browse files

[project @ 1997-09-04 20:23:17 by sof]

Improved TAGS setup
parent 655f2c77
No related merge requests found
......@@ -361,10 +361,11 @@ MAINTAINER_CLEAN_FILES += $(wildcard */*.hc)
#-----------------------------------------------------------------------------
# TAGS
# TAGS setup
SRC_HSTAGS_OPTS += -fglasgow-exts -cpp
TAGS_HS_SRCS=$(foreach dir,$(DIRS),$(wildcard $(dir)/*.lhs))
TAGS_C_SRCS=$(strip $(foreach f,$(foreach dir,$(DIRS),$(wildcard $(dir)/*.c)),$(shell if [ -w $(f) ]; then echo $(f); else echo ''; fi)))
#-----------------------------------------------------------------------------
# Include target-rule boilerplate
......
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