ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/Makefile
Revision: 1.2
Committed: Wed Dec 13 18:34:23 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.1: +10 -23 lines
Log Message:
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream.componentmanager
2 # $Id$
3
4 # Config Include
5 include ../../../../../Config.inc
6
7 # Defining Filenames (these will all be built)
8
9 JAVA = ComponentManager.java\
10
11 # Build Rule
12 all : DOBUILD
13 clean : DOCLEAN
14
15 # Main Include
16 include $(MKINC)