# Makefile for synfl package

# This file is part of synfl.
# This file is not part of XEmacs.

# synfl is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License, either version 2,
# as published by the Free Software Foundation.

# synfl is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# for more details.

# You should have received a copy of the GNU General Public License
# along with Emacs; see the file COPYING.  If not, write to
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.

VERSION = 0.5
AUTHOR_VERSION = 0.5
MAINTAINER = Stephen J. Turnbull <stephen@xemacs.org>
PACKAGE = synfl
PKG_TYPE = regular
REQUIRES =
CATEGORY = standard

ELCS = synfl.elc synfl-trace.elc synfl-tests.elc synfl-lock.elc

DATA_FILES = $(wildcard doc/*)
DATA_DEST = .

include ../../XEmacs.rules
