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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/Makefile (file contents):
Revision 1.2 by tdb, Wed Dec 6 18:33:59 2000 UTC vs.
Revision 1.2.2.1 by tdb, Mon Dec 11 20:29:29 2000 UTC

# Line 7 | Line 7 | CLASS = FilterManager.class HostInit.class HostListene
7  
8   IDL = ../../../../../idl/.madeidl
9   IDLFILES = ../../../../../idl/uk
10 < IDLMAKE = cd ../../../../.. && $(MAKE) idl
10 > IDLMAKE = cd ../../../../.. && $(MAKE) buildidl
11  
12 + BUILD = ../../../../../build
13 +
14   # Defining "shortcuts" for building
15  
16   all : $(IDL) $(CLASS)
# Line 23 | Line 25 | update :
25  
26   # clever catchall to build any .class file from a .java file
27   %.class : %.java
28 <        javac $<
28 >        javac -g:none -O -d $(BUILD) $<
29  
30   $(IDL) : ../../../../../idl/iscream.idl
31          $(IDLMAKE)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines