home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-02-24 | 446 b | 14 lines |
- .SUFFIXES: .c .s .o
- CC = cc
- CCflags = -c -ITCPIPSource:,C: $(x_cflags)
- ObjAsmflags = -Stamp -NoCache -CloseExec -Quit $(x_aflags)
-
- Files = o.AX25 o.ax25cmd o.AX25DUMP o.AX25SUBR o.AX25USER o.ax_mbx o.nr3 o.NR4 o.NR4SUBR o.NR4TIMER o.NR4USER o.nrcmd o.NRS o.NRSUBR o.kiss o.lapb o.lapbtime
-
- ~Radio: $(Files)
- $(do)
-
- .c.o:; $(CC) $(CCflags) $< -o $@
-
- .s.o:; objasm $(ObjAsmflags) -from $< -to $@
-