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.3
Committed: Wed Dec 13 18:34:22 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.2: +11 -24 lines
Log Message:
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.clientinterface
2 tdb 1.3 # $Id: Makefile,v 1.2.2.4 2000/12/12 02:45:58 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.3 JAVA = ClientHandler.java ClientListener.java TCPClientHandler.java\
10     ClientInterfaceMain.java ClientInterfaceServant.java
11 tdb 1.1
12 tdb 1.3 # Build Rule
13     all : DOBUILD
14     clean : DOCLEAN
15 tdb 1.1
16 tdb 1.3 # Main Include
17     include $(MKINC)