delete setgrfile, ANSI style declarations, minor cleanups
[unix-history] / usr / src / lib / libc / gen / Makefile.inc
CommitLineData
3fea3e45 1# @(#)Makefile.inc 5.18 (Berkeley) %G%
e3471c0a
KB
2
3# gen sources
4.PATH: ${.CURDIR}/${MACHINE}/gen ${.CURDIR}/gen ${.CURDIR}/gen/regexp
5
7b717178 6SRCS+= alarm.c clock.c closedir.c crypt.c ctermid.c ctime.c ctype_.c \
bd64a236
KB
7 difftime.c disklabel.c errlst.c exec.c fnmatch.c frexp.c fstab.c \
8 fts.c getcwd.c getgrent.c getlogin.c getmntinfo.c getpass.c \
7b717178 9 getpwent.c getsubopt.c getttyent.c getusershell.c glob.c initgroups.c \
3fea3e45 10 isatty.c isctype.c isinf.c mktemp.c nice.c nlist.c opendir.c \
7b717178 11 pause.c popen.c psignal.c raise.c readdir.c \
bd3b135b 12 rewinddir.c scandir.c seekdir.c setjmperr.c \
7b717178 13 setmode.c setrgid.c setruid.c siginterrupt.c \
6634ac2d 14 siglist.c signal.c sigsetops.c sleep.c syslog.c telldir.c \
7b717178 15 termios.c time.c times.c timezone.c ttyname.c ttyslot.c \
6634ac2d
KB
16 ualarm.c unvis.c usleep.c utime.c valloc.c vis.c wait.c wait3.c \
17 waitpid.c
e3471c0a 18
bd3b135b 19# gen/regexp sources
e3471c0a
KB
20SRCS+= regerror.c regexp.c regsub.c
21
22.if (${MACHINE} == "hp300")
bd64a236 23SRCS+= _setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s
e3471c0a
KB
24SRCS+= adddf3.s addsf3.s ashlsi3.s ashrsi3.s cmpdf2.s cmpsf2.s divdf3.s \
25 divsf3.s divsi3.s eprintf.c extendsfdf2.s fixdfsi.s fixunsdfsi.s \
26 floatsidf.s lshlsi3.s lshrsi3.s modsi3.s muldf3.s mulsf3.s mulsi3.s \
27 negdf2.s negsf2.s saveregs.c subdf3.s subsf3.s truncdfsf2.s udivsi3.s \
28 umodsi3.s umulsi3.s
29.elif (${MACHINE} == "i386")
bd64a236 30SRCS+= _setjmp.s alloca.s fabs.s ldexp.c modf.s setjmp.s
84f224a9 31SRCS+= divsi3.s fixdfsi.s fixunsdfsi.s udivsi3.s
e3471c0a 32.elif (${MACHINE} == "tahoe")
35ecfc80 33CFLAGS+=-I/sys
bd64a236 34SRCS+= _setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s
e3471c0a
KB
35SRCS+= udiv.s urem.s
36.elif (${MACHINE} == "vax")
bd64a236 37SRCS+= _setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s
e3471c0a
KB
38SRCS+= udiv.s urem.s
39.endif
40
7b717178
KB
41MAN3+= alarm.0 clock.0 crypt.0 ctermid.0 ctime.0 ctype.0 directory.0 \
42 exec.0 fnmatch.0 frexp.0 fts.0 getcwd.0 getdiskbyname.0 getfsent.0 \
43 getgrent.0 getmntinfo.0 getpass.0 getpwent.0 getsubopt.0 \
44 getttyent.0 getusershell.0 glob.0 initgroups.0 \
3fea3e45 45 isinf.0 mktemp.0 nice.0 nlist.0 pause.0 popen.0 psignal.0 \
bd3b135b 46 raise.0 regexp.0 scandir.0 setjmp.0 setmode.0 \
6634ac2d 47 setuid.0 siginterrupt.0 signal.0 sigsetops.0 sleep.0 syslog.0 time.0 \
7b717178 48 times.0 ttyname.0 tzset.0 ualarm.0 unvis.0 usleep.0 utime.0 \
6634ac2d 49 valloc.0 vis.0
e3471c0a
KB
50
51MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3
52MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
7b717178 53 ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timezone.3
e3471c0a
KB
54MLINKS+=ctype.3 toascii.3 ctype.3 tolower.3 ctype.3 toupper.3 \
55 ctype.3 isalnum.3 ctype.3 isalpha.3 ctype.3 isascii.3 \
56 ctype.3 iscntrl.3 ctype.3 isdigit.3 ctype.3 isgraph.3 \
57 ctype.3 islower.3 ctype.3 isprint.3 ctype.3 ispunct.3 \
58 ctype.3 isspace.3 ctype.3 isupper.3 ctype.3 isxdigit.3
59MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
60 directory.3 readdir.3 directory.3 rewinddir.3 directory.3 seekdir.3 \
61 directory.3 telldir.3
7b717178
KB
62MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \
63 exec.3 execvp.3
e3471c0a 64MLINKS+=frexp.3 ldexp.3 frexp.3 modf.3
3fea3e45 65MLINKS+=isinf.3 isnan.3
7b717178 66MLINKS+=getcwd.3 getwd.3
e3471c0a
KB
67MLINKS+=getfsent.3 endfsent.3 getfsent.3 getfsfile.3 getfsent.3 getfsspec.3 \
68 getfsent.3 getfstype.3 getfsent.3 setfsent.3
69MLINKS+=getgrent.3 endgrent.3 getgrent.3 setgroupent.3 getgrent.3 getgrgid.3 \
70 getgrent.3 getgrnam.3 getgrent.3 setgrent.3 getgrent.3 setgrfile.3
71MLINKS+=getpwent.3 endpwent.3 getpwent.3 setpassent.3 getpwent.3 getpwnam.3 \
72 getpwent.3 getpwuid.3 getpwent.3 setpwent.3 getpwent.3 setpwfile.3
73MLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 getttyent.3 setttyent.3
74MLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3
75MLINKS+=glob.3 globfree.3
e3471c0a 76MLINKS+=mktemp.3 mkstemp.3
e3471c0a
KB
77MLINKS+=popen.3 pclose.3
78MLINKS+=psignal.3 sys_siglist.3
bd3b135b
KB
79MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regsub.3 \
80 regexp.3 regerror.3
e3471c0a
KB
81MLINKS+=scandir.3 alphasort.3
82MLINKS+=setjmp.3 _longjmp.3 setjmp.3 _setjmp.3 setjmp.3 longjmp.3 \
7b717178 83 setjmp.3 longjmperr.3 setjmp.3 longjmperror.3
fd52bb70 84MLINKS+=setmode.3 getmode.3
e3471c0a
KB
85MLINKS+=setuid.3 setegid.3 setuid.3 seteuid.3 setuid.3 setgid.3 \
86 setuid.3 setrgid.3 setuid.3 setruid.3
a9bb8f83
KB
87MLINKS+=sigsetops.3 sigemptyset.3 sigsetops.3 sigfillset.3 \
88 sigsetops.3 sigaddset.3 sigsetops.3 sigdelset.3 \
89 sigsetops.3 sigismember.3
e3471c0a
KB
90MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \
91 syslog.3 vsyslog.3
92MLINKS+=ttyname.3 isatty.3 ttyname.3 ttyslot.3
0315b101 93MLINKS+=tzset.3 tzsetwall.3
e3471c0a 94
3f1129b7 95errlst.o errlst.po:
e3471c0a 96 ${CC} -S ${CFLAGS} ${.IMPSRC}
8db14299 97 ed - < ${.CURDIR}/${MACHINE}/:errfix errlst.s
3f1129b7 98 ${AS} -o ${.TARGET} errlst.s
e3471c0a 99 rm -f errlst.s