home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 3
/
PDCD_3.iso
/
internet
/
tcpipsrc
/
h
/
if
/
ICMP
/
Makefile
Wrap
Makefile
|
1995-02-22
|
334b
|
14 lines
.SUFFIXES: .c .s .o
CC = cc
CCflags = -c -ITCPIPSource:,C: $(x_cflags)
ObjAsmflags = -Stamp -NoCache -CloseExec -Quit $(x_aflags)
Files = o.ICMP o.icmpcmd o.ICMPDUMP o.ICMPMSG
~ICMP: $(Files)
$(do)
.c.o:; $(CC) $(CCflags) $< -o $@
.s.o:; objasm $(ObjAsmflags) -from $< -to $@