[go: up one dir, main page]

Menu

[1da77c]: / doc / texi / Makefile  Maximize  Restore  History

Download this file

66 lines (46 with data), 1.5 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
# 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
CEDET-overview_TEXINFOS=cedet.texi
MAKEINFO=makeinfo
cogre-doc_TEXINFOS=cogre.texi
ede-doc_TEXINFOS=ede.texi ede-manage.texi ede-compdb.texi ede-extend.texi
srecode-doc_TEXINFOS=srecode.texi
VERSION=1.0
DISTDIR=$(top)CEDET-doc-$(VERSION)
all: cedet.info cogre.info ede.info srecode.info semantic-doc
cedet.info: $(CEDET-overview_TEXINFOS)
$(MAKEINFO) $<
cogre.info: $(cogre-doc_TEXINFOS)
$(MAKEINFO) $<
ede.info: $(ede-doc_TEXINFOS)
$(MAKEINFO) $<
srecode.info: $(srecode-doc_TEXINFOS)
$(MAKEINFO) $<
.PHONY:semantic-doc
semantic-doc:
$(MAKE) -C semantic
tags:
$(MAKE) -C semantic/ $(MFLAGS) $@
clean:
rm -f *.html *.info*
.PHONY: dist
dist: cedet.info cogre.info ede.info srecode.info
rm -rf $(DISTDIR)
mkdir $(DISTDIR)
cp $(CEDET-overview_TEXINFOS) cedet.info* $(cogre-doc_TEXINFOS) cogre.info* $(ede-doc_TEXINFOS) ede.info* $(srecode-doc_TEXINFOS) srecode.info* $(ede_FILES) $(DISTDIR)
$(MAKE) -C semantic $(MFLAGS) DISTDIR=$(DISTDIR)/semantic 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