Lisp_LISP=cedet-integ-test.el cit-cpp.el cit-el.el cit-texi.el cit-load.el cit-srec.el
EMACS=emacs
+templates_MISC=cit-extra-cpp.srt
VERSION=1.0
DISTDIR=$(top)Tests-$(VERSION)
-all: Lisp
+all: Lisp templates
.PHONY: Lisp
Lisp: $(Lisp_LISP)
@echo "(setq debug-on-error t)" >> $@-compile-script
"$(EMACS)" -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^
+templates:
+ @
+
tags:
dist:
mkdir $(DISTDIR)
- cp $(Lisp_LISP) $(ede_FILES) $(DISTDIR)
+ cp $(Lisp_LISP) $(templates_MISC) $(ede_FILES) $(DISTDIR)
Makefile: Project.ede
@echo Makefile is out of date! It needs to be regenerated by EDE.