Initial Commit
[packages] / xemacs-packages / text-modes / Makefile
1 # Makefile for miscellaneous text modes lisp 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 # This XEmacs package contains independent single file lisp packages
21
22 VERSION = 2.05
23 AUTHOR_VERSION =
24 MAINTAINER = XEmacs Development Team <xemacs-beta@xemacs.org>
25 PACKAGE = text-modes
26 PKG_TYPE = single-file
27 REQUIRES = ispell fsf-compat xemacs-base
28 CATEGORY = standard
29
30 ELCS = ansi-color.elc apache-mode.elc autoinsert.elc crontab.elc css-mode.elc \
31         desktop-entry-mode.elc filladapt.elc flyspell.elc folding.elc \
32         format-spec.elc hexl.elc htmlize.elc image-mode.elc iso-acc.elc \
33         iso-ascii.elc iso-cvt.elc iso-insert.elc iso-swed.elc nroff-mode.elc \
34         po-compat.elc po-mode.elc rtf-support.elc scribe.elc swedish.elc \
35         tabify.elc tpum.elc underline.elc whitespace.elc whitespace-mode.elc \
36         whitespace-visual-mode.elc winmgr-mode.elc ws-mode.elc xpm-mode.elc \
37         xrdb-mode.elc
38
39 DATA_FILES = xpm-black-color-icon-48-48.xpm xpm-marker-icon-48-48.xpm \
40              xpm-rotate-cw-icon-48-48.xpm xpm-shift-up-icon-48-48.xpm \
41              xpm-color-icon-48-48.xpm xpm-mirror-horizontal-icon-48-48.xpm \
42              xpm-save-file-icon-48-48.xpm xpm-show-chars-icon-48-48.xpm \
43              xpm-crop-icon-48-48.xpm xpm-mirror-vertical-icon-48-48.xpm \
44              xpm-select.xpm xpm-undo-icon-48-48.xpm xpm-enlarge-icon-48-48.xpm \
45              xpm-new-image-icon-48-48.xpm xpm-set-pencil-icon-48-48.xpm \
46              xpm-white-color-icon-48-48.xpm xpm-eyedropper.xpm \
47              xpm-open-file-icon-48-48.xpm xpm-shift-down-icon-48-48.xpm \
48              xpm-help-icon-48-48.xpm xpm-pencil.xpm xpm-shift-left-icon-48-48.xpm \
49              xpm-hide-chars-icon-48-48.xpm xpm-rotate-ccw-icon-48-48.xpm \
50              xpm-shift-right-icon-48-48.xpm
51 DATA_DEST = text-modes
52
53 include ../../XEmacs.rules