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

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