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.2 by tdb, Wed Dec 6 18:34:00 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 : $(IDL) $(CLASS)
# Line 24 | 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