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.3.2.4
Committed: Tue Dec 12 02:46:08 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.3.2.3: +5 -4 lines
Log Message:
Done some more tidying on all the Makefiles. This should have solve the current
dependency problem that seemed to be occuring with the java source files. The
only dependency that's now not quite in place is the IDL stuff. This should be
easily fixable.

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream.util
2 # $Id: Makefile,v 1.3.2.3 2000/12/12 01:54:16 tdb1 Exp $
3
4 # Config Include
5 include ../../../../../Config.inc
6
7 # Defining Filenames (these will all be built)
8
9 JAVA = AlreadyInitialisedException.java NotInitialisedException.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)