| # | 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) |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |