12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- include $(top_srcdir)/am/bootstrap.am
- moddir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)
- nobase_mod_DATA = $(SOURCES) $(ELISP_SOURCES) $(NOCOMP_SOURCES)
- EXTRA_DIST = $(SOURCES) $(ELISP_SOURCES) $(NOCOMP_SOURCES)
- ETAGS_ARGS = $(SOURCES) $(ELISP_SOURCES) $(NOCOMP_SOURCES)
- nobase_noinst_DATA =
- EXTRA_DIST += \
- ice-9/test.scm \
- ice-9/compile-psyntax.scm \
- ice-9/ChangeLog-2008 \
- scripts/ChangeLog-2008 \
- scripts/README \
- oop/ChangeLog-2008
- ETAGS_ARGS += \
- ice-9/test.scm \
- ice-9/compile-psyntax.scm
- ice-9/psyntax-pp.scm.gen:
- $(top_builddir_absolute)/meta/guile --no-auto-compile -s $(srcdir)/ice-9/compile-psyntax.scm \
- $(srcdir)/ice-9/psyntax.scm $(srcdir)/ice-9/psyntax-pp.scm
- .PHONY: ice-9/psyntax-pp.scm.gen
|