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.9
Committed: Thu Mar 15 01:05:46 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.8: +2 -2 lines
Log Message:
The whole bally lot now is under uk.org.iscream ;p

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream.conient
2 # $Id: Makefile,v 1.8 2001/02/27 15:11:44 ajm4 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 QueueFrame.java ConfigurationDialog.java
12
13 # Build Rules
14 all : conient datacomponents
15
16 conient : DOBUILD
17
18 datacomponents : mkdatacomponents
19 mkdatacomponents :
20 cd datacomponents && $(MAKE) all
21
22 clean : DOCLEAN
23 cd datacomponents && $(MAKE) clean
24
25 # Main Include
26 include $(MKINC)