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.4 by tdb, Tue Dec 12 01:59:34 2000 UTC vs.
Revision 1.6.2.5 by tdb, Tue Dec 12 02:45:54 2000 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines