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.11
Committed: Mon Mar 19 01:38:16 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.10: +3 -2 lines
Log Message:
A load of minor cosmetic changes, and some swing thread issues cleared up.

File Contents

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