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.11
Committed: Wed Mar 20 16:32:37 2002 UTC (22 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.10: +2 -2 lines
Log Message:
New filter plugin to remove packets that don't match a given ACL. This
allows filtering to be done based on ACL's at any point during a filter
chain (rather than just the ends).
This also semi-solves the problem of not being able to do an ACL on the
CORBA input to a Filter (well, not easily afaik).

File Contents

# User Rev Content
1 tdb 1.10 # Makefile for uk.org.iscream.cms.server.filter
2 tdb 1.11 # $Id: Makefile,v 1.10 2001/05/29 17:02:35 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.11 Telnet__ServiceCheck.java SourceChecker__Plugin.java
14 tdb 1.1
15 tdb 1.2 # Build Rule
16     all : DOBUILD
17     clean : DOCLEAN
18 tdb 1.1
19 tdb 1.2 # Main Include
20     include $(MKINC)