Skip to content
Snippets Groups Projects
Commit 55c9b270 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

New file, mostly extracted from ../Makefile.am.

(15.exp): New target.
(check_DATA): New target.  Added 15.exp.
parent ba456228
Branches
Tags
No related merge requests found
# $Id: Makefile.am,v 1.1 2000/08/08 22:45:46 ceder Exp $
# Copyright (C) 2000 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM 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 LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
RM = rm -f
check_DATA = $(srcdir)/15.exp
$(srcdir)/15.exp: $(srcdir)/gen-15.py
$(RM) $@ $@.tmp
if python $^ > $@.tmp; then echo ok; \
else echo fail;echo 'unsupported "15.exp needs python"' > $@.tmp; fi
chmod 444 $@.tmp
mv -f $@.tmp $@
EXTRA_DIST = .cvsignore \
00.exp \
01.exp \
02.exp \
03.exp \
04.exp \
05.exp \
06.exp \
07.exp \
08.exp \
09.exp \
10.exp \
11.exp \
12.exp \
13.exp \
14.exp \
15.exp \
admin-cov.exp \
aux-items-cov.exp \
aux-items.conf \
aux-items.cov \
aux-items.leaks \
summarize.sh \
broken-aux-items.conf \
cache-node-cov.exp \
conf-file-cov.exp \
conference-cov.exp \
connections-cov.exp \
disk-end-of-atomic-cov.exp \
internal-connections-cov.exp \
isc-parse-cov.exp \
log-cov.exp \
membership-cov.exp \
memory-cov.exp \
person-cov.exp \
prot-a-parse-cov.exp \
prot-a-send-async-cov.exp \
send-async-cov.exp \
session-cov.exp \
text-cov.exp \
null.exp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment