ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/Makefile
Revision: 1.5
Committed: Sun Feb 11 22:38:41 2001 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.4: +2 -2 lines
Log Message:
now compiles HTTP__ServiceCheck.java

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.filter
2 ajm 1.5 # $Id: Makefile,v 1.4 2001/02/11 18:03:00 ajm4 Exp $
3 tdb 1.1
4 tdb 1.2 # Config Include
5     include ../../../../../../Config.inc
6 tdb 1.1
7 tdb 1.2 # Defining Filenames (these will be built)
8 tdb 1.1
9 ajm 1.5 JAVA = EnforceEssentialData__Plugin.java TypeChecker__Plugin.java Test__ServiceCheck.java HTTP__ServiceCheck.java
10 tdb 1.1
11 tdb 1.2 # Build Rule
12     all : DOBUILD
13     clean : DOCLEAN
14 tdb 1.1
15 tdb 1.2 # Main Include
16     include $(MKINC)