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.9
Committed: Sun Feb 4 04:53:22 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.8: +2 -2 lines
Log Message:
Added the new StringUtils class.

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream.util
2 # $Id: Makefile,v 1.8 2001/02/03 23:06:41 tdb1 Exp $
3
4 # Config Include
5 include ../../../../../Config.inc
6
7 # Defining Filenames (these will all be built)
8
9 JAVA = XMLPacket.java XMLPacketMaker.java\
10 XMLStringParser.java FormatName.java\
11 Queue.java InvalidQueueException.java\
12 DateUtils.java StringUtils.java
13
14 # Build Rule
15 all : DOBUILD
16 clean : DOCLEAN
17
18 # Main Include
19 include $(MKINC)