xref: /original-bsd/lib/libc/gen/Makefile.inc (revision 2bda6f4d)
1*2bda6f4dSmckusick#	@(#)Makefile.inc	8.6 (Berkeley) 05/04/95
2fc842a3aSbostic
33a855c00Sbostic# machine-independent gen sources
4f8add6f1Sbostic.PATH: ${.CURDIR}/${MACHINE}/gen ${.CURDIR}/gen
5fc842a3aSbostic
6c34c91e7SbosticSRCS+=	alarm.c assert.c clock.c closedir.c confstr.c crypt.c ctermid.c \
79c38070fSbostic	ctime.c daemon.c devname.c difftime.c disklabel.c err.c errlst.c \
89c38070fSbostic	exec.c fnmatch.c frexp.c fstab.c fts.c getbsize.c getcap.c getcwd.c \
99c38070fSbostic	getgrent.c getgrouplist.c gethostname.c getloadavg.c getlogin.c \
109c38070fSbostic	getmntinfo.c getnetgrent.c getpagesize.c getpass.c getpwent.c \
11*2bda6f4dSmckusick	getttyent.c getusershell.c getvfsbyname.c glob.c initgroups.c isatty.c \
12*2bda6f4dSmckusick	nice.c nlist.c opendir.c pause.c popen.c psignal.c pwcache.c raise.c \
13*2bda6f4dSmckusick	readdir.c rewinddir.c scandir.c seekdir.c sethostname.c setjmperr.c \
14d2590928Smckusick	setmode.c siginterrupt.c siglist.c signal.c \
15aa20e4cbSbostic	sigsetops.c sleep.c sysconf.c sysctl.c syslog.c telldir.c \
16aa20e4cbSbostic	termios.c time.c times.c timezone.c ttyname.c ttyslot.c ualarm.c \
17b1ecda25Sbostic	uname.c unvis.c usleep.c utime.c valloc.c vis.c wait.c wait3.c \
18b1ecda25Sbostic	waitpid.c
19fc842a3aSbostic
203a855c00Sbostic# machine-dependent gen sources
213a855c00Sbostic.include "${.CURDIR}/${MACHINE}/gen/Makefile.inc"
223a855c00Sbostic
23e287351bSralph.if (${MACHINE} == "tahoe" || ${MACHINE} == "vax")
243a855c00Sbosticerrlst.o errlst.po:
253a855c00Sbostic	${CC} -S ${CFLAGS} ${.IMPSRC}
263a855c00Sbostic	ed - < ${.CURDIR}/${MACHINE}/:errfix errlst.s
273a855c00Sbostic	${AS} -o ${.TARGET} errlst.s
283a855c00Sbostic	rm -f errlst.s
29fc842a3aSbostic.endif
30fc842a3aSbostic
3133c2f519SbosticMAN3+=	alarm.0 clock.0 confstr.0 crypt.0 ctermid.0 ctime.0 daemon.0 \
329c38070fSbostic	devname.0 directory.0 err.0 exec.0 fnmatch.0 frexp.0 fts.0 \
339c38070fSbostic	getbsize.0 getcap.0 getcwd.0 getdiskbyname.0 getfsent.0 \
349c38070fSbostic	getgrent.0 getgrouplist.0 gethostname.0 getloadavg.0 \
359c38070fSbostic	getmntinfo.0 getnetgrent.0 getpagesize.0 getpass.0 getpwent.0 \
36*2bda6f4dSmckusick	getttyent.0 getusershell.0 getvfsbyname.0 glob.0 initgroups.0 isinf.0 \
37*2bda6f4dSmckusick	ldexp.0 modf.0 nice.0 nlist.0 pause.0 popen.0 psignal.0 pwcache.0 \
38f50afb02Spendry	raise.0 realpath.0 scandir.0 setjmp.0 setmode.0 siginterrupt.0 \
39f50afb02Spendry	signal.0 sigsetops.0 sleep.0 sysconf.0 sysctl.0 syslog.0 tcgetpgrp.0 \
409c38070fSbostic	tcsendbreak.0 tcsetattr.0 tcsetpgrp.0 time.0 times.0 timezone.0 \
41b1ecda25Sbostic	ttyname.0 tzset.0 ualarm.0 uname.0 unvis.0 usleep.0 utime.0 \
42b1ecda25Sbostic	valloc.0 vis.0
43fc842a3aSbostic
4469d6c91dSbosticMLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3
45fc842a3aSbosticMLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
468d316317Sbostic	ctime.3 localtime.3 ctime.3 mktime.3
47fc842a3aSbosticMLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
48fc842a3aSbostic	directory.3 readdir.3 directory.3 rewinddir.3 directory.3 seekdir.3 \
49fc842a3aSbostic	directory.3 telldir.3
50442b22a1SbosticMLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \
51442b22a1Sbostic	exec.3 execvp.3
5245d8f4d9SbosticMLINKS+=err.3 verr.3 err.3 errx.3 err.3 verrx.3 err.3 warn.3 err.3 vwarn.3 \
5345d8f4d9Sbostic	err.3 warnx.3 err.3 vwarnx.3
54814abdf2SbosticMLINKS+=isinf.3 isnan.3
5556f41de6SbosticMLINKS+=getcap.3 cgetcap.3 getcap.3 cgetclose.3 getcap.3 cgetent.3 \
5656f41de6Sbostic	getcap.3 cgetfirst.3 getcap.3 cgetmatch.3 getcap.3 cgetnext.3 \
5756f41de6Sbostic	getcap.3 cgetnum.3 getcap.3 cgetset.3 getcap.3 cgetstr.3 \
5856f41de6Sbostic	getcap.3 cgetustr.3
59442b22a1SbosticMLINKS+=getcwd.3 getwd.3
60fc842a3aSbosticMLINKS+=getfsent.3 endfsent.3 getfsent.3 getfsfile.3 getfsent.3 getfsspec.3 \
61fc842a3aSbostic	getfsent.3 getfstype.3 getfsent.3 setfsent.3
62fc842a3aSbosticMLINKS+=getgrent.3 endgrent.3 getgrent.3 setgroupent.3 getgrent.3 getgrgid.3 \
63fc842a3aSbostic	getgrent.3 getgrnam.3 getgrent.3 setgrent.3 getgrent.3 setgrfile.3
64d8e80d58SmckusickMLINKS+=gethostname.3 sethostname.3
65f9db590aSmarcMLINKS+=getnetgrent.3 endnetgrent.3 getnetgrent.3 setnetgrent.3 \
66f9db590aSmarc	getnetgrent.3 innetgr.3
67fc842a3aSbosticMLINKS+=getpwent.3 endpwent.3 getpwent.3 setpassent.3 getpwent.3 getpwnam.3 \
68fc842a3aSbostic	getpwent.3 getpwuid.3 getpwent.3 setpwent.3 getpwent.3 setpwfile.3
69fc842a3aSbosticMLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 getttyent.3 setttyent.3
70fc842a3aSbosticMLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3
71fc842a3aSbosticMLINKS+=glob.3 globfree.3
72fc842a3aSbosticMLINKS+=popen.3 pclose.3
73fc842a3aSbosticMLINKS+=psignal.3 sys_siglist.3
7472c8ab15SbosticMLINKS+=pwcache.3 user_from_uid.3 pwcache.3 group_from_gid.3
75fc842a3aSbosticMLINKS+=scandir.3 alphasort.3
76fc842a3aSbosticMLINKS+=setjmp.3 _longjmp.3 setjmp.3 _setjmp.3 setjmp.3 longjmp.3 \
77613882a5Smckusick	setjmp.3 longjmperr.3 setjmp.3 longjmperror.3 \
78613882a5Smckusick	setjmp.3 sigsetjmp.3 setjmp.3 siglongjmp.3
796cfd77d6SbosticMLINKS+=setmode.3 getmode.3
8032ece374SbosticMLINKS+=sigsetops.3 sigemptyset.3 sigsetops.3 sigfillset.3 \
8132ece374Sbostic	sigsetops.3 sigaddset.3 sigsetops.3 sigdelset.3 \
8232ece374Sbostic	sigsetops.3 sigismember.3
83fc842a3aSbosticMLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \
84fc842a3aSbostic	syslog.3 vsyslog.3
85f9db590aSmarcMLINKS+=tcsendbreak.3 tcdrain.3 tcsendbreak.3 tcflush.3 tcsendbreak.3 tcflow.3
86f9db590aSmarcMLINKS+=tcsetattr.3 tcgetattr.3 tcsetattr.3 cfsetospeed.3 \
87f9db590aSmarc	tcsetattr.3 cfgetospeed.3 tcsetattr.3 cfgetispeed.3 \
88f9db590aSmarc	tcsetattr.3 cfsetispeed.3 tcsetattr.3 cfsetspeed.3 \
89f9db590aSmarc	tcsetattr.3 cfmakeraw.3
90fc842a3aSbosticMLINKS+=ttyname.3 isatty.3 ttyname.3 ttyslot.3
91f3474ea2SbosticMLINKS+=tzset.3 tzsetwall.3
928633b76bSbosticMLINKS+=vis.3 strvis.3 vis.3 strvisx.3
93