home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 357.lha / intuisup_v1.15 / examples / bmaprport / makefile next >
Makefile  |  1990-03-10  |  278b  |  11 lines

  1. OBJ=test.o
  2. LIB=lib:amiga.lib lib:lc.lib lib:isupres.lib
  3. ARG=SMALLDATA SMALLCODE VERBOSE
  4. CCFLAGS=-b0 -ccst -v -O -DISUP_RUNTIME
  5.  
  6. test:       $(OBJ) lib:isupres.lib
  7.             blink from lib:a.o $(OBJ) lib $(LIB) to test $(ARG)
  8.  
  9. test.o:     test.c
  10.             lc $(CCFLAGS) test
  11.