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.4
Committed: Mon Jan 22 01:38:11 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.3: +4 -3 lines
Log Message:
Added new classes.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.clientinterface
2 tdb 1.4 # $Id: Makefile,v 1.3 2000/12/13 18:34:22 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.4 JAVA = ClientListener.java ClientInterfaceMain.java\
10     ClientInterfaceServant.java ClientDataHandler.java\
11     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)