ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/Makefile
Revision: 1.2.2.2
Committed: Mon Dec 11 23:47:56 2000 UTC (23 years, 5 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.2.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.clientinterface
2 # $Id: Makefile,v 1.2.2.1 2000/12/11 20:29:17 tdb1 Exp $
3
4 include ../../../../../Config.inc
5
6 # Defining Filenames
7
8 CLASS = ClientHandler.class ClientListener.class TCPClientHandler.class\
9 ClientInterfaceMain.class ClientInterfaceServant.class
10
11 # Defining "shortcuts" for building
12
13 all : $(IDL) $(CLASS)
14
15 include $(MKINC)