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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/rootfilter/Makefile (file contents):
Revision 1.1 by tdb, Wed Nov 29 23:42:57 2000 UTC vs.
Revision 1.2.2.1 by tdb, Mon Dec 11 20:29:30 2000 UTC

# Line 8 | Line 8 | CLASS = RootFilterMain.class RootFilterServant.class\
8  
9   IDL = ../../../../../idl/.madeidl
10   IDLFILES = ../../../../../idl/uk
11 < IDLMAKE = cd ../../../../.. && $(MAKE) idl
11 > IDLMAKE = cd ../../../../.. && $(MAKE) buildidl
12  
13 + BUILD = ../../../../../build
14 +
15   # Defining "shortcuts" for building
16  
17 < all : rootfilter
17 > all : $(IDL) $(CLASS)
18  
17 rootfilter : $(IDL) $(CLASS)
18
19   clean :
20          rm -f $(CLASS)
21  
# Line 26 | Line 26 | update :
26  
27   # clever catchall to build any .class file from a .java file
28   %.class : %.java
29 <        javac $<
29 >        javac -g:none -O -d $(BUILD) $<
30  
31   $(IDL) : ../../../../../idl/iscream.idl
32          $(IDLMAKE)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines