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.7
Committed: Mon Feb 26 18:39:43 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.6: +2 -2 lines
Log Message:
now compiles the ConfigurationDialog class

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.conient
2 ajm 1.7 # $Id: Makefile,v 1.6 2001/02/25 21:23:38 ajm4 Exp $
3 tdb 1.1
4     # Config Include
5     include ../../../../../Config.inc
6    
7     # Defining Filenames (these will all be built)
8    
9 tdb 1.3 JAVA = Configuration.java ConnectionHandler.java ControlPanel.java\
10     Conient.java DataPanel.java DataReader.java HostDisplayPanel.java\
11 ajm 1.7 PacketTimer.java SwingSafeAdd.java QueueFrame.java ConfigurationDialog.java
12 tdb 1.1
13 ajm 1.5 FILES = i-scream.gif server.gif control16.gif data16.gif stop16.gif i-scream-splash.gif
14 tdb 1.1
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)