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.1.2.3
Committed: Tue Dec 12 01:54:11 2000 UTC (23 years, 5 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.2: +6 -5 lines
Log Message:
Attempted to improve the dependencies, and tidied up the code Makefiles a bit
better. Getting there... slowly.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.filter
2 tdb 1.1.2.3 # $Id: Makefile,v 1.1.2.2 2000/12/11 23:48:04 tdb1 Exp $
3 tdb 1.1.2.2
4 tdb 1.1.2.3 # Config Include
5 tdb 1.1.2.2 include ../../../../../../Config.inc
6 tdb 1.1
7 tdb 1.1.2.3 # Defining Filenames (these will be built)
8 tdb 1.1
9     CLASS = EnforceEssentialData__Plugin.class
10    
11 tdb 1.1.2.3 # Build Rule
12     all : DOBUILD
13 tdb 1.1
14 tdb 1.1.2.3 # Main Include
15 tdb 1.1.2.2 include $(MKINC)