ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/uk/org/iscream/cms/conient/Makefile
Revision: 1.3
Committed: Sun Feb 4 21:55:35 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.2: +4 -3 lines
Log Message:
Updated the Makefile's.

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream.conient
2 # $Id: Makefile,v 1.2 2001/01/24 03:12:48 tdb1 Exp $
3
4 # Config Include
5 include ../../../../../Config.inc
6
7 # Defining Filenames (these will all be built)
8
9 JAVA = Configuration.java ConnectionHandler.java ControlPanel.java\
10 Conient.java DataPanel.java DataReader.java HostDisplayPanel.java\
11 PacketTimer.java SwingSafeAdd.java
12
13 FILES = i-scream.gif server.gif
14
15 # Build Rules
16 all : conient datacomponents
17
18 conient : DOBUILD DOCOPY
19
20 datacomponents : mkdatacomponents
21 mkdatacomponents :
22 cd datacomponents && $(MAKE) all
23
24 clean : DOCLEAN
25 cd datacomponents && $(MAKE) clean
26
27 # Main Include
28 include $(MKINC)