home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / CUPL30-2.ZIP / MYLIB.BLD < prev    next >
Encoding:
Text File  |  1988-09-15  |  296 b   |  25 lines

  1. /*
  2.  * Build mylib.dl
  3.  * from cupl.dl and smallib.dl
  4.  */
  5.  
  6. /*
  7.  * Target library -- what is to be built
  8.  */
  9.  
  10. target mylib.dl
  11.  
  12. /*
  13.  * Source libraries -- input libraries
  14.  * and devices to build the target from
  15.  */ 
  16.  
  17. source  cupl.dl
  18.     f839
  19.     p16r8
  20.     p16p8h
  21.  
  22. source  smallib.dl
  23.     *
  24.  
  25.