| Revision: | 1.1.2.2 |
| Committed: | Mon Dec 11 20:55:31 2000 UTC (24 years, 10 months ago) by tdb |
| Branch: | SERVER_PACKAGEBUILD |
| Changes since 1.1.2.1: | +2 -2 lines |
| Log Message: | This is now independant of the JacORB/bin/idl file. |
| # | Content |
|---|---|
| 1 | # Makefile for idl |
| 2 | # $Id: Makefile,v 1.1.2.1 2000/12/11 20:24:45 tdb1 Exp $ |
| 3 | |
| 4 | IDL = .madeidl |
| 5 | IDLFILES = uk |
| 6 | |
| 7 | idl : $(IDL) |
| 8 | |
| 9 | $(IDL) : iscream.idl |
| 10 | java -classpath ../build/lib/idl.jar jacorb.idl.parser iscream.idl |
| 11 | @touch .madeidl |
| 12 | |
| 13 | clean : |
| 14 | rm -Rf $(IDLFILES) |
| 15 | rm -f $(IDL) |
| 16 | |
| 17 | update : |
| 18 | cvs -q -d /usr/local/proj/co600_10/cvs update |