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.8
Committed: Thu Mar 22 00:52:48 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.7: +3 -2 lines
Log Message:
Added new Monitor's for Load and Process counts.

File Contents

# Content
1 # Makefile for uk.org.iscream.client.monitors
2 # $Id: Makefile,v 1.7 2001/03/14 23:25:29 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 Services__Monitor.java Load__Monitor.java\
13 Process__Monitor.java
14
15 # Build Rule
16 all : DOBUILD
17 clean : DOCLEAN
18
19 # Main Include
20 include $(MKINC)