ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Makefile
Revision: 1.6
Committed: Fri Mar 9 03:30:55 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.5: +3 -2 lines
Log Message:
TOTALLY re-wrote the Register class and made appropriate changes thoughout.  It
is now much more obvious what is going on in many places.

The problem was probably caused by doing CPU as a first monitor and hard coding
the number of attributes a Register stores.  Now if a monitor wants to store
multiple attributes, it has to do that itself.  This makes alot of things
much more readable and inteligable as a result.

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream.client.monitors
2 # $Id: Makefile,v 1.5 2001/03/09 01:22:46 ajm4 Exp $
3
4 # Config Include
5 include ../../../../../../Config.inc
6
7 # Defining Filenames (these will all be built)
8
9 JAVA = CPU__Monitor.java Heartbeat__Monitor.java\
10 Memory__Monitor.java Swap__Monitor.java\
11 WebFeeder__Monitor.java Disk__Monitor.java\
12 Services__Monitor.java
13
14 # Build Rule
15 all : DOBUILD
16 clean : DOCLEAN
17
18 # Main Include
19 include $(MKINC)