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.4
Committed: Sun Feb 11 18:03:00 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.3: +2 -2 lines
Log Message:
now compiles the test service check

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream.filter
2 # $Id: Makefile,v 1.3 2001/01/19 00:08:17 tdb1 Exp $
3
4 # Config Include
5 include ../../../../../../Config.inc
6
7 # Defining Filenames (these will be built)
8
9 JAVA = EnforceEssentialData__Plugin.java TypeChecker__Plugin.java Test__ServiceCheck.java
10
11 # Build Rule
12 all : DOBUILD
13 clean : DOCLEAN
14
15 # Main Include
16 include $(MKINC)