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.4
Committed: Wed Mar 7 01:55:57 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.3: +3 -2 lines
Log Message:
Added a new part of the local client called the WebFeeder. This class consists
of three parts;
WebFeeder__Monitor: provides a feed of XMLPackets to the WebFeeder
WebFeeder__Alerter: provides a feed of Alerts to the WebFeeder
WebFeeder: a singleton class that will manage dumping of XMLPackets and Alerts
This data will be written out in a textual format, although this secion has not
been completed.
The WebFeeder may also provide configuration information, if required.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.client.monitors
2 tdb 1.4 # $Id: Makefile,v 1.3 2001/03/06 23:46:13 tdb1 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 = CPU__Monitor.java Heartbeat__Monitor.java\
10 tdb 1.4 Memory__Monitor.java Swap__Monitor.java\
11     WebFeeder__Monitor.java
12 tdb 1.1
13     # Build Rule
14     all : DOBUILD
15     clean : DOCLEAN
16    
17     # Main Include
18     include $(MKINC)