Initial revision
authorceriel <none@none>
Thu, 29 Jan 1987 22:45:44 +0000 (22:45 +0000)
committerceriel <none@none>
Thu, 29 Jan 1987 22:45:44 +0000 (22:45 +0000)
mach/m68020/libsys/LIST [new file with mode: 0644]
mach/m68020/libsys/Makefile [new file with mode: 0644]

diff --git a/mach/m68020/libsys/LIST b/mach/m68020/libsys/LIST
new file mode 100644 (file)
index 0000000..75f6496
--- /dev/null
@@ -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
diff --git a/mach/m68020/libsys/Makefile b/mach/m68020/libsys/Makefile
new file mode 100644 (file)
index 0000000..5861ef1
--- /dev/null
@@ -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