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.4 by tdb, Tue Dec 12 01:59:34 2000 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines