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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/Makefile (file contents):
Revision 1.1 by tdb, Sat Feb 3 04:51:32 2001 UTC vs.
Revision 1.2 by tdb, Tue Feb 27 00:59:13 2001 UTC

# Line 6 | Line 6 | include ../../../../../Config.inc
6  
7   # Defining Filenames (these will all be built)
8  
9 < JAVA = ClientServant.java ClientMain.java
9 > JAVA = ClientServant.java ClientMain.java Monitor.java\
10 >       MonitorManager.java
11  
12   # Build Rule
13 < all : DOBUILD
13 > all : client monitors
14 >
15 > client : DOBUILD
16 >
17 > monitors : mkmonitors
18 > mkmonitors :
19 >        cd monitors && $(MAKE) all
20 >
21   clean : DOCLEAN
22 +        cd monitors && $(MAKE) clean
23  
24   # Main Include
25   include $(MKINC)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines