home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / gui / gauge.lha / smakefile < prev    next >
Encoding:
Makefile  |  1997-01-26  |  205 b   |  10 lines

  1. LFLAGS = addsym smallcode smalldata
  2. LIBS = lib:debug.lib lib:sc.lib lib:amiga.lib
  3.  
  4. all: test
  5.  
  6. test.o: test.c gauge.c gauge.h
  7.  
  8. test: test.o gauge.o
  9.     slink lib:c.o test.o gauge.o to $@ lib $(LIBS) $(LFLAGS)
  10.