Initial Commit
[packages] / xemacs-packages / semantic / tests / Makefile
1 # Automatically Generated Makefile by EDE.
2 # For use with: make
3 #
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
7
8
9 top=../
10 ede_FILES=Project.ede Makefile
11
12 Tests_AUX=test.c test.cpp templates.cpp test.make scopetest.cpp scopetest.java
13 VERSION=2.0pre4
14 DISTDIR=$(top)semantic-$(VERSION)/tests
15
16
17
18 all:
19
20 tags: 
21
22 .PHONY: dist
23
24 dist:
25         mkdir $(DISTDIR)
26         cp $(Tests_AUX) $(ede_FILES) $(DISTDIR)
27
28 Makefile: Project.ede
29         @echo Makefile is out of date!  It needs to be regenerated by EDE.
30         @echo If you have not modified Project.ede, you can use 'touch' to update the Makefile time stamp.
31         @false
32
33
34
35 # End of Makefile