X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fpaths.mk;h=3a958616b331d88ed4df9cd56e3119c714dbb307;hb=242834811c2e5c3a47e8d43ed77cec3c305434b2;hp=11668e94808855f62d3c5675b11b1a14661f83b1;hpb=6239d05c7b7aa257ebff06118894c0a3915a8bbc;p=ghc-hetmet.git diff --git a/mk/paths.mk b/mk/paths.mk index 11668e9..3a95861 100644 --- a/mk/paths.mk +++ b/mk/paths.mk @@ -131,6 +131,16 @@ MKDEPENDHS_SRCS=$(HS_SRCS) MKDEPENDC_SRCS=$(C_SRCS) #------------------------------------------------------------------ +# +# make TAGS defaults +# +# The default set of files for the dependency generators to work on +# is just their source equivalents. +# +TAGS_HS_SRCS=$(HS_SRCS) +TAGS_C_SRCS=$(C_SRCS) + +#------------------------------------------------------------------ # Clean file make-variables. # # The following three variables are used to control @@ -155,7 +165,7 @@ MAINTAINER_CLEAN_FILES += .depend $(BOOT_SRCS) # `Standard' set of files to clean out. # MOSTLY_CLEAN_FILES += \ - *.CKP *.ln *.BAK *.bak *.o core a.out errs ,* *.a .emacs_* \ + *.CKP *.ln *.BAK *.bak *.o *.hc core a.out errs ,* *.a .emacs_* \ tags TAGS *.ind *.ilg *.idx *.idx-prev *.aux *.aux-prev *.dvi *.log \ *.toc *.lot *.lof *.blg *.info *.itxi *.itex *.ihtml *.cb