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.7
Committed: Tue Jan 23 16:54:31 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.6: +2 -2 lines
Log Message:
Added the PacketSorter class.

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream.clientinterface
2 # $Id: Makefile,v 1.6 2001/01/22 02:57:38 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 PacketSorter.java\
11 TCPDataHandler.java TCPControlHandler.java
12
13 # Build Rule
14 all : DOBUILD
15 clean : DOCLEAN
16
17 # Main Include
18 include $(MKINC)