home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 3
/
PDCD_3.iso
/
internet
/
tcpipsrc
/
Drivers
/
Makefile
Wrap
Makefile
|
1995-02-22
|
374b
|
14 lines
.SUFFIXES: .c .s .o
CC = cc
CCflags = -c -ITCPIPSource:,C: $(x_cflags)
ObjAsmflags = -Stamp -NoCache -CloseExec -Quit $(x_aflags)
Files = o.arc_io o.driver o.ethernet o.iface o.PPPdriver o.SLIP o.sl_compres o.PPPmod
~Drivers: $(Files)
$(do)
.c.o:; $(CC) $(CCflags) $< -o $@
.s.o:; objasm $(ObjAsmflags) -from $< -to $@