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

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