home *** CD-ROM | disk | FTP | other *** search
/ Internet News 1999 October / INEWS_10_CD.ISO / pc / jdk / jdk1.2.2 / docs / guide / idl / examples / Rules
Encoding:
Text File  |  1999-09-19  |  288 b   |  10 lines

  1. # Example Makefile Rules for building Applications
  2. #
  3. JAVA=/opt/java/bin/java
  4. CLASSPATH="/opt/java/lib/classes.zip:JAVAIDL_HOME=/net/amber-gate/export/home/ORB/opt/JavaIDL-releases/EA2/solaris-sparc
  5.  
  6. IDL2JAVA=$(JAVAIDL_HOME)/bin/idltojava
  7. $(JAVAIDL_HOME)/lib/classes.zip:./"
  8.  
  9. .KEEP_STATE:
  10.