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

Comparing projects/cms/source/server/idl/Makefile (file contents):
Revision 1.1.2.2 by tdb, Mon Dec 11 20:55:31 2000 UTC vs.
Revision 1.13 by tdb, Mon May 5 22:05:01 2003 UTC

# Line 1 | Line 1
1   # Makefile for idl
2   # $Id$
3  
4 < IDL = .madeidl
4 > include ../Config.inc
5 >
6   IDLFILES = uk
7  
8 < idl : $(IDL)
8 > .PHONY : all
9 > all : build
10  
11 < $(IDL) : iscream.idl
12 <        java -classpath ../build/lib/idl.jar jacorb.idl.parser iscream.idl
13 <        @touch .madeidl
11 > .PHONY : idl
12 > idl : iscream.idl
13 >        java -classpath $(BUILD)/lib/idl.jar org.jacorb.idl.parser -sloppy_names iscream.idl
14  
15 + .PHONY : build
16 + build : idl
17 +        cd uk/org/iscream/cms/server/clientinterface && javac $(JCFLAGS) -classpath $(JCCLASSPATH) -d $(BUILD) *.java
18 +        cd uk/org/iscream/cms/server/core && javac $(JCFLAGS) -classpath $(JCCLASSPATH) -d $(BUILD) *.java
19 +        cd uk/org/iscream/cms/server/filter && javac $(JCFLAGS) -classpath $(JCCLASSPATH) -d $(BUILD) *.java
20 +        @touch $(IDLCHECK)
21 +        @rm -f $(MCOMPILECHECK)
22 +
23 + .PHONY : clean
24   clean :
25          rm -Rf $(IDLFILES)
26 <        rm -f $(IDL)
26 >        rm -f $(IDLCHECK)
27  
28 < update :
18 <        cvs -q -d /usr/local/proj/co600_10/cvs update
28 > include $(MKINC)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines