Lisp_LISP=cedet-integ-test.el cit-cpp.el cit-el.el cit-texi.el cit-load.el cit-srec.el cit-gnustep.el
EMACS=emacs
-LOADPATH= ../ede/ ../srecode/ ../semantic/wisent/ ../semantic/bovine/ ../semantic/ ../eieio/ ../common/
+LOADPATH= ../contrib/ ../ede/ ../srecode/ ../semantic/wisent/ ../semantic/bovine/ ../semantic/ ../eieio/ ../common/
templates_MISC=cit-extra-cpp.srt
scripts_MISC=cit-test.sh
+Misc_MISC=README
VERSION=1.0
-DISTDIR=$(top)Tests-$(VERSION)
+DISTDIR=$(top)cit-$(VERSION)
-all: Lisp templates scripts
+all: Lisp templates scripts Misc
.PHONY: Lisp
Lisp: $(Lisp_LISP)
scripts:
@
+Misc:
+ @
+
tags:
dist:
mkdir $(DISTDIR)
- cp $(Lisp_LISP) $(templates_MISC) $(scripts_MISC) $(ede_FILES) $(DISTDIR)
+ cp $(Lisp_LISP) $(templates_MISC) $(scripts_MISC) $(Misc_MISC) $(ede_FILES) $(DISTDIR)
Makefile: Project.ede
@echo Makefile is out of date! It needs to be regenerated by EDE.