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.6
Committed: Mon Jan 22 02:57:38 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
CVS Tags: CLI_PROTOCOL_1_0
Changes since 1.5: +2 -2 lines
Log Message:
All files changed to now incorporate a Queue. Makes the whole setup much tidier
and will enable levels of buffering.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.clientinterface
2 tdb 1.6 # $Id: Makefile,v 1.5 2001/01/22 01:46:18 tdb1 Exp $
3 tdb 1.1
4 tdb 1.3 # Config Include
5     include ../../../../../Config.inc
6 tdb 1.1
7 tdb 1.3 # Defining Filenames (these will all be built)
8 tdb 1.1
9 tdb 1.5 JAVA = TCPClientListener.java ClientInterfaceMain.java\
10 tdb 1.6 ClientInterfaceServant.java\
11 tdb 1.4 TCPDataHandler.java TCPControlHandler.java
12 tdb 1.1
13 tdb 1.3 # Build Rule
14     all : DOBUILD
15     clean : DOCLEAN
16 tdb 1.1
17 tdb 1.3 # Main Include
18     include $(MKINC)