home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaMiscModsCD3.iso / _PROGRAMME / PLAYER / GUI / EasyPlayer.lha / EYP / Source / .build next >
Encoding:
Text File  |  1999-09-28  |  577 b   |  29 lines

  1. # EasyPlayer build file
  2.  
  3. test: easyplayer.e easyconst.m easyfile.m easyimages.m easyinterface.m easyplaylist.m easyrecognize.m easystructs.m
  4.     ec easyplayer
  5.  
  6. easyconst.m: easyconst.e
  7.     ec easyconst
  8.  
  9. easyfile.m: easyfile.e easyconst.m
  10.     ec easyfile
  11.  
  12. easyimages.m: easyimages.e easyconst.m
  13.     ec easyimages
  14.  
  15. easyinterface.m: easyinterface.e easyconst.m easystructs.m
  16.     ec easyinterface
  17.  
  18. easyplaylist.m: easyplaylist.e
  19.     ec easyplaylist
  20.  
  21. easyrecognize.m: easyrecognize.e easyconst.m easystructs.m
  22.     ec easyrecognize
  23.  
  24. easystructs.m: easystructs.e
  25.     ec easystructs
  26.  
  27. clean:
  28.     delete test #?.m
  29.