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.6
Committed: Tue Feb 13 00:39:00 2001 UTC (24 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.5: +4 -2 lines
Log Message:
Added SMTP Service Checker

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.filter
2 tdb 1.6 # $Id: Makefile,v 1.5 2001/02/11 22:38:41 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 tdb 1.6 JAVA = EnforceEssentialData__Plugin.java TypeChecker__Plugin.java\
10     Test__ServiceCheck.java HTTP__ServiceCheck.java\
11     SMTP__ServiceCheck.java
12 tdb 1.1
13 tdb 1.2 # Build Rule
14     all : DOBUILD
15     clean : DOCLEAN
16 tdb 1.1
17 tdb 1.2 # Main Include
18     include $(MKINC)