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

# User Rev Content
1 tdb 1.2 # Makefile for uk.ac.ukc.iscream.util
2 tdb 1.9 # $Id: Makefile,v 1.8 2001/02/03 23:06:41 tdb1 Exp $
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.7 JAVA = XMLPacket.java XMLPacketMaker.java\
10 tdb 1.6 XMLStringParser.java FormatName.java\
11 tdb 1.8 Queue.java InvalidQueueException.java\
12 tdb 1.9 DateUtils.java StringUtils.java
13 tdb 1.1
14 tdb 1.5 # Build Rule
15     all : DOBUILD
16     clean : DOCLEAN
17 tdb 1.1
18 tdb 1.5 # Main Include
19     include $(MKINC)