# Makefile for lib/mach/minix.i386/stubs.

CC	= false
ARCH	= eniac
CFLAGS	=
CC1	= $(CC) -m$(ARCH) $(CFLAGS) -c

LIBRARY	= /usr/lib/$(CC)/$(ARCH)/libc.a

OBJECTS	= \
	$(LIBRARY)(_exit.o) \
	$(LIBRARY)(access.o) \
	$(LIBRARY)(alarm.o) \
	$(LIBRARY)(brk.o) \
	$(LIBRARY)(cfgetispeed.o) \
	$(LIBRARY)(cfgetospeed.o) \
	$(LIBRARY)(cfsetispeed.o) \
	$(LIBRARY)(cfsetospeed.o) \
	$(LIBRARY)(chdir.o) \
	$(LIBRARY)(chmod.o) \
	$(LIBRARY)(chown.o) \
	$(LIBRARY)(chroot.o) \
	$(LIBRARY)(close.o) \
	$(LIBRARY)(closedir.o) \
	$(LIBRARY)(creat.o) \
	$(LIBRARY)(dup.o) \
	$(LIBRARY)(dup2.o) \
	$(LIBRARY)(endgrent.o) \
	$(LIBRARY)(endpwent.o) \
	$(LIBRARY)(execl.o) \
	$(LIBRARY)(execle.o) \
	$(LIBRARY)(execlp.o) \
	$(LIBRARY)(execv.o) \
	$(LIBRARY)(execve.o) \
	$(LIBRARY)(execvp.o) \
	$(LIBRARY)(fcancel.o) \
	$(LIBRARY)(fcntl.o) \
	$(LIBRARY)(fork.o) \
	$(LIBRARY)(fstat.o) \
	$(LIBRARY)(fwait.o) \
	$(LIBRARY)(getcwd.o) \
	$(LIBRARY)(getegid.o) \
	$(LIBRARY)(geteuid.o) \
	$(LIBRARY)(getgid.o) \
	$(LIBRARY)(getgrent.o) \
	$(LIBRARY)(getgrgid.o) \
	$(LIBRARY)(getgrnam.o) \
	$(LIBRARY)(getgroups.o) \
	$(LIBRARY)(getpgrp.o) \
	$(LIBRARY)(getpid.o) \
	$(LIBRARY)(getppid.o) \
	$(LIBRARY)(getpwent.o) \
	$(LIBRARY)(getpwnam.o) \
	$(LIBRARY)(getpwuid.o) \
	$(LIBRARY)(getuid.o) \
	$(LIBRARY)(ioctl.o) \
	$(LIBRARY)(isatty.o) \
	$(LIBRARY)(kill.o) \
	$(LIBRARY)(link.o) \
	$(LIBRARY)(lseek.o) \
	$(LIBRARY)(lstat.o) \
	$(LIBRARY)(mkdir.o) \
	$(LIBRARY)(mkfifo.o) \
	$(LIBRARY)(mknod.o) \
	$(LIBRARY)(mount.o) \
	$(LIBRARY)(nice.o) \
	$(LIBRARY)(open.o) \
	$(LIBRARY)(opendir.o) \
	$(LIBRARY)(pathconf.o) \
	$(LIBRARY)(pause.o) \
	$(LIBRARY)(pipe.o) \
	$(LIBRARY)(read.o) \
	$(LIBRARY)(readdir.o) \
	$(LIBRARY)(readlink.o) \
	$(LIBRARY)(reboot.o) \
	$(LIBRARY)(rename.o) \
	$(LIBRARY)(rewinddir.o) \
	$(LIBRARY)(rmdir.o) \
	$(LIBRARY)(sbrk.o) \
	$(LIBRARY)(seekdir.o) \
	$(LIBRARY)(setgid.o) \
	$(LIBRARY)(setgrent.o) \
	$(LIBRARY)(setgrfile.o) \
	$(LIBRARY)(setgroups.o) \
	$(LIBRARY)(setpgid.o) \
	$(LIBRARY)(setpwent.o) \
	$(LIBRARY)(setpwfile.o) \
	$(LIBRARY)(setsid.o) \
	$(LIBRARY)(setuid.o) \
	$(LIBRARY)(sigaction.o) \
	$(LIBRARY)(sigaddset.o) \
	$(LIBRARY)(sigdelset.o) \
	$(LIBRARY)(sigemptyset.o) \
	$(LIBRARY)(sigfillset.o) \
	$(LIBRARY)(sigismember.o) \
	$(LIBRARY)(siglongjmp.o) \
	$(LIBRARY)(signal.o) \
	$(LIBRARY)(sigpending.o) \
	$(LIBRARY)(sigprocmask.o) \
	$(LIBRARY)(sigreturn.o) \
	$(LIBRARY)(sigsuspend.o) \
	$(LIBRARY)(sleep.o) \
	$(LIBRARY)(stat.o) \
	$(LIBRARY)(stime.o) \
	$(LIBRARY)(svrctl.o) \
	$(LIBRARY)(swapoff.o) \
	$(LIBRARY)(symlink.o) \
	$(LIBRARY)(sync.o) \
	$(LIBRARY)(sysenv.o) \
	$(LIBRARY)(system.o) \
	$(LIBRARY)(sysuname.o) \
	$(LIBRARY)(sysutime.o) \
	$(LIBRARY)(tcdrain.o) \
	$(LIBRARY)(tcflow.o) \
	$(LIBRARY)(tcflush.o) \
	$(LIBRARY)(tcgetattr.o) \
	$(LIBRARY)(tcgetpgrp.o) \
	$(LIBRARY)(tcsendbreak.o) \
	$(LIBRARY)(tcsetattr.o) \
	$(LIBRARY)(tcsetpgrp.o) \
	$(LIBRARY)(time.o) \
	$(LIBRARY)(times.o) \
	$(LIBRARY)(umask.o) \
	$(LIBRARY)(umount.o) \
	$(LIBRARY)(uname.o) \
	$(LIBRARY)(unlink.o) \
	$(LIBRARY)(utime.o) \
	$(LIBRARY)(wait.o) \
	$(LIBRARY)(waitpid.o) \
	$(LIBRARY)(write.o) \

$(LIBRARY):	$(OBJECTS)
	$(CC) -c.a -o $@ *.o
	rm *.o

$(LIBRARY)(_exit.o):	_exit.ack.s
	$(CC1) _exit.ack.s

$(LIBRARY)(access.o):	access.ack.s
	$(CC1) access.ack.s

$(LIBRARY)(alarm.o):	alarm.ack.s
	$(CC1) alarm.ack.s

$(LIBRARY)(brk.o):	brk.ack.s
	$(CC1) brk.ack.s

$(LIBRARY)(cfgetispeed.o):	cfgetispeed.ack.s
	$(CC1) cfgetispeed.ack.s

$(LIBRARY)(cfgetospeed.o):	cfgetospeed.ack.s
	$(CC1) cfgetospeed.ack.s

$(LIBRARY)(cfsetispeed.o):	cfsetispeed.ack.s
	$(CC1) cfsetispeed.ack.s

$(LIBRARY)(cfsetospeed.o):	cfsetospeed.ack.s
	$(CC1) cfsetospeed.ack.s

$(LIBRARY)(chdir.o):	chdir.ack.s
	$(CC1) chdir.ack.s

$(LIBRARY)(chmod.o):	chmod.ack.s
	$(CC1) chmod.ack.s

$(LIBRARY)(chown.o):	chown.ack.s
	$(CC1) chown.ack.s

$(LIBRARY)(chroot.o):	chroot.ack.s
	$(CC1) chroot.ack.s

$(LIBRARY)(close.o):	close.ack.s
	$(CC1) close.ack.s

$(LIBRARY)(closedir.o):	closedir.ack.s
	$(CC1) closedir.ack.s

$(LIBRARY)(creat.o):	creat.ack.s
	$(CC1) creat.ack.s

$(LIBRARY)(dup.o):	dup.ack.s
	$(CC1) dup.ack.s

$(LIBRARY)(dup2.o):	dup2.ack.s
	$(CC1) dup2.ack.s

$(LIBRARY)(endgrent.o):	endgrent.ack.s
	$(CC1) endgrent.ack.s

$(LIBRARY)(endpwent.o):	endpwent.ack.s
	$(CC1) endpwent.ack.s

$(LIBRARY)(execl.o):	execl.ack.s
	$(CC1) execl.ack.s

$(LIBRARY)(execle.o):	execle.ack.s
	$(CC1) execle.ack.s

$(LIBRARY)(execlp.o):	execlp.ack.s
	$(CC1) execlp.ack.s

$(LIBRARY)(execv.o):	execv.ack.s
	$(CC1) execv.ack.s

$(LIBRARY)(execve.o):	execve.ack.s
	$(CC1) execve.ack.s

$(LIBRARY)(execvp.o):	execvp.ack.s
	$(CC1) execvp.ack.s

$(LIBRARY)(fcancel.o):	fcancel.ack.s
	$(CC1) fcancel.ack.s

$(LIBRARY)(fcntl.o):	fcntl.ack.s
	$(CC1) fcntl.ack.s

$(LIBRARY)(fork.o):	fork.ack.s
	$(CC1) fork.ack.s

$(LIBRARY)(fstat.o):	fstat.ack.s
	$(CC1) fstat.ack.s

$(LIBRARY)(fwait.o):	fwait.ack.s
	$(CC1) fwait.ack.s

$(LIBRARY)(getcwd.o):	getcwd.ack.s
	$(CC1) getcwd.ack.s

$(LIBRARY)(getegid.o):	getegid.ack.s
	$(CC1) getegid.ack.s

$(LIBRARY)(geteuid.o):	geteuid.ack.s
	$(CC1) geteuid.ack.s

$(LIBRARY)(getgid.o):	getgid.ack.s
	$(CC1) getgid.ack.s

$(LIBRARY)(getgrent.o):	getgrent.ack.s
	$(CC1) getgrent.ack.s

$(LIBRARY)(getgrgid.o):	getgrgid.ack.s
	$(CC1) getgrgid.ack.s

$(LIBRARY)(getgrnam.o):	getgrnam.ack.s
	$(CC1) getgrnam.ack.s

$(LIBRARY)(getgroups.o):	getgroups.ack.s
	$(CC1) getgroups.ack.s

$(LIBRARY)(getpgrp.o):	getpgrp.ack.s
	$(CC1) getpgrp.ack.s

$(LIBRARY)(getpid.o):	getpid.ack.s
	$(CC1) getpid.ack.s

$(LIBRARY)(getppid.o):	getppid.ack.s
	$(CC1) getppid.ack.s

$(LIBRARY)(getpwent.o):	getpwent.ack.s
	$(CC1) getpwent.ack.s

$(LIBRARY)(getpwnam.o):	getpwnam.ack.s
	$(CC1) getpwnam.ack.s

$(LIBRARY)(getpwuid.o):	getpwuid.ack.s
	$(CC1) getpwuid.ack.s

$(LIBRARY)(getuid.o):	getuid.ack.s
	$(CC1) getuid.ack.s

$(LIBRARY)(ioctl.o):	ioctl.ack.s
	$(CC1) ioctl.ack.s

$(LIBRARY)(isatty.o):	isatty.ack.s
	$(CC1) isatty.ack.s

$(LIBRARY)(kill.o):	kill.ack.s
	$(CC1) kill.ack.s

$(LIBRARY)(link.o):	link.ack.s
	$(CC1) link.ack.s

$(LIBRARY)(lseek.o):	lseek.ack.s
	$(CC1) lseek.ack.s

$(LIBRARY)(lstat.o):	lstat.ack.s
	$(CC1) lstat.ack.s

$(LIBRARY)(mkdir.o):	mkdir.ack.s
	$(CC1) mkdir.ack.s

$(LIBRARY)(mkfifo.o):	mkfifo.ack.s
	$(CC1) mkfifo.ack.s

$(LIBRARY)(mknod.o):	mknod.ack.s
	$(CC1) mknod.ack.s

$(LIBRARY)(mount.o):	mount.ack.s
	$(CC1) mount.ack.s

$(LIBRARY)(nice.o):	nice.ack.s
	$(CC1) nice.ack.s

$(LIBRARY)(open.o):	open.ack.s
	$(CC1) open.ack.s

$(LIBRARY)(opendir.o):	opendir.ack.s
	$(CC1) opendir.ack.s

$(LIBRARY)(pathconf.o):	pathconf.ack.s
	$(CC1) pathconf.ack.s

$(LIBRARY)(pause.o):	pause.ack.s
	$(CC1) pause.ack.s

$(LIBRARY)(pipe.o):	pipe.ack.s
	$(CC1) pipe.ack.s

$(LIBRARY)(read.o):	read.ack.s
	$(CC1) read.ack.s

$(LIBRARY)(readdir.o):	readdir.ack.s
	$(CC1) readdir.ack.s

$(LIBRARY)(readlink.o):	readlink.ack.s
	$(CC1) readlink.ack.s

$(LIBRARY)(reboot.o):	reboot.ack.s
	$(CC1) reboot.ack.s

$(LIBRARY)(rename.o):	rename.ack.s
	$(CC1) rename.ack.s

$(LIBRARY)(rewinddir.o):	rewinddir.ack.s
	$(CC1) rewinddir.ack.s

$(LIBRARY)(rmdir.o):	rmdir.ack.s
	$(CC1) rmdir.ack.s

$(LIBRARY)(sbrk.o):	sbrk.ack.s
	$(CC1) sbrk.ack.s

$(LIBRARY)(seekdir.o):	seekdir.ack.s
	$(CC1) seekdir.ack.s

$(LIBRARY)(setgid.o):	setgid.ack.s
	$(CC1) setgid.ack.s

$(LIBRARY)(setgrent.o):	setgrent.ack.s
	$(CC1) setgrent.ack.s

$(LIBRARY)(setgrfile.o):	setgrfile.ack.s
	$(CC1) setgrfile.ack.s

$(LIBRARY)(setgroups.o):	setgroups.ack.s
	$(CC1) setgroups.ack.s

$(LIBRARY)(setpgid.o):	setpgid.ack.s
	$(CC1) setpgid.ack.s

$(LIBRARY)(setpwent.o):	setpwent.ack.s
	$(CC1) setpwent.ack.s

$(LIBRARY)(setpwfile.o):	setpwfile.ack.s
	$(CC1) setpwfile.ack.s

$(LIBRARY)(setsid.o):	setsid.ack.s
	$(CC1) setsid.ack.s

$(LIBRARY)(setuid.o):	setuid.ack.s
	$(CC1) setuid.ack.s

$(LIBRARY)(sigaction.o):	sigaction.ack.s
	$(CC1) sigaction.ack.s

$(LIBRARY)(sigaddset.o):	sigaddset.ack.s
	$(CC1) sigaddset.ack.s

$(LIBRARY)(sigdelset.o):	sigdelset.ack.s
	$(CC1) sigdelset.ack.s

$(LIBRARY)(sigemptyset.o):	sigemptyset.ack.s
	$(CC1) sigemptyset.ack.s

$(LIBRARY)(sigfillset.o):	sigfillset.ack.s
	$(CC1) sigfillset.ack.s

$(LIBRARY)(sigismember.o):	sigismember.ack.s
	$(CC1) sigismember.ack.s

$(LIBRARY)(siglongjmp.o):	siglongjmp.ack.s
	$(CC1) siglongjmp.ack.s

$(LIBRARY)(signal.o):	signal.ack.s
	$(CC1) signal.ack.s

$(LIBRARY)(sigpending.o):	sigpending.ack.s
	$(CC1) sigpending.ack.s

$(LIBRARY)(sigprocmask.o):	sigprocmask.ack.s
	$(CC1) sigprocmask.ack.s

$(LIBRARY)(sigreturn.o):	sigreturn.ack.s
	$(CC1) sigreturn.ack.s

$(LIBRARY)(sigsuspend.o):	sigsuspend.ack.s
	$(CC1) sigsuspend.ack.s

$(LIBRARY)(sleep.o):	sleep.ack.s
	$(CC1) sleep.ack.s

$(LIBRARY)(stat.o):	stat.ack.s
	$(CC1) stat.ack.s

$(LIBRARY)(svrctl.o):	svrctl.ack.s
	$(CC1) svrctl.ack.s

$(LIBRARY)(stime.o):	stime.ack.s
	$(CC1) stime.ack.s

$(LIBRARY)(swapoff.o):	swapoff.ack.s
	$(CC1) swapoff.ack.s

$(LIBRARY)(symlink.o):	symlink.ack.s
	$(CC1) symlink.ack.s

$(LIBRARY)(sync.o):	sync.ack.s
	$(CC1) sync.ack.s

$(LIBRARY)(sysenv.o):	sysenv.ack.s
	$(CC1) sysenv.ack.s

$(LIBRARY)(system.o):	system.ack.s
	$(CC1) system.ack.s

$(LIBRARY)(sysuname.o):	sysuname.ack.s
	$(CC1) sysuname.ack.s

$(LIBRARY)(sysutime.o):	sysutime.ack.s
	$(CC1) sysutime.ack.s

$(LIBRARY)(tcdrain.o):	tcdrain.ack.s
	$(CC1) tcdrain.ack.s

$(LIBRARY)(tcflow.o):	tcflow.ack.s
	$(CC1) tcflow.ack.s

$(LIBRARY)(tcflush.o):	tcflush.ack.s
	$(CC1) tcflush.ack.s

$(LIBRARY)(tcgetattr.o):	tcgetattr.ack.s
	$(CC1) tcgetattr.ack.s

$(LIBRARY)(tcgetpgrp.o):	tcgetpgrp.ack.s
	$(CC1) tcgetpgrp.ack.s

$(LIBRARY)(tcsendbreak.o):	tcsendbreak.ack.s
	$(CC1) tcsendbreak.ack.s

$(LIBRARY)(tcsetattr.o):	tcsetattr.ack.s
	$(CC1) tcsetattr.ack.s

$(LIBRARY)(tcsetpgrp.o):	tcsetpgrp.ack.s
	$(CC1) tcsetpgrp.ack.s

$(LIBRARY)(time.o):	time.ack.s
	$(CC1) time.ack.s

$(LIBRARY)(times.o):	times.ack.s
	$(CC1) times.ack.s

$(LIBRARY)(umask.o):	umask.ack.s
	$(CC1) umask.ack.s

$(LIBRARY)(umount.o):	umount.ack.s
	$(CC1) umount.ack.s

$(LIBRARY)(uname.o):	uname.ack.s
	$(CC1) uname.ack.s

$(LIBRARY)(unlink.o):	unlink.ack.s
	$(CC1) unlink.ack.s

$(LIBRARY)(utime.o):	utime.ack.s
	$(CC1) utime.ack.s

$(LIBRARY)(wait.o):	wait.ack.s
	$(CC1) wait.ack.s

$(LIBRARY)(waitpid.o):	waitpid.ack.s
	$(CC1) waitpid.ack.s

$(LIBRARY)(write.o):	write.ack.s
	$(CC1) write.ack.s

# $PchId: Makefile,v 1.4 1996/02/23 08:22:55 philip Exp $
