Initial Commit
[packages] / mule-packages / Makefile
1 # This file is part of XEmacs.
2
3 # XEmacs is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU General Public License as published by the
5 # Free Software Foundation; either version 2, or (at your option) any
6 # later version.
7
8 # XEmacs is distributed in the hope that it will be useful, but WITHOUT
9 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
11 # for more details.
12
13 # You should have received a copy of the GNU General Public License
14 # along with XEmacs; see the file COPYING.  If not, write to
15 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16 # Boston, MA 02111-1307, USA.
17
18 # So we can get at $MULE_PACKAGES
19 include ../Local.rules.inc
20
21 ifeq ('$(MULE_PACKAGES)','mule-packages')
22 PACKAGES := mule-base locale leim lookup edict egg-its skk \
23         latin-unity latin-euro-standards mule-ucs
24 else
25 PACKAGES := $(MULE_PACKAGES)
26 endif
27
28 ASSUMED_PRESENT = xemacs-base fsf-compat viper apel cookie elib dired
29
30 compile::
31
32 include ../iterate.rules