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.2
Committed: Mon Dec 11 23:48:07 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.3.2.1: +4 -21 lines
Log Message:
All Makefiles in the made code now make use of includes. This has dramatically
reduced the size and complexity of each file.
Future improvements centre around checking of dependencies better.

File Contents

# User Rev Content
1 tdb 1.2 # Makefile for uk.ac.ukc.iscream.util
2 tdb 1.3.2.2 # $Id: Makefile,v 1.3.2.1 2000/12/11 20:29:32 tdb1 Exp $
3    
4     include ../../../../../Config.inc
5 tdb 1.1
6     # Defining Filenames
7    
8     CLASS = AlreadyInitialisedException.class NotInitialisedException.class\
9 tdb 1.2 ReferenceManager.class XMLPacket.class XMLPacketMaker.class\
10 tdb 1.3.2.1 XMLStringParser.class FormatName.class
11 tdb 1.1
12     # Defining "shortcuts" for building
13    
14 tdb 1.3 all : $(IDL) $(CLASS)
15 tdb 1.1
16 tdb 1.3.2.2 include $(MKINC)