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