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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/Makefile (file contents):
Revision 1.1 by ajm, Mon Dec 11 16:41:33 2000 UTC vs.
Revision 1.8 by tdb, Sat Oct 12 21:52:00 2002 UTC

# Line 1 | Line 1
1 < # Makefile for uk.ac.ukc.iscream.componentmanager
1 > # Makefile for uk.org.iscream.cms.server.componentmanager
2   # $Id$
3  
4 < # Defining Filenames
4 > # Config Include
5 > include ../../../../../../Config.inc
6  
7 < CLASS = ComponentManager.class
7 > # Defining Filenames (these will all be built)
8  
9 < IDL = ../../../../../idl/.madeidl
10 < IDLFILES = ../../../../../idl/uk
11 < IDLMAKE = cd ../../../../.. && $(MAKE) idl
9 > JAVA = ComponentManager.java Component.java\
10 >       ComponentStartException.java ReferenceManager.java\
11 >       ConfigurationCache.java ConfigurationProxy.java\
12 >       PropertyNotFoundException.java XMLCache.java
13  
14 < # Defining "shortcuts" for building
14 > # Build Rule
15 > all : DOBUILD
16 > clean : DOCLEAN
17  
18 < all : $(IDL) $(CLASS)
19 <
16 < clean :
17 <        rm -f $(CLASS)
18 <
19 < update :
20 <        cvs -q -d /usr/local/proj/co600_10/cvs update -d
21 <
22 < # Dependencies, and building
23 <
24 < # clever catchall to build any .class file from a .java file
25 < %.class : %.java
26 <        javac $<
27 <
28 < $(IDL) : ../../../../../idl/iscream.idl
29 <        $(IDLMAKE)
18 > # Main Include
19 > include $(MKINC)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines