Remove non-free old and crusty clearcase pkg
[packages] / mule-packages / mule-base / Makefile
1 # Makefile for Mule base code
2
3 # This file is part of XEmacs.
4
5 # XEmacs is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by the
7 # Free Software Foundation; either version 2, or (at your option) any
8 # later version.
9
10 # XEmacs is distributed in the hope that it will be useful, but WITHOUT
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13 # for more details.
14
15 # You should have received a copy of the GNU General Public License
16 # along with XEmacs; see the file COPYING.  If not, write to
17 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 # Boston, MA 02111-1307, USA.
19
20 VERSION = 1.60
21 AUTHOR_VERSION =
22 MAINTAINER = XEmacs Development Team <xemacs-beta@xemacs.org>
23 PACKAGE = mule-base
24 PKG_TYPE = regular
25 REQUIRES = fsf-compat xemacs-base apel
26 CATEGORY = mule
27
28 ELCS =  canna.elc char-table.elc chartblxmas.elc china-util.elc \
29         cyril-util.elc kana-keyboard.elc korea-util.elc isearch-mule.elc \
30         japan-util.elc mule-cne.elc mule-diag.elc mule-keyboard.elc \
31         mule-trex.elc mule-util.elc thai-xtis-util.elc viet-util.elc \
32         fsf-compat-unicode.elc
33
34 include ../../Local.rules
35
36 # The following are shipped unbytecompiled if built by XEmacs 21.4 or earlier
37 # because they aren't grokked by those versions.
38 ifeq ($(XEMACS_21_5),t)
39 ELCS += ethio-util.elc
40 else
41 EXTRA_SOURCES = ethio-util.el
42 endif
43
44 DATA_FILES = $(shell echo etc/[FMTVcdmt]*)
45 DATA_DEST = mule
46 DATA_1_FILES = $(shell echo doc/Ch* doc/TAB*) $(shell echo doc/[INRXas]*) \
47         README.SJ3.ja
48 DATA_1_DEST = mule-doc
49 DATA_2_FILES = $(shell echo doc/Thai/[Rs]*)
50 DATA_2_DEST = mule-doc/Thai
51 DATA_3_FILES = $(shell echo doc/viet/[FQRT]*)
52 DATA_3_DEST = mule-doc/viet
53
54 include ../../XEmacs.rules