1 # Automatically Generated Makefile by EDE.
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
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
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
21 DISTDIR
=$(top
)cit-
$(VERSION
)
25 all: Lisp templates scripts Misc
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
; \
33 for preload in
${ELISPPRELOAD}; do \
34 echo
"(load \"$$preload\")" >> $@
-compile-script
; \
36 @echo
"(setq debug-on-error t)" >> $@
-compile-script
37 "$(EMACS)" $(EMACSFLAGS
) -l
$@
-compile-script
-f batch-byte-compile
$^
58 cp
$(Lisp_LISP
) $(templates_MISC
) $(scripts_MISC
) $(Misc_MISC
) $(ede_FILES
) $(DISTDIR
)
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.