ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/Makefile
Revision: 1.6.2.4
Committed: Tue Dec 12 01:59:34 2000 UTC (23 years, 5 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.6.2.3: +2 -1 lines
Log Message:
Forgot to remove the dependencies on a clean.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for server
2 tdb 1.6.2.4 # $Id: Makefile,v 1.6.2.3 2000/12/12 01:53:55 tdb1 Exp $
3 tdb 1.1
4 tdb 1.6.2.2 include Config.inc
5 tdb 1.1
6 tdb 1.6.2.3 all : buildidl code build
7 tdb 1.1
8 tdb 1.3 idl : $(IDL)
9     $(IDL) : idl/iscream.idl
10 tdb 1.6.2.1 cd idl && $(MAKE) idl
11    
12     buildidl : $(IDL) idl
13 tdb 1.6.2.2 cd idl && $(MAKE) build
14 tdb 1.1
15 tdb 1.3 code :
16     cd uk/ac/ukc/iscream && $(MAKE) all
17 tdb 1.1
18     clean :
19 tdb 1.3 cd idl && $(MAKE) clean
20 tdb 1.6.2.1 cd build && $(MAKE) clean
21 tdb 1.6.2.4 rm -Rf $(BUILDCHECK) $(IDLCHECK)
22 tdb 1.1
23 tdb 1.6.2.2 run : build
24     cd build && java -jar iscream.jar
25 tdb 1.6.2.1
26 tdb 1.6.2.3 build :
27 tdb 1.6.2.1 cd build && $(MAKE) package
28 tdb 1.6.2.2
29     include $(MKINC)