home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-02-22 | 374 b | 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 $@
-