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= ../contrib/ ../ede/ ../srecode/ ../semantic/wisent/ ../semantic/bovine/ ../semantic/ ../eieio/ ../common/
+EMACSFLAGS=-batch --no-site-file
+LOADPATH= ../speedbar/ ../contrib/ ../ede/ ../srecode/ ../semantic/wisent/ ../semantic/bovine/ ../semantic/ ../eieio/ ../common/
templates_MISC=cit-extra-cpp.srt
scripts_MISC=cit-test.sh
Misc_MISC=README
echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
done;
@echo "(setq debug-on-error t)" >> $@-compile-script
- "$(EMACS)" -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^
+ "$(EMACS)" $(EMACSFLAGS) -l $@-compile-script -f batch-byte-compile $^
templates:
@