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.8
Committed: Sat Feb 3 00:40:20 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.7: +3 -2 lines
Log Message:
Added the two new CORBA client related files.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.clientinterface
2 tdb 1.8 # $Id: Makefile,v 1.7 2001/01/23 16:54:31 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     CorbaClientListenerServant.java CorbaHandlerServant.java
13 tdb 1.1
14 tdb 1.3 # Build Rule
15     all : DOBUILD
16     clean : DOCLEAN
17 tdb 1.1
18 tdb 1.3 # Main Include
19     include $(MKINC)