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.1
Committed: Wed Jan 24 03:03:18 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Log Message:
Initial checkin of the Makefile/build system. It is currently untested as the
final code has not be checked in, but I'm quite confident it will work.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.conient.datacomponents
2     # $Id: Makefile,v 1.4 2001/01/07 19:38:27 tdb1 Exp $
3    
4     # Config Include
5     include ../../../../../../Config.inc
6    
7     # Defining Filenames (these will all be built)
8    
9     JAVA = CPUDataComponent.java DataComponent.java DataFormatException.java\
10     DateDataComponent.java MemoryFreeDataComponent.java\
11     MemoryTotalDataComponent.java StringDataComponent.java\
12     UsersDataComponent.java VisibleDataComponent.java
13    
14     # Build Rule
15     all : DOBUILD
16     clean : DOCLEAN
17    
18     # Main Include
19     include $(MKINC)