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.18 by tdb, Tue May 29 17:02:35 2001 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  
15 < # Defining "shortcuts" for building
15 > # Build Rules
16 > all : filter plugins
17  
18 < all : filter
18 > filter : DOBUILD
19  
20 < filter : $(IDL) $(CLASS)
20 > plugins : mkplugins
21 > mkplugins :
22 >        cd plugins && $(MAKE) all
23  
24 < clean :
25 <        rm -f $(CLASS)
24 > clean : DOCLEAN
25 >        cd plugins && $(MAKE) clean
26  
27 < update :
28 <        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)
27 > # Main Include
28 > include $(MKINC)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines