ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/Makefile
(Generate patch)

Comparing projects/cms/source/server/Makefile (file contents):
Revision 1.6.2.2 by tdb, Mon Dec 11 23:43:50 2000 UTC vs.
Revision 1.6.2.6 by tdb, Tue Dec 12 12:36:04 2000 UTC

# Line 3 | Line 3
3  
4   include Config.inc
5  
6 < all : buildidl code
6 > all : build
7  
8 < idl : $(IDL)
9 < $(IDL) : idl/iscream.idl
8 > idl :
9          cd idl && $(MAKE) idl
10  
11 < buildidl : $(IDL) idl
11 > buildidl : idl
12          cd idl && $(MAKE) build
13  
14 < code :
14 > code : buildidl
15          cd uk/ac/ukc/iscream && $(MAKE) all
16  
17 < clean :
18 <        cd idl && $(MAKE) clean
20 <        cd build && $(MAKE) clean
17 > build : code
18 >        cd build && $(MAKE) package
19  
20   run : build
21          cd build && java -jar iscream.jar
22  
23 < build : all
24 <        cd build && $(MAKE) package
23 > clean :
24 >        cd idl && $(MAKE) clean
25 >        cd build && $(MAKE) clean
26 >        cd uk/ac/ukc/iscream && $(MAKE) clean
27 >        rm -Rf $(BUILDCHECK) $(IDLCHECK)
28  
29   include $(MKINC)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines