home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / internet / tcpip / src205 / TCPIP_Src / !MakeFinal < prev    next >
Encoding:
Text File  |  1995-03-08  |  2.2 KB  |  63 lines

  1. Linkflags    = -aif -o $@ 
  2. Squeezeflags = -o $@
  3.  
  4. Libs         = +Libs.o.vtlib C:o.RISC_OSLib C:o.Stubs
  5.  
  6. ARP          = ARP.o.ARP ARP.o.arpcmd ARP.o.ARPDUMP
  7.  
  8. DNS          = DNS.o.dns DNS.o.dnscli DNS.o.domain DNS.o.resolve \
  9.                DNS.o.resolve_0 
  10.  
  11. Drivers      = Drivers.o.arc_io Drivers.o.driver Drivers.o.ethernet \
  12.                Drivers.o.iface Drivers.o.aun Drivers.o.PPPdriver \
  13.                Drivers.o.SLIP Drivers.o.sl_compres Drivers.o.PPPMod 
  14.  
  15. Finger       = Finger.o.fingcli Finger.o.fingserv
  16.  
  17. FTP          = FTP.o.ftp FTP.o.ftpcli FTP.o.FTPSERV FTP.o.pathent
  18.  
  19. ICMP         = ICMP.o.ICMP ICMP.o.icmpcmd ICMP.o.ICMPDUMP ICMP.o.ICMPMSG
  20.  
  21. IP           = IP.o.IP IP.o.ipcmd IP.o.IPDUMP IP.o.IPROUTE
  22.  
  23. Main         = Main.o.cmdparse Main.o.main Main.o.Terminal Main.o.version \
  24.                Main.o.window Main.o.upgrade
  25.  
  26. Misc         = Misc.o.ARC Misc.o.chat Misc.o.files Misc.o.MBUF Misc.o.mem \
  27.                Misc.o.misc Misc.o.PATHNAME Misc.o.ttydriv Misc.o.caller \
  28.                Misc.o.realtime
  29.  
  30. MiscCli      = MiscCli.o.NetTime MiscCli.o.Transfer
  31.  
  32. MiscServ     = MiscServ.o.ident MiscServ.o.SMISC
  33.  
  34. NetMisc      = NetMisc.o.LCSUM NetMisc.o.NETUSER NetMisc.o.session \
  35.                NetMisc.o.TIMER NetMisc.o.TRACE
  36.  
  37. NNTP         = NNTP.o.nntpcli NNTP.o.nntpidhist
  38.  
  39. POP          = POP.o.pop
  40.  
  41. Radio        = Radio.o.kiss Radio.o.LAPB Radio.o.LAPBTIME Radio.o.AX25 \
  42.                Radio.o.ax25cmd Radio.o.AX25DUMP Radio.o.AX25SUBR \
  43.                Radio.o.AX25USER Radio.o.ax_mbx Radio.o.nr3 Radio.o.NR4 \
  44.                Radio.o.NR4SUBR Radio.o.NR4TIMER Radio.o.NR4USER \
  45.                Radio.o.nrcmd Radio.o.NRS Radio.o.NRSUBR
  46.  
  47. SMTP         = SMTP.o.smtpcli SMTP.o.smtpserv
  48.  
  49. TCP          = TCP.o.tcpcmd TCP.o.TCPDUMP TCP.o.TCPIN TCP.o.TCPOUT \
  50.                TCP.o.TCPSUBR TCP.o.TCPTIMER TCP.o.TCPUSER
  51.  
  52. Telnet       = Telnet.o.telnet Telnet.o.tnserv 
  53.  
  54. UDP          = UDP.o.UDP UDP.o.udpcmd UDP.o.UDPDUMP
  55.  
  56. Files        = $(ARP) $(DNS) $(Drivers) $(Finger) $(FTP) $(ICMP) $(IP) \
  57.                $(Main) $(Misc) $(MiscCli) $(MiscServ) $(NetMisc) $(NNTP) \
  58.                $(POP) $(Radio) $(SMTP) $(TCP) $(Telnet) $(UDP)
  59.  
  60. !RunImage:     $(Files) $(Libs)
  61.                Link $(Linkflags) $(Files) $(Libs)
  62.                Squeeze $(Squeezeflags) !RunImage 
  63.