OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / klips / test / Makefile
1 # FreeS/WAN subdir makefile
2 # Copyright (C) 1998-2001  Henry Spencer.
3
4 # This program is free software; you can redistribute it and/or modify it
5 # under the terms of the GNU General Public License as published by the
6 # Free Software Foundation; either version 2 of the License, or (at your
7 # option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
8
9 # This program is distributed in the hope that it will be useful, but
10 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12 # for more details.
13 #
14 # RCSID $Id: Makefile,v 1.3 2002/01/05 01:59:04 mcr Exp $
15
16 TOPDIR=../..
17 include $(TOPDIR)/Makefile.inc
18
19 SUBDIRS=
20
21 def:
22         @echo "Please read doc/intro.html or INSTALL before running make"
23         @false
24
25 check:
26         ./dotests.sh
27
28 install checkprograms programs:
29
30 clean:
31         cat TESTLIST | while read testtype name status; \
32         do\
33                 rm -rf $$name/OUTPUT;\
34         done
35
36 cleanall: clean
37
38 distclean: clean
39
40 mostlyclean: clean
41
42 realclean: clean
43