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.2 by tdb, Mon Dec 11 23:57:06 2000 UTC vs.
Revision 1.1.2.3 by tdb, Tue Dec 12 01:53:55 2000 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines