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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/Makefile (file contents):
Revision 1.12 by tdb, Wed Dec 6 18:33:57 2000 UTC vs.
Revision 1.13 by tdb, Wed Dec 6 22:57:45 2000 UTC

# Line 1 | Line 1
1 < # Makefile for uk.ac.ukc.iscream.core
1 > # Makefile for uk.ac.ukc.iscream.filter
2   # $Id$
3  
4   # Defining Filenames
5  
6   CLASS = FilterMain.class FilterServant.class FilterThread.class\
7 <        TCPReader.class TCPReaderInit.class UDPReader.class
7 >        TCPReader.class TCPReaderInit.class UDPReader.class\
8 >        PluginFilterManager.class PluginFilter.class
9  
10   IDL = ../../../../../idl/.madeidl
11   IDLFILES = ../../../../../idl/uk
# Line 12 | Line 13 | IDLMAKE = cd ../../../../.. && $(MAKE) idl
13  
14   # Defining "shortcuts" for building
15  
16 < all : $(IDL) $(CLASS)
16 > all : filter plugins
17  
18 + filter : $(IDL) $(CLASS)
19 +
20 + plugins : mkplugins
21 + mkplugins :
22 +        cd plugins && $(MAKE) all
23 +
24   clean :
25          rm -f $(CLASS)
26 +        cd plugins && $(MAKE) clean
27  
28   update :
29          cvs -q -d /usr/local/proj/co600_10/cvs update -d

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines