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.11
Committed: Mon Feb 12 02:20:59 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.10: +3 -2 lines
Log Message:
Aded the new QueueMonitor class.

File Contents

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