ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/core/Makefile
Revision: 1.12.2.3
Committed: Tue Dec 12 01:54:06 2000 UTC (23 years, 5 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.12.2.2: +6 -5 lines
Log Message:
Attempted to improve the dependencies, and tidied up the code Makefiles a bit
better. Getting there... slowly.

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream.core
2 # $Id: Makefile,v 1.12.2.2 2000/12/11 23:47:58 tdb1 Exp $
3
4 # Config Include
5 include ../../../../../Config.inc
6
7 # Defining Filenames (these will all be built)
8
9 CLASS = CircularIncludeException.class ConfigurationManagerServant.class\
10 ConfigurationServant.class Core.class\
11 LoggerImpl.class LoggerServant.class
12
13 # Build Rules
14 all : core loggers
15
16 core : DOBUILD
17
18 loggers : mkloggers
19 mkloggers :
20 cd loggers && $(MAKE) all
21
22 # Main Include
23 include $(MKINC)