Initial Commit
[packages] / mule-packages / locale / Makefile
1 # Makefile for localization 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.30
21 AUTHOR_VERSION =
22 MAINTAINER = XEmacs Development Team <xemacs-beta@xemacs.org>
23 PACKAGE = locale
24 PKG_TYPE = regular
25 REQUIRES = mule-base
26 CATEGORY = mule
27
28 DATA_FILES = app-defaults/de/Emacs
29 DATA_DEST = app-defaults/de
30 DATA_1_FILES = app-defaults/fr/Emacs
31 DATA_1_DEST = app-defaults/fr
32 DATA_2_FILES = app-defaults/ja/Emacs
33 DATA_2_DEST = app-defaults/ja
34 DATA_3_FILES = app-defaults/ro/Emacs
35 DATA_3_DEST = app-defaults/ro
36 DATA_4_FILES = start-files/ja/locale-start.el start-files/ja/locale-start.elc
37 DATA_4_DEST = start-files/ja
38 DATA_5_FILES = start-files/ro/locale-start.el start-files/ro/locale-start.elc
39 DATA_5_DEST = start-files/ro
40 DATA_6_FILES = start-files/fr/locale-start.el start-files/fr/locale-start.elc
41 DATA_6_DEST = start-files/fr
42 # 21.5 references these files via current-language-environment rather than
43 # $LANG so for compatibility we'll store them in both places.
44 DATA_7_FILES = $(DATA_4_FILES)
45 DATA_7_DEST = start-files/Japanese
46 DATA_8_FILES = $(DATA_5_FILES)
47 DATA_8_DEST = start-files/Romanian
48 DATA_9_FILES = $(DATA_6_FILES)
49 DATA_9_DEST = start-files/French
50 DATA_10_FILES = app-defaults/sv/Emacs
51 DATA_10_DEST = app-defaults/sv
52
53 LOCALE_ELCS = start-files/ja/locale-start.elc start-files/ro/locale-start.elc \
54         start-files/fr/locale-start.elc
55
56 EXTRA_DEPENDENCIES = $(LOCALE_ELCS)
57
58 include ../../XEmacs.rules