home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume5
/
smallc
/
part3
/
vax
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1986-11-30
|
169 b
|
12 lines
.SUFFIXES: .o .c
.c.o:
/u/clewis/lib/sccvax -c $*.c
as -o $*.o $*.s
OBJ = crunvax.o chiovax.o iovax.o
libl.a: $(OBJ) crt0.o
ar ru libl.a $(OBJ)
ucb ranlib libl.a