home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / dev / c / lib / gstream.spk / Makefile < prev   
Makefile  |  1993-05-08  |  170b  |  10 lines

  1. # gstream
  2.  
  3. .SUFFIXES:   .c .o
  4. Files        = o.gstream o.osstream o.ramstream o.savebox o.xferstream
  5.  
  6. all:         $(files)
  7.  
  8. .c.o:;       cc -c -throwback -IC: $< -o $@
  9.  
  10.