home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities2 / desklib / Libraries / DragASpr / Makefile < prev   
Encoding:
Makefile  |  1993-07-14  |  261 b   |  13 lines

  1. # Project: DragSprLib
  2.  
  3. .SUFFIXES:   .c .o
  4. ObjAsmflags  = -Stamp -NoCache -CloseExec -Quit $(x_aflags) 
  5. LibFileflags = -c -o $@
  6.  
  7. Files =      o.DragIcon o.Start o.Stop
  8.  
  9. DragSprLib:  $(Files)
  10.              $(do)
  11.  
  12. .s.o:;       objasm $(ObjAsmflags) -from $< -to $@
  13.