[go: up one dir, main page]

Menu

[1da77c]: / tests / Makefile  Maximize  Restore  History

Download this file

68 lines (49 with data), 1.8 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Automatically Generated Makefile by EDE.
# For use with: make
#
# DO NOT MODIFY THIS FILE OR YOUR CHANGES MAY BE LOST.
# EDE is the Emacs Development Environment.
# http://cedet.sourceforge.net/ede.shtml
#
top=
ede_FILES=Project.ede Makefile
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
EMACS=emacs
EMACSFLAGS=-batch --no-site-file
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/
ELISPPRELOAD= cedet-compat
templates_MISC=cit-extra-cpp.srt
scripts_MISC=cit-test.sh
Misc_MISC=README ChangeLog cit-uml.cgr
VERSION=1.0
DISTDIR=$(top)cit-$(VERSION)
all: Lisp templates scripts Misc
.PHONY: Lisp
Lisp: $(Lisp_LISP)
@echo "(add-to-list 'load-path nil)" > $@-compile-script
for loadpath in . ${LOADPATH}; do \
echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
done;
for preload in ${ELISPPRELOAD}; do \
echo "(load \"$$preload\")" >> $@-compile-script; \
done;
@echo "(setq debug-on-error t)" >> $@-compile-script
"$(EMACS)" $(EMACSFLAGS) -l $@-compile-script -f batch-byte-compile $^
templates:
@
scripts:
@
Misc:
@
tags:
clean:
rm -f *.elc
.PHONY: dist
dist:
mkdir $(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.
@echo If you have not modified Project.ede, you can use 'touch' to update the Makefile time stamp.
@false
# End of Makefile