home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / amigae / e_v3.2a / pdsrc / oomodules / objects.build < prev    next >
Text File  |  1977-12-31  |  421b  |  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.