ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/uk/org/iscream/cms/conient/datacomponents/Makefile
Revision: 1.6
Committed: Sun Mar 18 14:43:39 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.5: +5 -5 lines
Log Message:
Lots of changes to allow components to have multiple attributes.

This now means that data for memory/swap/disks/services are all correctly updated on the display the first time they get data.  Rather than before, when they had to have at least two packets to gain all the data and would be slightly wrong.

Now it is all fine and dandy...

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream.conient.datacomponents
2 # $Id: Makefile,v 1.5 2001/03/15 01:05:46 ajm4 Exp $
3
4 # Config Include
5 include ../../../../../Config.inc
6
7 # Defining Filenames (these will all be built)
8
9 JAVA = CPUDataComponent.java DataComponent.java DataFormatException.java\
10 DateDataComponent.java DiskDataComponent.java\
11 StringDataComponent.java\
12 UsersDataComponent.java VisibleDataComponent.java\
13 ProcessesDataComponent.java StorageDataComponent.java\
14 UptimeDataComponent.java\
15 ServiceDataComponent.java
16
17 # Build Rule
18 all : DOBUILD
19 clean : DOCLEAN
20
21 # Main Include
22 include $(MKINC)