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.11
Committed: Tue May 29 17:02:34 2001 UTC (23 years ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.10: +3 -3 lines
Log Message:
Major change in the java package naming. This has been held off for some time
now, but it really needed doing. The future packaging of all i-scream products
will be;

uk.org.iscream.<product>.<subpart>.*

In the case of the central monitoring system server this will be;

uk.org.iscream.cms.server.*

The whole server has been changed to follow this structure, and tested to a
smallish extent. Further changes in other parts of the CMS will follow.

File Contents

# Content
1 # Makefile for uk.org.iscream.cms.server.client.monitors
2 # $Id: Makefile,v 1.10 2001/03/23 01:17:09 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 Queue__Monitor.java\
14 UserCount__Monitor.java
15
16 # Build Rule
17 all : DOBUILD
18 clean : DOCLEAN
19
20 # Main Include
21 include $(MKINC)