head     1.8;
access   ;
symbols  ;
locks    ;
comment  @# @;


1.8
date     89.06.14.18.27.20;  author korotaev;  state Exp;
branches ;
next     1.7;

1.7
date     89.05.23.13.22.15;  author abs;  state Exp;
branches ;
next     1.6;

1.6
date     89.05.10.15.29.55;  author ache;  state Exp;
branches ;
next     1.5;

1.5
date     89.03.09.17.33.10;  author abs;  state Exp;
branches ;
next     1.4;

1.4
date     89.03.04.16.39.58;  author abs;  state Exp;
branches ;
next     1.3;

1.3
date     88.11.16.16.54.29;  author ache;  state Exp;
branches ;
next     1.2;

1.2
date     88.06.24.20.55.11;  author ache;  state Exp;
branches ;
next     1.1;

1.1
date     88.04.13.15.57.30;  author andrew;  state Exp;
branches ;
next     ;


desc
@@


1.8
log
@+ fcntl.[os]
@
text
@#    ,     ,
#          -  
# ../crt/zzzz.s
#
# $Header: Makefile,v 1.7 89/05/23 13:22:15 abs Exp $
#
COFLAGS=-q

.DEFAULT:
	co $(COFLAGS) $@@

.s.o:
	as -V -o $@@ /usr/include/sys.s $<
	ld -r -x $@@ -o a.out.lib
	mv a.out.lib $@@

CONST =       access.o \
	      acct.o \
	      alarm.o \
	      chdir.o \
	      chmod.o \
	      chown.o \
	      chroot.o \
	      close.o \
	      creat.o \
	      dup.o \
	      execl.o \
	      execle.o \
	      execv.o \
	      execve.o \
	      exit.o \
	      fcntl.o \
	      fetchi.o \
	      flock.o \
	      fork.o \
	      fperr.o \
	      fstat.o \
	      ftruncate.o \
	      getgid.o \
	      getpid.o \
	      getppid.o \
	      getuid.o \
	      gldav.o \
	      ioctl.o \
	      kill.o \
	      killbkg.o \
	      killpg.o \
	      link.o \
	      lock.o \
	      login.o \
	      lseek.o \
	      lstat.o \
	      mkdir.o \
	      mknod.o \
	      mount.o \
	      mpxcall.o \
	      msgsys.o \
	      nice.o \
	      open.o \
	      pause.o \
	      phys.o \
	      pipe.o \
	      profil.o \
	      ptrace.o \
	      qfstat.o \
	      qstat.o \
	      quota.o \
	      read.o \
	      readlink.o \
	      reboot.o \
	      renice.o \
	      rmdir.o \
	      rtp.o \
	      sbrk.o \
	      select.o \
	      semsys.o \
	      setgid.o \
	      setgrp.o \
	      setpgrp.o \
	      setuid.o \
	      stat.o \
	      stime.o \
	      submit.o \
	      symlink.o \
	      sync.o \
	      time.o \
	      times.o \
	      truncate.o \
	      ucall.o \
	      umask.o \
	      umount.o \
	      unlink.o \
	      ustat.o \
	      utime.o \
	      vhangup.o \
	      wait.o \
	      wait2.o \
	      write.o

all:    $(CONST) \
	vfork.o \
	signal.o

overlay: $(CONST)
	rm -f vfork.o signal.o
	cd ../overlay; make vfork.o signal.o

clean:
	rm -f *.[ob]

CLRSRC: clean
	rm -f *.[cs]

access.o:       access.s
acct.o:         acct.s
alarm.o:        alarm.s
chdir.o:        chdir.s
chmod.o:        chmod.s
chown.o:        chown.s
chroot.o:       chroot.s
close.o:        close.s
creat.o:        creat.s
dup.o:          dup.s
execl.o:        execl.s
execle.o:       execle.s
execv.o:        execv.s
execve.o:       execve.s
exit.o:         exit.s
fcntl.o:        fcntl.s
fetchi.o:       fetchi.s
flock.o:        flock.s
fork.o:         fork.s
fperr.o:        fperr.s
fstat.o:        fstat.s
ftruncate.o:    ftruncate.s
getgid.o:       getgid.s
getpid.o:       getpid.s
getppid.o:      getppid.s
getuid.o:       getuid.s
gldav.o:        gldav.s
ioctl.o:        ioctl.s
kill.o:         kill.s
killbkg.o:      killbkg.s
killpg.o:       killpg.s
link.o:         link.s
lock.o:         lock.s
login.o:        login.s
lseek.o:        lseek.s
lstat.o:        lstat.s
mkdir.o:        mkdir.s
mknod.o:        mknod.s
mount.o:        mount.s
mpxcall.o:      mpxcall.s
msgsys.o:       msgsys.s
nice.o:         nice.s
open.o:         open.s
pause.o:        pause.s
phys.o:         phys.s
pipe.o:         pipe.s
profil.o:       profil.s
ptrace.o:       ptrace.s
qfstat.o:       qfstat.s
qstat.o:        qstat.s
quota.o:        quota.s
read.o:         read.s
readlink.o:     readlink.s
reboot.o:       reboot.s
renice.o:       renice.s
rmdir.o:        rmdir.s
rtp.o:          rtp.s
sbrk.o:         sbrk.s
select.o:       select.s
semsys.o:       semsys.s
setgid.o:       setgid.s
setgrp.o:       setgrp.s
setpgrp.o:      setpgrp.s
setuid.o:       setuid.s
signal.o:       signal.s
stat.o:         stat.s
stime.o:        stime.s
submit.o:       submit.s
symlink.o:      symlink.s
sync.o:         sync.s
time.o:         time.s
times.o:        times.s
truncate.o:     truncate.s
ucall.o:        ucall.s
umask.o:        umask.s
umount.o:       umount.s
unlink.o:       unlink.s
utime.o:        utime.s
ustat.o:        ustat.s
vfork.o:        vfork.s
vhangup.o:      vhangup.s
wait.o:         wait.s
wait2.o:        wait2.s
write.o:        write.s
@


1.7
log
@ustat
@
text
@d5 1
a5 1
# $Header: Makefile,v 1.6 89/05/10 15:29:55 ache Exp $
d32 1
d129 1
@


1.6
log
@ 
@
text
@d5 1
a5 1
# $Header$
d92 1
d190 1
@


1.5
log
@msgsys
@
text
@d1 3
a3 3
# $Log: Makefile,v $
# Revision 1.4  89/03/04  16:39:58  abs
# semsys .
d5 1
a5 8
# Revision 1.3  88/11/16  16:54:29  ache
# +setprgp, +wait2
#
# Revision 1.2  88/06/24  20:55:11  ache
# +select
#
# Revision 1.1  88/04/13  15:57:30  andrew
# Initial revision
@


1.4
log
@semsys .
@
text
@d2 3
d63 1
d158 1
@


1.3
log
@+setprgp, +wait2
@
text
@d1 4
a4 1
# $Log:	Makefile,v $
d7 1
a7 1
# 
d10 1
a10 1
# 
d56 1
d74 1
d78 1
d116 1
a116 1
acct.o: acct.s
d124 1
a124 1
dup.o:  dup.s
d129 1
a129 1
exit.o: exit.s
d132 1
a132 1
fork.o: fork.s
d142 1
a142 1
kill.o: kill.s
d145 26
a170 24
link.o: link.s
lock.o: lock.s
login.o:	login.s
lseek.o:	lseek.s
lstat.o:	lstat.s
mknod.o:	mknod.s
mount.o:	mount.s
mpxcall.o:	mpxcall.s
nice.o:	nice.s
open.o:	open.s
pause.o:	pause.s
phys.o:	phys.s
pipe.o:	pipe.s
profil.o:	profil.s
ptrace.o:	ptrace.s
qfstat.o:	qfstat.s
qstat.o:	qstat.s
quota.o:	quota.s
read.o:	read.s
readlink.o:	readlink.s
reboot.o:	reboot.s
renice.o:	renice.s
rtp.o:	rtp.s
sbrk.o:	sbrk.s
d172 3
a174 2
setgid.o:	setgid.s
setgrp.o:	setgrp.s
d176 20
a195 20
setuid.o:	setuid.s
signal.o:	signal.s
stat.o:	stat.s
stime.o:	stime.s
submit.o:	submit.s
symlink.o:	symlink.s
sync.o:	sync.s
time.o:	time.s
times.o:	times.s
truncate.o:	truncate.s
ucall.o:	ucall.s
umask.o:	umask.s
umount.o:	umount.s
unlink.o:	unlink.s
utime.o:	utime.s
vfork.o:	vfork.s
vhangup.o:	vhangup.s
wait.o:	wait.s
wait2.o: wait2.s
write.o:	write.s
@


1.2
log
@+select
@
text
@d2 3
d75 1
d92 1
d166 1
d185 1
@


1.1
log
@Initial revision
@
text
@d1 4
a4 1
# $Log: Makefile,v $
d69 1
d158 1
@
