home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / tcpipsrc / !MakeFinal < prev    next >
Text File  |  1995-02-22  |  472b  |  15 lines

  1. Linkflags = -aif -o $@ 
  2. Squeezeflags = -o $@
  3.  
  4. Files =      ARP.o.* DNS.o.* Drivers.o.* Finger.o.* FTP.o.* \
  5.              ICMP.o.* IP.o.* Main.o.* Misc.o.* MiscCli.o.* \
  6.              MiscServ.o.* NetMisc.o.* NNTP.o.* POP.o.* \
  7.              Radio.o.* SMTP.o.* TCP.o.* Telnet.o.* UDP.o.* \
  8.              +Libs.o.vtlib C:o.RISC_OSLib C:o.Stubs
  9.  
  10. !RunImage:   RunImage
  11.              Squeeze $(Squeezeflags) RunImage 
  12.  
  13. RunImage:    $(Files)
  14.              Link $(Linkflags) $(Files)
  15.