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

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