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.11 by tdb, Wed Nov 29 23:41:20 2000 UTC vs.
Revision 1.19 by tdb, Thu Mar 21 17:44:51 2002 UTC

# Line 1 | Line 1
1 < # Makefile for uk.ac.ukc.iscream.core
1 > # Makefile for uk.org.iscream.cms.server.filter
2   # $Id$
3  
4 < # Defining Filenames
4 > # Config Include
5 > include ../../../../../../Config.inc
6  
7 < CLASS = FilterMain.class FilterServant.class FilterThread.class\
7 <        TCPReader.class TCPReaderInit.class UDPReader.class
7 > # Defining Filenames (these will be built)
8  
9 < IDL = ../../../../../idl/.madeidl
10 < IDLFILES = ../../../../../idl/uk
11 < IDLMAKE = cd ../../../../.. && $(MAKE) idl
9 > JAVA = FilterMain.java FilterServant.java FilterThread.java\
10 >       TCPReader.java TCPReaderInit.java UDPReader.java\
11 >       PluginFilterManager.java PluginFilter.java\
12 >       PluginServiceCheck.java PluginServiceCheckPipeline.java\
13 >       PluginServiceCheckManager.java ServiceCheckSkeleton.java\
14 >       KeyManager.java
15  
16 < # Defining "shortcuts" for building
16 > # Build Rules
17 > all : filter plugins
18  
19 < all : filter
19 > filter : DOBUILD
20  
21 < filter : $(IDL) $(CLASS)
21 > plugins : mkplugins
22 > mkplugins :
23 >        cd plugins && $(MAKE) all
24  
25 < clean :
26 <        rm -f $(CLASS)
25 > clean : DOCLEAN
26 >        cd plugins && $(MAKE) clean
27  
28 < update :
29 <        cvs -q -d /usr/local/proj/co600_10/cvs update -d
24 <
25 < # Dependencies, and building
26 <
27 < # clever catchall to build any .class file from a .java file
28 < %.class : %.java
29 <        javac $<
30 <
31 < $(IDL) : ../../../../../idl/iscream.idl
32 <        $(IDLMAKE)
28 > # Main Include
29 > include $(MKINC)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines