ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/uk/org/iscream/cms/conient/datacomponents/Makefile
Revision: 1.7
Committed: Tue May 29 17:41:32 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.6: +2 -2 lines
Log Message:
The last of the central monitoring system packages to be changed to the newer
structure. It has changed from;

uk.org.iscream.conient.*

to;

uk.org.iscream.cms.conient.*

This is in keeping with the new style of packaging.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.conient.datacomponents
2 tdb 1.7 # $Id: Makefile,v 1.6 2001/03/18 14:43:39 ajm4 Exp $
3 tdb 1.1
4     # Config Include
5 tdb 1.7 include ../../../../../../Config.inc
6 tdb 1.1
7     # Defining Filenames (these will all be built)
8    
9     JAVA = CPUDataComponent.java DataComponent.java DataFormatException.java\
10 ajm 1.6 DateDataComponent.java DiskDataComponent.java\
11     StringDataComponent.java\
12 tdb 1.2 UsersDataComponent.java VisibleDataComponent.java\
13 ajm 1.6 ProcessesDataComponent.java StorageDataComponent.java\
14     UptimeDataComponent.java\
15 ajm 1.4 ServiceDataComponent.java
16 tdb 1.1
17     # Build Rule
18     all : DOBUILD
19     clean : DOCLEAN
20    
21     # Main Include
22     include $(MKINC)