Mercurial > hg > xemacs-beta
comparison lisp/ediff/Makefile @ 14:9ee227acff29 r19-15b90
Import from CVS: tag r19-15b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:42 +0200 |
parents | bcdc7deadc19 |
children | 0293115a14e9 |
comparison
equal
deleted
inserted
replaced
13:13c6d0aaafe5 | 14:9ee227acff29 |
---|---|
32 EDIFFelc = ediff-init.elc ediff-help.elc ediff-diff.elc ediff-merg.elc \ | 32 EDIFFelc = ediff-init.elc ediff-help.elc ediff-diff.elc ediff-merg.elc \ |
33 ediff-wind.elc ediff-util.elc ediff-mult.elc ediff-vers.elc \ | 33 ediff-wind.elc ediff-util.elc ediff-mult.elc ediff-vers.elc \ |
34 ediff-ptch.elc ediff.elc ediff-hook.elc | 34 ediff-ptch.elc ediff.elc ediff-hook.elc |
35 # ediff-tbar.elc | 35 # ediff-tbar.elc |
36 | 36 |
37 PRELOADS = -l ./ediff-init.el -l ./ediff-help.el -l ./ediff-diff.el \ | |
38 -l ./ediff-wind.el -l ./ediff-merg.el -l ./ediff-mult.el \ | |
39 -l ./ediff-util.el -l ./ediff.el | |
40 # -l ./ediff-tbar.el | |
41 | 37 |
42 all: hello elc goodbye dvi info | 38 all: hello elc goodbye dvi info |
43 | 39 |
44 elc: $(EDIFFelc) | 40 elc: $(EDIFFelc) |
45 | 41 |
78 @echo "" | 74 @echo "" |
79 $(EMACS) -batch -f batch-byte-compile ediff-hook.el | 75 $(EMACS) -batch -f batch-byte-compile ediff-hook.el |
80 | 76 |
81 ediff-tbar.elc: ediff-tbar.el | 77 ediff-tbar.elc: ediff-tbar.el |
82 @echo "" | 78 @echo "" |
83 $(EMACS) -batch $(PRELOADS) -f batch-byte-compile ediff-tbar.el | 79 $(EMACS) -batch -f batch-byte-compile ediff-tbar.el |
84 | 80 |
85 ediff-diff.elc: ediff-init.el ediff-diff.el | 81 ediff-diff.elc: ediff-init.el ediff-diff.el |
86 @echo "" | 82 @echo "" |
87 $(EMACS) -batch $(PRELOADS) -f batch-byte-compile ediff-diff.el | 83 $(EMACS) -batch -f batch-byte-compile ediff-diff.el |
88 | 84 |
89 ediff-merg.elc: ediff-init.el ediff-merg.el | 85 ediff-merg.elc: ediff-init.el ediff-merg.el |
90 @echo "" | 86 @echo "" |
91 $(EMACS) -batch $(PRELOADS) -f batch-byte-compile ediff-merg.el | 87 $(EMACS) -batch -f batch-byte-compile ediff-merg.el |
92 | 88 |
93 ediff-mult.elc: ediff-init.el ediff-mult.el | 89 ediff-mult.elc: ediff-init.el ediff-mult.el |
94 @echo "" | 90 @echo "" |
95 $(EMACS) -batch $(PRELOADS) -f batch-byte-compile ediff-mult.el | 91 $(EMACS) -batch -f batch-byte-compile ediff-mult.el |
96 | 92 |
97 ediff-vers.elc: ediff-init.el ediff-vers.el | 93 ediff-vers.elc: ediff-init.el ediff-vers.el |
98 @echo "" | 94 @echo "" |
99 $(EMACS) -batch $(PRELOADS) -f batch-byte-compile ediff-vers.el | 95 $(EMACS) -batch -f batch-byte-compile ediff-vers.el |
100 | 96 |
101 ediff-ptch.elc: ediff-init.el ediff-ptch.el | 97 ediff-ptch.elc: ediff-init.el ediff-ptch.el |
102 @echo "" | 98 @echo "" |
103 $(EMACS) -batch $(PRELOADS) -f batch-byte-compile ediff-ptch.el | 99 $(EMACS) -batch -f batch-byte-compile ediff-ptch.el |
104 | 100 |
105 ediff.elc: ediff-init.el ediff.el | 101 ediff.elc: ediff-init.el ediff.el |
106 @echo "" | 102 @echo "" |
107 $(EMACS) -batch $(PRELOADS) -f batch-byte-compile ediff.el | 103 $(EMACS) -batch -f batch-byte-compile ediff.el |
108 | 104 |
109 ediff-util.elc: ediff-init.el ediff-util.el | 105 ediff-util.elc: ediff-init.el ediff-util.el |
110 @echo "" | 106 @echo "" |
111 $(EMACS) -batch $(PRELOADS) -f batch-byte-compile ediff-util.el | 107 $(EMACS) -batch -f batch-byte-compile ediff-util.el |
112 | 108 |
113 ediff-wind.elc: ediff-init.el ediff-wind.el | 109 ediff-wind.elc: ediff-init.el ediff-wind.el |
114 @echo "" | 110 @echo "" |
115 $(EMACS) -batch $(PRELOADS) -f batch-byte-compile ediff-wind.el | 111 $(EMACS) -batch -f batch-byte-compile ediff-wind.el |
116 | 112 |
117 ediff.dvi: ediff.texi | 113 ediff.dvi: ediff.texi |
118 @echo "" | 114 @echo "" |
119 @echo "" | 115 @echo "" |
120 @echo "Making ediff.dvi --- a Printable Version of the Ediff Manual"; | 116 @echo "Making ediff.dvi --- a Printable Version of the Ediff Manual"; |
154 | 150 |
155 clean: | 151 clean: |
156 rm -f ediff*.elc *~ core | 152 rm -f ediff*.elc *~ core |
157 | 153 |
158 distclean: clean | 154 distclean: clean |
159 | 155 |
160 realclean: clean | 156 realclean: clean |
161 rm -f *.dvi ediff.info* | 157 rm -f *.dvi ediff.info* |
162 rm -f ediff.aux ediff.cp ediff.cps ediff.fn ediff.fns ediff.ky \ | 158 rm -f ediff.aux ediff.cp ediff.cps ediff.fn ediff.fns ediff.ky \ |
163 ediff.kys ediff.log ediff.pg ediff.pgs ediff.toc ediff.tp \ | 159 ediff.kys ediff.log ediff.pg ediff.pgs ediff.toc ediff.tp \ |
164 ediff.tps ediff.vr ediff.vrs | 160 ediff.tps ediff.vr ediff.vrs |