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.5
Committed: Fri Mar 9 01:22:46 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.4: +2 -2 lines
Log Message:
The new Disk monitor, allows the monitoring of all disks on a host.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.client.monitors
2 ajm 1.5 # $Id: Makefile,v 1.4 2001/03/07 01:55:57 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 ajm 1.5 WebFeeder__Monitor.java Disk__Monitor.java
12 tdb 1.1
13     # Build Rule
14     all : DOBUILD
15     clean : DOCLEAN
16    
17     # Main Include
18     include $(MKINC)