Mercurial > hg > xemacs-beta
comparison lisp/ediff/Makefile @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 9ee227acff29 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
25 INSTALL = install | 25 INSTALL = install |
26 | 26 |
27 # --------- ONLY AUTHORIZED PERSONNEL BEYOND THIS POINT!!! ------------ | 27 # --------- ONLY AUTHORIZED PERSONNEL BEYOND THIS POINT!!! ------------ |
28 EDIFF = ediff-init.el ediff-help.el ediff-diff.el ediff-merg.el \ | 28 EDIFF = ediff-init.el ediff-help.el ediff-diff.el ediff-merg.el \ |
29 ediff-wind.el ediff-util.el ediff-mult.el ediff-vers.el \ | 29 ediff-wind.el ediff-util.el ediff-mult.el ediff-vers.el \ |
30 ediff-ptch.el ediff.el ediff-hook.el | 30 ediff-ptch.el ediff.el ediff-hook.el ediff-tbar.el |
31 # ediff-tbar.el | |
32 EDIFFelc = ediff-init.elc ediff-help.elc ediff-diff.elc ediff-merg.elc \ | 31 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 \ | 32 ediff-wind.elc ediff-util.elc ediff-mult.elc ediff-vers.elc \ |
34 ediff-ptch.elc ediff.elc ediff-hook.elc | 33 ediff-ptch.elc ediff.elc ediff-hook.elc ediff-tbar.elc |
35 # ediff-tbar.elc | |
36 | 34 |
37 | 35 |
38 all: hello elc goodbye dvi info | 36 all: hello elc goodbye dvi info |
39 | 37 |
40 elc: $(EDIFFelc) | 38 elc: $(EDIFFelc) |