home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / optmouse_445.lzh / OptMouse / makefile < prev    next >
Makefile  |  1991-01-24  |  325b  |  16 lines

  1. #
  2. # makefile for OptMouse
  3. #
  4. # ignore the error about an ALV pointing into data
  5. #
  6. CF    = -v -b -rr -O -cs
  7. BF    = DEFINE @_main=@_tinymain @_exit=@XCEXIT SC SD ND
  8. LIBS    = lib:lcr.lib lib:amiga.lib
  9.  
  10. OptMouse :    OptMouse.o
  11.     blink $(BF) FROM lib:cback.o+OptMouse.o TO OptMouse lib $(LIBS)
  12.  
  13. OptMouse.o :    OptMouse.c
  14.     lc $(CF) OptMouse.c
  15.  
  16.