(scheme-in-list): Add a fallback to create an error tag.
[cedet.git] / tests / Makefile
blobc2ea3486748bafb4efb26ee9e0a859f640fe93fa
1 # Automatically Generated Makefile by EDE.
2 # For use with: make
4 # DO NOT MODIFY THIS FILE OR YOUR CHANGES MAY BE LOST.
5 # EDE is the Emacs Development Environment.
6 # http://cedet.sourceforge.net/ede.shtml
9 top=
10 ede_FILES=Project.ede Makefile
12 Lisp_LISP=cedet-integ-test.el cit-cpp.el cit-el.el cit-texi.el cit-load.el cit-srec.el cit-gnustep.el cit-uml.el cit-dist.el cit-symref.el cit-externaldb.el cit-android.el cit-arduino.el cit-projvar.el
13 EMACS=emacs
14 EMACSFLAGS=-batch --no-site-file
15 LOADPATH= ../lisp/cedet ../lisp/speedbar/ ../lisp/cedet/cogre/ ../lisp/cedet/ede/ ../etc/srecode/ ../lisp/cedet/semantic/wisent/ ../lisp/cedet/semantic/bovine/ ../lisp/cedet/semantic/ ../lisp/eieio/ ../contrib/
16 ELISPPRELOAD= cedet-compat
17 templates_MISC=cit-extra-cpp.srt
18 scripts_MISC=cit-test.sh
19 Misc_MISC=README ChangeLog cit-uml.cgr
20 VERSION=1.0
21 DISTDIR=$(top)cit-$(VERSION)
25 all: Lisp templates scripts Misc
27 .PHONY: Lisp
28 Lisp: $(Lisp_LISP)
29 @echo "(add-to-list 'load-path nil)" > $@-compile-script
30 for loadpath in . ${LOADPATH}; do \
31 echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
32 done;
33 for preload in ${ELISPPRELOAD}; do \
34 echo "(load \"$$preload\")" >> $@-compile-script; \
35 done;
36 @echo "(setq debug-on-error t)" >> $@-compile-script
37 "$(EMACS)" $(EMACSFLAGS) -l $@-compile-script -f batch-byte-compile $^
39 templates:
42 scripts:
45 Misc:
48 tags:
51 clean:
52 rm -f *.elc
54 .PHONY: dist
56 dist:
57 mkdir $(DISTDIR)
58 cp $(Lisp_LISP) $(templates_MISC) $(scripts_MISC) $(Misc_MISC) $(ede_FILES) $(DISTDIR)
60 Makefile: Project.ede
61 @echo Makefile is out of date! It needs to be regenerated by EDE.
62 @echo If you have not modified Project.ede, you can use 'touch' to update the Makefile time stamp.
63 @false
67 # End of Makefile