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.2
Committed: Mon Mar 5 13:29:16 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.1: +2 -2 lines
Log Message:
Added the new Heartbeat monitor.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.client.monitors
2 tdb 1.2 # $Id: Makefile,v 1.1 2001/02/27 01:02:48 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.2 JAVA = CPU__Monitor.java Heartbeat__Monitor.java
10 tdb 1.1
11     # Build Rule
12     all : DOBUILD
13     clean : DOCLEAN
14    
15     # Main Include
16     include $(MKINC)