home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / cpu / vu_xm1c / makefile < prev    next >
Makefile  |  1990-05-02  |  567b  |  20 lines

  1. #  makefile for the view-xm demo program
  2. #  Terrance Hodgins, Semi-Intelligent Systems, 1990
  3. #
  4. # view xm distribution demo
  5. view-xm.obj: view-xm.asm hyprspac.lib     makefile
  6.     masm  view-xm,,nul,nul,
  7.  
  8. save2new.obj: save2new.asm hyprspac.lib makefile
  9.     masm  save2new,,nul,nul,
  10.  
  11. dolodall.obj: dolodall.asm hyprspac.lib makefile
  12.     masm  dolodall,,nul,nul,
  13.  
  14. view-xm.exe: view-xm.obj startprg.obj save2new.obj kgetaddr.obj \
  15.     dolodall.obj ha_displ.obj hyprspac.lib
  16.     link  view-xm+startprg+save2new+kgetaddr+dolodall+ha_displ,,,hyprspac.lib
  17.  
  18.  
  19.  
  20. # end of file