home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / E / TFF-A32R.LZX / AmigaE3.2a / PdSrc / oomodules / objects.build < prev    next >
Encoding:
Text File  |  1996-08-29  |  421 b   |  24 lines

  1. # just type 'build FROM objects TARGET <targetname>'
  2.  
  3. # printer
  4. #
  5. # uses:     device, library
  6.  
  7. printer.m: printer.e device.m library.m
  8.            echo "*Ncompiling printer.e"
  9.            ec printer.e
  10.  
  11. # device
  12. #
  13. # uses:     library
  14.  
  15. device.m: device.e library.m
  16.           echo "*Ncompiling device.e"
  17.           ec device.e
  18.  
  19. # library
  20.  
  21. library.m:  library.e
  22.             echo "*Ncompiling library.e"
  23.             ec library.e
  24.