Revision: | 1.1.2.1 |
Committed: | Mon Dec 11 23:42:52 2000 UTC (23 years, 11 months ago) by tdb |
Branch: | SERVER_PACKAGEBUILD |
Changes since 1.1: | +13 -0 lines |
Log Message: | Include files for the Makefiles. The Config.inc will need to be altered prior to building any of the system, but this will be well documented. It is planned to do away with this requirement if a workaround can be found. The Makefile.inc contains code used by all the Makefile's. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1.2.1 | # Include Makefile for the server |
2 | # $Id: Makefile,v 1.6.2.1 2000/12/11 20:19:36 tdb1 Exp $ | ||
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) |