Menu

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

Download this file

51 lines (36 with data), 1.0 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
# Automatically Generated Makefile by EDE.
# For use with: make
# Relative File Name: Makefile
#
# DO NOT MODIFY THIS FILE OR YOUR CHANGES MAY BE LOST.
# EDE is the Emacs Development Environment.
# http://cedet.sourceforge.net/ede.shtml
#
top="$(CURDIR)"/
ede_FILES=Project.ede Makefile
VERSION=1.1beta
DISTDIR=$(top)cedet-topdir-$(VERSION)
all: speedbar cedet
.PHONY:speedbar
speedbar:
$(MAKE) -C speedbar
.PHONY:cedet
cedet:
$(MAKE) -C cedet
tags:
$(MAKE) -C speedbar/ $(MFLAGS) $@
$(MAKE) -C cedet/ $(MFLAGS) $@
.PHONY: dist
dist:
rm -rf $(DISTDIR)
mkdir $(DISTDIR)
cp $(ede_FILES) $(DISTDIR)
$(MAKE) -C speedbar $(MFLAGS) DISTDIR=$(DISTDIR)/speedbar dist
$(MAKE) -C cedet $(MFLAGS) DISTDIR=$(DISTDIR)/cedet dist
tar -cvzf $(DISTDIR).tar.gz $(DISTDIR)
rm -rf $(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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.