mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Create tags for Scheme source
* am/guilec: Set ETAGS_ARGS. * module/Makefile.am: When adding sources to EXTRA_DIST, add them to ETAGS_ARGS too.
This commit is contained in:
parent
cf313a947b
commit
4fb23c1722
2 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,7 @@ nobase_mod_DATA = $(SOURCES) $(NOCOMP_SOURCES)
|
|||
ccachedir = $(pkglibdir)/$(GUILE_EFFECTIVE_VERSION)/ccache/$(modpath)
|
||||
nobase_ccache_DATA = $(GOBJECTS)
|
||||
EXTRA_DIST = $(SOURCES) $(NOCOMP_SOURCES)
|
||||
ETAGS_ARGS = $(SOURCES) $(NOCOMP_SOURCES)
|
||||
|
||||
CLEANFILES = $(GOBJECTS)
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ CLEANFILES += ice-9/eval.go
|
|||
nobase_mod_DATA += ice-9/eval.scm
|
||||
nobase_ccache_DATA += ice-9/eval.go
|
||||
EXTRA_DIST += ice-9/eval.scm
|
||||
ETAGS_ARGS += ice-9/eval.scm
|
||||
|
||||
# We can compile these in any order, but it's fastest if we compile
|
||||
# psyntax and boot-9 first, then the compiler itself, then the rest of
|
||||
|
@ -66,6 +67,10 @@ EXTRA_DIST += \
|
|||
ice-9/test.scm \
|
||||
ice-9/compile-psyntax.scm \
|
||||
ice-9/ChangeLog-2008
|
||||
ETAGS_ARGS += \
|
||||
ice-9/test.scm \
|
||||
ice-9/compile-psyntax.scm \
|
||||
ice-9/ChangeLog-2008
|
||||
|
||||
include $(top_srcdir)/am/pre-inst-guile
|
||||
ice-9/psyntax-pp.scm.gen:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue