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.6
Committed: Sun Feb 25 21:23:38 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.5: +2 -2 lines
Log Message:
Now supports the viewing of Queue information from the server

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream.conient
2 # $Id: Makefile,v 1.5 2001/02/21 23:45:16 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
13 FILES = i-scream.gif server.gif control16.gif data16.gif stop16.gif i-scream-splash.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)