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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/Makefile (file contents):
Revision 1.6 by tdb, Wed Dec 6 16:43:20 2000 UTC vs.
Revision 1.6.2.2 by tdb, Tue Dec 12 01:54:03 2000 UTC

# Line 1 | Line 1
1   # Makefile for uk.ac.ukc.iscream
2   # $Id$
3  
4 + # Config Include
5 + include ../../../../Config.inc
6 +
7 + # Complete list of components
8   all : clientinterface core dbinterface filter filtermanager rootfilter util
9  
10 + # We need to do it like this... unfortunately.
11   clientinterface : mkclientinterface
12   core : mkcore
13   dbinterface: mkdbinterface
# Line 26 | Line 31 | mkrootfilter :
31   mkutil :
32          cd util && $(MAKE) all
33  
34 < clean :
35 <        cd clientinterface && $(MAKE) clean
31 <        cd core && $(MAKE) clean
32 <        cd dbinterface && $(MAKE) clean
33 <        cd filter && $(MAKE) clean
34 <        cd filtermanager && $(MAKE) clean
35 <        cd rootfilter && $(MAKE) clean
36 <        cd util && $(MAKE) clean
37 <
38 < update :
39 <        cvs -q -d /usr/local/proj/co600_10/cvs update
34 > # Main Include
35 > include $(MKINC)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines