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

Comparing projects/cms/source/server/Makefile.inc (file contents):
Revision 1.1.2.3 by tdb, Tue Dec 12 01:53:55 2000 UTC vs.
Revision 1.1.2.4 by tdb, Tue Dec 12 02:45:54 2000 UTC

# Line 5 | Line 5
5   update :
6          cvs -q -d $(CVSROOT) update
7  
8 ## General rule for building a class file
9 %.class : %.java
10        javac -g:none -O -classpath $(JCCLASSPATH) -d $(BUILD) $<
11
8   ## How to generate the IDL files
9   IDLMAKE = cd $(SERVERROOT) && $(MAKE) buildidl
10  
# Line 17 | Line 13 | $(IDL) : $(SERVERROOT)/idl/iscream.idl
13          $(IDLMAKE)
14  
15   ## General Build Rule for Java Files
16 < DOBUILD : $(IDL) $(CLASS)
16 > DOBUILD : $(COMPILECHECK) $(IDL)
17 >
18 > $(COMPILECHECK) : $(JAVA)
19 >        javac -g:none -O -classpath $(JCCLASSPATH) -d $(BUILD) $?
20          @touch $(BUILDCHECK)
21 +        @touch $(COMPILECHECK)
22 +
23 + DOCLEAN :
24 +        rm -f $(COMPILECHECK)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines