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.3 by tdb, Tue Dec 12 02:45:57 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 + # Have to clean up those dependency files
35   clean :
36          cd clientinterface && $(MAKE) clean
37          cd core && $(MAKE) clean
# Line 35 | Line 41 | clean :
41          cd rootfilter && $(MAKE) clean
42          cd util && $(MAKE) clean
43  
44 < update :
45 <        cvs -q -d /usr/local/proj/co600_10/cvs update
44 > # Main Include
45 > include $(MKINC)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines