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.9
Committed: Mon Feb 5 00:59:04 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.8: +3 -2 lines
Log Message:
Update to include the two CORBA Handler's.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.clientinterface
2 tdb 1.9 # $Id: Makefile,v 1.8 2001/02/03 00:40:20 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.7 ClientInterfaceServant.java PacketSorter.java\
11 tdb 1.8 TCPDataHandler.java TCPControlHandler.java\
12 tdb 1.9 CorbaClientListenerServant.java\
13     CorbaControlHandlerServant.java CorbaDataHandler.java
14 tdb 1.1
15 tdb 1.3 # Build Rule
16     all : DOBUILD
17     clean : DOCLEAN
18 tdb 1.1
19 tdb 1.3 # Main Include
20     include $(MKINC)