xref: /386bsd/usr/src/lib/libc/gen/Makefile.inc (revision a2142627)
1#	@(#)Makefile.inc	5.21 (Berkeley) 5/24/91
2
3# gen sources
4.PATH: ${.CURDIR}/${MACHINE}/gen ${.CURDIR}/gen ${.CURDIR}/gen/regexp
5NONSTDINC+= ${INCFS} ${INCDEV}	# for disklabel.c
6NONSTDINC+= ${INCOLDBSD} # for getttyent.c
7
8SRCS+=	alarm.c assert.c clock.c closedir.c crypt_dummy.c ctermid.c ctime.c ctype_.c \
9	difftime.c disklabel.c err.c errlst.c exec.c fnmatch.c frexp.c fstab.c \
10	fts.c getcap.c getcwd.c getgrent.c getlogin.c getmntinfo.c getpass.c \
11	getpwent.c getsubopt.c getttyent.c getusershell.c glob.c initgroups.c \
12	insque.c isatty.c isctype.c isinf.c mktemp.c nice.c nlist.c opendir.c \
13	pause.c popen.c psignal.c raise.c readdir.c \
14	rewinddir.c scandir.c seekdir.c setjmperr.c \
15	setmode.c setrgid.c setruid.c siginterrupt.c \
16	siglist.c signal.c sigsetops.c sleep.c syslog.c telldir.c \
17	termios.c time.c times.c timezone.c ttyname.c ttyslot.c \
18	ualarm.c unvis.c usleep.c utime.c valloc.c vis.c wait.c wait3.c \
19	waitpid.c
20
21# gen/regexp sources
22SRCS+=	regerror.c regexp.c regsub.c
23
24.if   (${MACHINE} == "hp300")
25SRCS+=	_setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s
26SRCS+=	adddf3.s addsf3.s ashlsi3.s ashrsi3.s cmpdf2.s cmpsf2.s divdf3.s \
27	divsf3.s divsi3.s extendsfdf2.s fixdfsi.s fixunsdfsi.s \
28	floatsidf.s lshlsi3.s lshrsi3.s modsi3.s muldf3.s mulsf3.s mulsi3.s \
29	negdf2.s negsf2.s saveregs.c subdf3.s subsf3.s truncdfsf2.s udivsi3.s \
30	umodsi3.s umulsi3.s
31.elif (${MACHINE} == "i386")
32SRCS+=	_setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s __main.o
33.elif (${MACHINE} == "tahoe")
34CFLAGS+=-I/sys
35SRCS+=	_setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s
36SRCS+=	udiv.s urem.s
37.elif (${MACHINE} == "vax")
38SRCS+=	_setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s
39SRCS+=	udiv.s urem.s
40.endif
41
42MAN3+=	alarm.0 clock.0 crypt.0 ctermid.0 ctime.0 ctype.0 directory.0 \
43	err.0 exec.0 fnmatch.0 frexp.0 fts.0 getcap.0 getcwd.0 getdiskbyname.0 getfsent.0 \
44	getgrent.0 getmntinfo.0 getpass.0 getpwent.0 getsubopt.0 \
45	getttyent.0 getusershell.0 glob.0 initgroups.0 insque.0 isalnum.0 \
46	isalpha.0 isascii.0 iscntrl.0 isdigit.0 isgraph.0 isinf.0 \
47	islower.0 isprint.0 ispunct.0 isspace.0 isupper.0 isxdigit.0 \
48	ldexp.0 modf.0 nice.0 nlist.0 pause.0 popen.0 psignal.0 \
49	raise.0 regexp.0 scandir.0 setjmp.0 setmode.0 setuid.0 \
50	siginterrupt.0 signal.0 sigsetops.0 sleep.0 syslog.0 time.0 \
51	times.0 timezone.0 tolower.0 toupper.0 ttyname.0 tzset.0 \
52	ualarm.0 unvis.0 usleep.0 utime.0 valloc.0 vis.0
53
54MLINKS=	crypt.3 encrypt.3 crypt.3 setkey.3
55MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
56	ctime.3 localtime.3 ctime.3 mktime.3
57MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
58	directory.3 readdir.3 directory.3 rewinddir.3 directory.3 seekdir.3 \
59	directory.3 telldir.3
60MLINKS+=err.3 verr.3 err.3 errx.3 err.3 verrx.3 err.3 warn.3 err.3 vwarn.3 \
61	err.3 warnx.3 err.3 vwarnx.3
62MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \
63	exec.3 execvp.3
64MLINKS+=isinf.3 isnan.3
65MLINKS+=insque.3 remque.3
66MLINKS+=getcap.3 cgetent.3 getcap.3 cgetset.3 getcap.3 cgetmatch.3 \
67	getcap.3 cgetcap.3 getcap.3 cgetnum.3 getcap.3 cgetstr.3 \
68	getcap.3 cgetustr.3 getcap.3 cgetfirst.3 getcap.3 cgetnext.3 \
69	getcap.3 cgetclose.3
70MLINKS+=getcwd.3 getwd.3
71MLINKS+=getfsent.3 endfsent.3 getfsent.3 getfsfile.3 getfsent.3 getfsspec.3 \
72	getfsent.3 getfstype.3 getfsent.3 setfsent.3
73MLINKS+=getgrent.3 endgrent.3 getgrent.3 setgroupent.3 getgrent.3 getgrgid.3 \
74	getgrent.3 getgrnam.3 getgrent.3 setgrent.3 getgrent.3 setgrfile.3
75MLINKS+=getpwent.3 endpwent.3 getpwent.3 setpassent.3 getpwent.3 getpwnam.3 \
76	getpwent.3 getpwuid.3 getpwent.3 setpwent.3 getpwent.3 setpwfile.3
77MLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 getttyent.3 setttyent.3
78MLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3
79MLINKS+=glob.3 globfree.3
80MLINKS+=popen.3 pclose.3
81MLINKS+=psignal.3 sys_siglist.3
82MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regsub.3 \
83	regexp.3 regerror.3
84MLINKS+=scandir.3 alphasort.3
85MLINKS+=setjmp.3 _longjmp.3 setjmp.3 _setjmp.3 setjmp.3 longjmp.3 \
86	setjmp.3 sigsetjmp.3 setjmp.3 siglongjmp.3 setjmp.3 longjmperror.3
87MLINKS+=setmode.3 getmode.3
88MLINKS+=setuid.3 setegid.3 setuid.3 seteuid.3 setuid.3 setgid.3 \
89	setuid.3 setrgid.3 setuid.3 setruid.3
90MLINKS+=sigsetops.3 sigemptyset.3 sigsetops.3 sigfillset.3 \
91	sigsetops.3 sigaddset.3 sigsetops.3 sigdelset.3 \
92	sigsetops.3 sigismember.3
93MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \
94	syslog.3 vsyslog.3
95# MLINKS+=tcsendbreak.3 tcdrain.3 tcsendbreak.3 tcflush.3 tcsendbreak.3 tcflow.3
96MLINKS+=ttyname.3 isatty.3 ttyname.3 ttyslot.3
97MLINKS+=tzset.3 tzsetwall.3
98
99errlst.o errlst.po:
100	${CC} -S ${CFLAGS} ${.IMPSRC}
101	sed -e "s/.data/.text/" <errlst.s >xx
102	mv xx errlst.s
103	${AS} -o ${.TARGET} errlst.s
104	rm -f errlst.s xx
105