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 by tdb, Mon Dec 11 23:42:52 2000 UTC vs.
Revision 1.1.2.1 by tdb, Mon Dec 11 23:42:52 2000 UTC

# Line 0 | Line 1
1 + # Include Makefile for the server
2 + # $Id$
3 +
4 + update :
5 +        cvs -q -d $(CVSROOT) update
6 +
7 + %.class : %.java
8 +        javac -g:none -O -d $(BUILD) $<
9 +
10 + IDLMAKE = cd $(SERVERROOT) && $(MAKE) buildidl
11 +
12 + $(IDL) : $(SERVERROOT)/idl/iscream.idl
13 +        $(IDLMAKE)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines