1 1.9 mycroft # from: @(#)Makefile.inc 5.21 (Berkeley) 5/24/91 2 1.25 jtc # $Id: Makefile.inc,v 1.25 1993/11/29 19:22:31 jtc Exp $ 3 1.1 cgd 4 1.1 cgd # gen sources 5 1.22 jtc .PATH: ${.CURDIR}/arch/${MACHINE}/gen ${.CURDIR}/gen 6 1.1 cgd 7 1.24 jtc SRCS+= alarm.c assert.c clock.c confstr.c ctermid.c ctime.c ctype_.c \ 8 1.24 jtc cuserid.c difftime.c \ 9 1.5 proven directory.c disklabel.c err.c errlst.c exec.c fnmatch.c frexp.c \ 10 1.4 cgd fstab.c fts.c getcap.c getcwd.c getgrent.c getlogin.c getmntinfo.c \ 11 1.4 cgd getpass.c getpwent.c getsubopt.c getttyent.c getusershell.c glob.c \ 12 1.11 brezak infinity.c initgroups.c insque.c isatty.c isctype.c isinf.c \ 13 1.21 jtc lfind.c lsearch.c \ 14 1.23 cgd msgctl.c msgget.c msgsnd.c msgrcv.c \ 15 1.11 brezak mktemp.c nice.c nlist.c pause.c popen.c psignal.c raise.c remque.c \ 16 1.23 cgd scandir.c semconfig.c semctl.c semget.c semop.c setjmperr.c setmode.c \ 17 1.23 cgd setrgid.c setruid.c shmat.c shmctl.c shmdt.c shmget.c \ 18 1.13 brezak siginterrupt.c \ 19 1.10 mycroft siglist.c signal.c signame.c sigsetops.c sleep.c syslog.c \ 20 1.12 jtc termios.c time.c times.c timezone.c tolower_.c ttyname.c ttyslot.c \ 21 1.12 jtc toupper_.c \ 22 1.1 cgd ualarm.c unvis.c usleep.c utime.c valloc.c vis.c wait.c wait3.c \ 23 1.1 cgd waitpid.c 24 1.1 cgd 25 1.1 cgd .if (${MACHINE} == "hp300") 26 1.1 cgd SRCS+= _setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s 27 1.1 cgd SRCS+= adddf3.s addsf3.s ashlsi3.s ashrsi3.s cmpdf2.s cmpsf2.s divdf3.s \ 28 1.1 cgd divsf3.s divsi3.s extendsfdf2.s fixdfsi.s fixunsdfsi.s \ 29 1.1 cgd floatsidf.s lshlsi3.s lshrsi3.s modsi3.s muldf3.s mulsf3.s mulsi3.s \ 30 1.1 cgd negdf2.s negsf2.s saveregs.c subdf3.s subsf3.s truncdfsf2.s udivsi3.s \ 31 1.1 cgd umodsi3.s umulsi3.s 32 1.1 cgd .elif (${MACHINE} == "i386") 33 1.20 jtc SRCS+= _setjmp.s alloca.s fabs.s ldexp.c modf.s setjmp.s sigsetjmp.s 34 1.1 cgd SRCS+= divsi3.s fixdfsi.s fixunsdfsi.s udivsi3.s 35 1.14 phil .elif (${MACHINE} == "pc532") 36 1.14 phil SRCS+= __main.c _setjmp.s alloca.s fabs.s frexp.s infinity.c isinf.c 37 1.14 phil SRCS+= ldexp.s modf.s setjmp.s 38 1.1 cgd .elif (${MACHINE} == "tahoe") 39 1.1 cgd CFLAGS+=-I/sys 40 1.1 cgd SRCS+= _setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s 41 1.1 cgd SRCS+= udiv.s urem.s 42 1.1 cgd .elif (${MACHINE} == "vax") 43 1.1 cgd SRCS+= _setjmp.s alloca.s fabs.s ldexp.s modf.s setjmp.s 44 1.1 cgd SRCS+= udiv.s urem.s 45 1.1 cgd .endif 46 1.1 cgd 47 1.25 jtc MAN3+= alarm.0 clock.0 ctermid.0 ctime.0 ctype.0 cuserid.0 directory.0 err.0 \ 48 1.4 cgd exec.0 fnmatch.0 frexp.0 fts.0 getcap.0 getcwd.0 getdiskbyname.0 \ 49 1.4 cgd getfsent.0 getgrent.0 getmntinfo.0 getpass.0 getpwent.0 getsubopt.0 \ 50 1.11 brezak getttyent.0 getusershell.0 glob.0 initgroups.0 insque.0 isalnum.0 \ 51 1.16 jtc isalpha.0 isascii.0 isblank.0 iscntrl.0 isdigit.0 isgraph.0 isinf.0 \ 52 1.1 cgd islower.0 isprint.0 ispunct.0 isspace.0 isupper.0 isxdigit.0 \ 53 1.21 jtc ldexp.0 lsearch.0 modf.0 nice.0 nlist.0 pause.0 popen.0 psignal.0 \ 54 1.22 jtc raise.0 scandir.0 setjmp.0 setmode.0 setuid.0 \ 55 1.8 glass siginterrupt.0 signal.0 sigsetops.0 sleep.0 syslog.0 tcgetpgrp.0 \ 56 1.8 glass tcsendbreak.0 tcsetattr.0 tcsetpgrp.0 time.0 times.0 timezone.0 \ 57 1.8 glass tolower.0 toupper.0 ttyname.0 tzset.0 \ 58 1.1 cgd ualarm.0 unvis.0 usleep.0 utime.0 valloc.0 vis.0 59 1.1 cgd 60 1.1 cgd MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \ 61 1.1 cgd ctime.3 localtime.3 ctime.3 mktime.3 62 1.1 cgd MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \ 63 1.1 cgd directory.3 readdir.3 directory.3 rewinddir.3 directory.3 seekdir.3 \ 64 1.1 cgd directory.3 telldir.3 65 1.3 glass MLINKS+=err.3 verr.3 err.3 errx.3 err.3 verrx.3 err.3 warn.3 err.3 vwarn.3 \ 66 1.3 glass err.3 warnx.3 err.3 vwarnx.3 67 1.1 cgd MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \ 68 1.1 cgd exec.3 execvp.3 69 1.15 jtc MLINKS+=fts.3 fts_open.3 fts.3 fts_read.3 fts.3 fts_children.3 \ 70 1.15 jtc fts.3 fts_set.3 fts.3 fts_close.3 71 1.1 cgd MLINKS+=isinf.3 isnan.3 72 1.4 cgd MLINKS+=getcap.3 cgetcap.3 getcap.3 cgetclose.3 getcap.3 cgetent.3 \ 73 1.4 cgd getcap.3 cgetfirst.3 getcap.3 cgetmatch.3 getcap.3 cgetnext.3 \ 74 1.4 cgd getcap.3 cgetnum.3 getcap.3 cgetset.3 getcap.3 cgetstr.3 \ 75 1.4 cgd getcap.3 cgetustr.3 76 1.1 cgd MLINKS+=getcwd.3 getwd.3 77 1.1 cgd MLINKS+=getfsent.3 endfsent.3 getfsent.3 getfsfile.3 getfsent.3 getfsspec.3 \ 78 1.1 cgd getfsent.3 getfstype.3 getfsent.3 setfsent.3 79 1.1 cgd MLINKS+=getgrent.3 endgrent.3 getgrent.3 setgroupent.3 getgrent.3 getgrgid.3 \ 80 1.1 cgd getgrent.3 getgrnam.3 getgrent.3 setgrent.3 getgrent.3 setgrfile.3 81 1.1 cgd MLINKS+=getpwent.3 endpwent.3 getpwent.3 setpassent.3 getpwent.3 getpwnam.3 \ 82 1.1 cgd getpwent.3 getpwuid.3 getpwent.3 setpwent.3 getpwent.3 setpwfile.3 83 1.1 cgd MLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 getttyent.3 setttyent.3 84 1.1 cgd MLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3 85 1.1 cgd MLINKS+=glob.3 globfree.3 86 1.21 jtc MLINKS+=lsearch.3 lfind.3 87 1.1 cgd MLINKS+=popen.3 pclose.3 88 1.10 mycroft MLINKS+=psignal.3 sys_siglist.3 psignal.3 sys_signame.3 89 1.1 cgd MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regsub.3 \ 90 1.1 cgd regexp.3 regerror.3 91 1.1 cgd MLINKS+=scandir.3 alphasort.3 92 1.1 cgd MLINKS+=setjmp.3 _longjmp.3 setjmp.3 _setjmp.3 setjmp.3 longjmp.3 \ 93 1.20 jtc setjmp.3 sigsetjmp.3 setjmp.3 siglongjmp.3 setjmp.3 longjmperror.3 94 1.1 cgd MLINKS+=setmode.3 getmode.3 95 1.1 cgd MLINKS+=setuid.3 setegid.3 setuid.3 seteuid.3 setuid.3 setgid.3 \ 96 1.1 cgd setuid.3 setrgid.3 setuid.3 setruid.3 97 1.1 cgd MLINKS+=sigsetops.3 sigemptyset.3 sigsetops.3 sigfillset.3 \ 98 1.1 cgd sigsetops.3 sigaddset.3 sigsetops.3 sigdelset.3 \ 99 1.1 cgd sigsetops.3 sigismember.3 100 1.1 cgd MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \ 101 1.1 cgd syslog.3 vsyslog.3 102 1.8 glass MLINKS+=tcsendbreak.3 tcdrain.3 tcsendbreak.3 tcflow.3 tcsendbreak.3 \ 103 1.8 glass tcflush.3 104 1.8 glass MLINKS+=tcsetattr.3 cfgetispeed.3 tcsetattr.3 cfsetispeed.3 \ 105 1.8 glass tcsetattr.3 cfgetospeed.3 tcsetattr.3 cfsetospeed.3 \ 106 1.8 glass tcsetattr.3 cfsetspeed.3 tcsetattr.3 cfmakeraw.3 \ 107 1.8 glass tcsetattr.3 tcgetattr.3 108 1.1 cgd MLINKS+=ttyname.3 isatty.3 ttyname.3 ttyslot.3 109 1.1 cgd MLINKS+=tzset.3 tzsetwall.3 110 1.1 cgd 111 1.1 cgd errlst.o errlst.po: 112 1.1 cgd ${CC} -S ${CFLAGS} ${.IMPSRC} 113 1.1 cgd sed -e "s/.data/.text/" <errlst.s >xx 114 1.1 cgd mv xx errlst.s 115 1.1 cgd ${AS} -o ${.TARGET} errlst.s 116 1.1 cgd rm -f errlst.s xx 117