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

# User Rev Content
1 tdb 1.10 # Makefile for uk.org.iscream.cms.server.filter
2 tdb 1.12 # $Id: Makefile,v 1.11 2002/03/20 16:32:37 tdb Exp $
3 tdb 1.1
4 tdb 1.2 # Config Include
5 tdb 1.10 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 tdb 1.7 HTTP__ServiceCheck.java SMTP__ServiceCheck.java\
11     POP3__ServiceCheck.java IMAP__ServiceCheck.java\
12 tdb 1.8 FTP__ServiceCheck.java SSH__ServiceCheck.java\
13 tdb 1.12 Telnet__ServiceCheck.java SourceChecker__Plugin.java\
14     KeyChecker__Plugin.java
15 tdb 1.1
16 tdb 1.2 # Build Rule
17     all : DOBUILD
18     clean : DOCLEAN
19 tdb 1.1
20 tdb 1.2 # Main Include
21     include $(MKINC)