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
+scripts_MISC=cit-test.sh
VERSION=1.0
DISTDIR=$(top)Tests-$(VERSION)
-all: Lisp templates
+all: Lisp templates scripts
.PHONY: Lisp
Lisp: $(Lisp_LISP)
templates:
@
+scripts:
+ @
+
tags:
dist:
mkdir $(DISTDIR)
- cp $(Lisp_LISP) $(templates_MISC) $(ede_FILES) $(DISTDIR)
+ cp $(Lisp_LISP) $(templates_MISC) $(scripts_MISC) $(ede_FILES) $(DISTDIR)
Makefile: Project.ede
@echo Makefile is out of date! It needs to be regenerated by EDE.