home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities2 / desklib / Libraries / Sound / Makefile next >
Encoding:
Makefile  |  1993-07-14  |  223 b   |  13 lines

  1. # Project: SoundLib
  2.  
  3. .SUFFIXES:   .s .o
  4. ObjAsmflags  = -Throwback -Stamp -CloseExec -Quit $(x_aflags)
  5.  
  6. Files        = o.SysBeep
  7.  
  8.  
  9. SoundLib:    $(Files)
  10.              $(do)
  11.  
  12. .s.o:;       objasm $(ObjAsmflags) -from $< -to $@
  13.