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.7
Committed: Wed Mar 7 13:04:44 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.6: +4 -3 lines
Log Message:
Added a selection of new Service Checks. These are basic, and only get back a
simple line from the server. This could probably better be done with an abstract
class. Actually, it needs to be considered whether it matters what is sent back,
because maybe we just care about the fact a service exists.

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream.filter
2 # $Id: Makefile,v 1.6 2001/02/13 00:39:00 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\
10 HTTP__ServiceCheck.java SMTP__ServiceCheck.java\
11 POP3__ServiceCheck.java IMAP__ServiceCheck.java\
12 FTP__ServiceCheck.java SSH__ServiceCheck.java
13
14 # Build Rule
15 all : DOBUILD
16 clean : DOCLEAN
17
18 # Main Include
19 include $(MKINC)