home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / c / desklib / libraries / Libraries / WimpSWIs / Makefile next >
Encoding:
Makefile  |  1994-10-23  |  951 b   |  22 lines

  1. # Project: WimpLib
  2.  
  3. .SUFFIXES:  .c .o
  4. ObjAsmflags = -Stamp -NoCache -CloseExec -Quit $(x_aflags)
  5.  
  6. Files       = o.00Poll o.01Init o.02CreateW o.03CreateI o.04DeleteW \
  7.               o.05DeleteI o.06OpenW o.07CloseW o.08RedrawW o.09UpdateW \
  8.               o.10GetRect o.11GetState o.12GetInfo o.13SetIStat \
  9.               o.14GetIInfo o.15PointInf o.16DragBox o.17ForceRed \
  10.               o.18SetCaret o.19GetCaret o.20CreateM o.21DecodeM \
  11.               o.22WhichI o.23SetExten o.24PtrShape o.25OpenT o.26CloseT \
  12.               o.27LoadT o.28ProcKey o.29CloseDn o.31StrtTask o.32GetWOut \
  13.               o.33PlotI o.34SetMode o.35ReadPal o.36SetPal o.37SetCol \
  14.               o.38BOSprite o.39BlockCpy o.40RepError o.40RepErrR \
  15.               o.41SendMsg o.43CreateSM o.44SlotSize o.45TransBlk \
  16.               o.47SpriteOp o.48FontCols o.49PixTrans o.50CmdWind
  17.  
  18. WimpLib:    $(Files)
  19.             $(do)
  20.  
  21. .s.o:;      objasm $(ObjAsmflags) -from $< -to $@
  22.