~ubuntu-branches/ubuntu/raring/muse-el/raring

« back to all changes in this revision

Viewing changes to lisp/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2008-01-09 15:51:46 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080109155146-0wwzermvvzs9rqzo
Tags: 3.11-3ubuntu1
* Merge with with Debian unstable (LP: #137284). Remaining Ubuntu changes:
  - Keep manual.
  - Set Ubuntu MOTU to be Maintainer

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.PHONY: all lisp autoloads clean realclean distclean fullclean install test
2
2
.PRECIOUS: %.elc
3
3
 
4
 
include ../Makefile.defs
 
4
DEFS = $(shell test -f ../Makefile.defs && echo ../Makefile.defs \
 
5
        || echo ../Makefile.defs.default)
 
6
 
 
7
include $(DEFS)
5
8
 
6
9
EL  = $(filter-out $(PROJECT)-autoloads.el,$(wildcard *.el))
7
10
ELC = $(patsubst %.el,%.elc,$(EL))
36
39
test: $(ELC)
37
40
        $(EMACS) -q $(SITEFLAG) -batch -l ../scripts/$(PROJECT)-build.el \
38
41
                -f $(PROJECT)-elint-files $(EL)
 
42
 
 
43
# Dependencies
 
44
#
 
45
# This allows us to recompile Muse safely after an update.
 
46
 
 
47
muse-backlink.elc: muse-mode.elc muse-publish.elc muse.elc
 
48
 
 
49
muse-blosxom.elc: muse-html.elc muse-project.elc muse-publish.elc
 
50
 
 
51
muse-book.elc: muse-latex.elc muse-project.elc muse-publish.elc
 
52
muse-book.elc: muse-regexps.elc
 
53
 
 
54
muse-colors.elc: muse-mode.elc muse-regexps.elc
 
55
 
 
56
muse-context.elc: muse-publish.elc
 
57
 
 
58
muse-docbook.elc: muse-publish.elc muse-regexps.elc muse-xml-common.elc
 
59
 
 
60
muse-groff.elc: muse-publish.elc
 
61
 
 
62
muse-html.elc: muse-publish.elc muse-regexps.elc muse-xml-common.elc
 
63
 
 
64
muse-http.elc: muse-html.elc muse-project.elc
 
65
 
 
66
muse-import-docbook.elc: muse-import-xml.elc
 
67
 
 
68
muse-import-latex.elc: muse-regexps.elc muse.elc
 
69
 
 
70
muse-journal.elc: muse-book.elc muse-html.elc muse-latex.elc
 
71
muse-journal.elc: muse-publish.elc
 
72
 
 
73
muse-latex.elc: muse-publish.elc
 
74
 
 
75
muse-latex2png.elc: muse-publish.elc
 
76
 
 
77
muse-mode.elc: muse-regexps.elc muse-project.elc
 
78
 
 
79
muse-poem.elc: muse-latex.elc muse-project.elc
 
80
 
 
81
muse-project.elc: muse-publish.elc muse.elc
 
82
 
 
83
muse-protocols.elc: muse-regexps.elc
 
84
 
 
85
muse-publish.elc: muse-regexps.elc muse.elc
 
86
 
 
87
muse-texinfo.elc: muse-latex.elc muse-publish.elc
 
88
 
 
89
muse-wiki.elc: muse-colors.elc muse-regexps.elc muse-mode.elc
 
90
 
 
91
muse-xml-common.elc: muse-publish.elc muse-regexps.elc
 
92
 
 
93
muse-xml.elc: muse-publish.elc muse-regexps.elc muse-xml-common.elc
 
94
 
 
95
muse.elc: muse-protocols.elc muse-regexps.elc