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.7
Committed: Thu Jan 18 22:53:24 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.6: +2 -3 lines
Log Message:
Removed moved classes.

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream.util
2 # $Id: Makefile,v 1.6 2001/01/02 03:20:44 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
13 # Build Rule
14 all : DOBUILD
15 clean : DOCLEAN
16
17 # Main Include
18 include $(MKINC)