Initial revision

This commit is contained in:
ceriel 1987-01-29 22:45:44 +00:00
parent 153e30bb1c
commit 0a279ebbbd
2 changed files with 87 additions and 0 deletions

58
mach/m68020/libsys/LIST Normal file
View file

@ -0,0 +1,58 @@
libmon_s.a
exit.s
_exit.s
access.s
acct.s
alarm.s
chdir.s
chmod.s
chown.s
chroot.s
close.s
creat.s
dup.s
dup2.s
execl.s
execve.s
fork.s
ftime.s
getegid.s
getgid.s
getpid.s
getuid.s
stty.s
gtty.s
ioctl.s
kill.s
link.s
lock.s
lseek.s
mknod.s
mount.s
nice.s
open.s
pause.s
pipe.s
profil.s
ptrace.s
read.s
setgid.s
setuid.s
stat.s
stime.s
sync.s
time.s
times.s
umask.s
umount.s
unlink.s
utime.s
write.s
brk.s
wait.s
fstat.s
signal.s
fcntl.s
call.s
cleanup.s
errno.s

View file

@ -0,0 +1,29 @@
# $Header$
MACH=m68020
all: libmon_o.a head_em.o
install: all
../../install head_em.o head_em
../../install libmon_o.a tail_mon
cmp: all
-../../compare head_em.o head_em
-../../compare libmon_o.a tail_mon
libmon_o.a: libmon_s.a
ASAR=aal ; export ASAR ;\
march . libmon_o.a
head_em.o: head_em.s
$(MACH) -I../../../h -c head_em.s
clean:
rm -f *.o libmon_o.a
opr :
make pr | opr
pr:
@pr `pwd`/head_em.s
@arch pv libmon_s.a | pr -h `pwd`/libmon_s.a