ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/util/uk/org/iscream/cms/util/Makefile
Revision: 1.5
Committed: Wed Dec 13 18:34:32 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.4: +12 -25 lines
Log Message:
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.

File Contents

# User Rev Content
1 tdb 1.2 # Makefile for uk.ac.ukc.iscream.util
2 tdb 1.5 # $Id$
3 tdb 1.1
4 tdb 1.5 # Config Include
5     include ../../../../../Config.inc
6 tdb 1.1
7 tdb 1.5 # Defining Filenames (these will all be built)
8 tdb 1.1
9 tdb 1.5 JAVA = ComponentStartException.java Component.java\
10     ReferenceManager.java XMLPacket.java XMLPacketMaker.java\
11     XMLStringParser.java FormatName.java
12 tdb 1.1
13 tdb 1.5 # Build Rule
14     all : DOBUILD
15     clean : DOCLEAN
16 tdb 1.1
17 tdb 1.5 # Main Include
18     include $(MKINC)