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

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