From: sof Date: Thu, 4 Sep 1997 20:23:17 +0000 (+0000) Subject: [project @ 1997-09-04 20:23:17 by sof] X-Git-Tag: Approximately_1000_patches_recorded~1 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=189a7fc21556030618026d820ae1f9381a0d7032 [project @ 1997-09-04 20:23:17 by sof] Improved TAGS setup --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index dea140b..25460e3 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -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