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.12
Committed: Thu Mar 21 17:44:51 2002 UTC (22 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.11: +3 -2 lines
Log Message:
Initial work on host authentication for the server. Until I can get ihost
doing it's side of the host authentication I can't really test any further.
It seems to work, as in it filters data which isn't authenticated when told
to do so in the config :)

File Contents

# Content
1 # Makefile for uk.org.iscream.cms.server.filter
2 # $Id: Makefile,v 1.11 2002/03/20 16:32:37 tdb 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 Telnet__ServiceCheck.java SourceChecker__Plugin.java\
14 KeyChecker__Plugin.java
15
16 # Build Rule
17 all : DOBUILD
18 clean : DOCLEAN
19
20 # Main Include
21 include $(MKINC)