Import Gnus subtree
[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., 51 Franklin Street, Fifth Floor,
16 # Boston, MA 02110-1301, USA.
17
18 SUBDIRS = xemacs-packages
19
20 XEMACS_PACKAGES_BASE:= $(shell while [ ! -f XEmacs.rules ]; do \
21                                 cd ..;  \
22                                 done;   \
23                                 pwd)
24
25 all: autoloads bytecompile
26
27 include Local.rules.mk
28 -include Local.rules
29
30 ifeq ($(BUILD_WITHOUT_MULE),)
31 SUBDIRS += mule-packages
32 endif
33
34 include meta-iterate.rules
35