Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.117
      1  1.117   thorpej #	$NetBSD: Makefile.inc,v 1.117 2003/01/18 11:23:53 thorpej Exp $
      2   1.86     perry #	from: @(#)Makefile.inc	8.6 (Berkeley) 5/4/95
      3    1.1       cgd 
      4    1.1       cgd # gen sources
      5   1.97  drochner .PATH: ${ARCHDIR}/gen ${.CURDIR}/gen
      6    1.1       cgd 
      7  1.111    itojun SRCS+= 	_errno.c alarm.c arc4random.c assert.c basename.c clock.c closedir.c \
      8   1.86     perry 	confstr.c ctermid.c ctype_.c daemon.c devname.c dirname.c \
      9   1.94   thorpej 	disklabel.c err.c errx.c __errlist14.c errlist.c errno.c execl.c \
     10  1.105    briggs 	execle.c execlp.c execv.c execvp.c fmtcheck.c fmtmsg.c fnmatch.c \
     11  1.105    briggs 	fstab.c ftok.c __fts13.c fts.c getbsize.c getcap.c getcwd.c \
     12   1.88     perry 	getdomainname.c getgrent.c getgrouplist.c gethostname.c \
     13  1.106       cgd 	getloadavg.c getlogin.c getmntinfo.c getnetgrent.c getpagesize.c \
     14  1.106       cgd 	getpass.c getprogname.c getpwent.c getsubopt.c getttyent.c \
     15  1.114       abs 	getusershell.c __glob13.c glob.c humanize_number.c initgroups.c \
     16  1.114       abs 	isascii.c isatty.c isctype.c lockf.c nice.c nlist.c nlist_aout.c \
     17  1.114       abs 	nlist_coff.c nlist_ecoff.c nlist_elf32.c nlist_elf64.c opendir.c \
     18   1.91     lukem 	pause.c popen.c psignal.c pwcache.c pw_scan.c raise.c readdir.c \
     19   1.88     perry 	rewinddir.c scandir.c seekdir.c setdomainname.c \
     20  1.106       cgd 	sethostname.c setjmperr.c setmode.c setproctitle.c setprogname.c \
     21  1.116    kleink 	shquote.c shquotev.c sighold.c sigignore.c siginterrupt.c \
     22  1.116    kleink 	__siglist14.c siglist.c signal.c __signame14.c signame.c sigrelse.c \
     23  1.116    kleink 	sigset.c __sigsetops14.c sigsetops.c sleep.c \
     24  1.112     bjh21 	stringlist.c sysconf.c sysctl.c syslog.c telldir.c time.c __times13.c \
     25  1.112     bjh21 	times.c timezone.c toascii.c tolower_.c ttyname.c ttyslot.c \
     26  1.113  christos 	toupper_.c ualarm.c ulimit.c uname.c unvis.c usleep.c utime.c utmp.c \
     27  1.113  christos 	utmpx.c valloc.c vis.c wait.c wait3.c waitpid.c warn.c warnx.c \
     28  1.113  christos 	vwarn.c vwarnx.c verr.c verrx.c
     29  1.114       abs 
     30   1.59       jtc # indirect reference stubs, to be removed soon.
     31   1.59       jtc SRCS+=	_err.c _errx.c _sys_errlist.c _sys_nerr.c _sys_siglist.c \
     32  1.108    kleink 	_sysconf.c _verr.c _verrx.c _vwarn.c _vwarnx.c _warn.c _warnx.c
     33    1.1       cgd 
     34   1.64       cgd # machine-dependent gen sources
     35   1.64       cgd # m-d Makefile.inc must include sources for:
     36   1.95    bouyer #	_setjmp() bswap16() bswap32() bswap64() fabs() frexp() infinity
     37   1.95    bouyer #	isinf() ldexp() modf() setjmp() sigsetjmp()
     38   1.64       cgd 
     39   1.97  drochner .include "${ARCHDIR}/gen/Makefile.inc"
     40   1.64       cgd 
     41  1.115       wiz MAN+=	alarm.3 arc4random.3 basename.3 bswap.3 clock.3 confstr.3 \
     42  1.115       wiz 	ctermid.3 ctype.3 daemon.3 devname.3 directory.3 dirname.3 \
     43  1.115       wiz 	endutxent.3 err.3 exec.3 fmtcheck.3 \
     44  1.105    briggs 	fmtmsg.3 fnmatch.3 fpgetmask.3 frexp.3 ftok.3 fts.3 getbsize.3 \
     45  1.105    briggs 	getcap.3 getcwd.3 getdomainname.3 getdiskbyname.3 getfsent.3 \
     46   1.88     perry 	getgrent.3 getgrouplist.3 gethostname.3 getloadavg.3 \
     47   1.88     perry 	getmntinfo.3 getnetgrent.3 getpagesize.3 getpass.3 \
     48  1.106       cgd 	getprogname.3 getpwent.3 getttyent.3 getusershell.3 glob.3 \
     49  1.114       abs 	humanize_number.3 initgroups.3 isalnum.3 isalpha.3 isascii.3 \
     50  1.114       abs 	isblank.3 iscntrl.3 isdigit.3 isgraph.3 isinf.3 islower.3 isprint.3 \
     51   1.88     perry 	ispunct.3 isspace.3 isupper.3 isxdigit.3 ldexp.3 lockf.3 \
     52  1.117   thorpej 	_lwp_makecontext.3 \
     53   1.88     perry 	modf.3 nice.3 nlist.3 pause.3 popen.3 psignal.3 pwcache.3 \
     54   1.88     perry 	raise.3 realpath.3 scandir.3 setjmp.3 setmode.3 \
     55  1.116    kleink 	setproctitle.3 shquote.3 sighold.3 sigignore.3 siginterrupt.3 \
     56  1.116    kleink 	signal.3 sigrelse.3 sigset.3 sigsetops.3 sleep.3 \
     57   1.88     perry 	stringlist.3 sysconf.3 sysctl.3 syslog.3 time.3 times.3 \
     58   1.88     perry 	timezone.3 toascii.3 tolower.3 toupper.3 ttyname.3 \
     59  1.102    kleink 	ualarm.3 ulimit.3 uname.3 unvis.3 usleep.3 utime.3 valloc.3 vis.3
     60    1.1       cgd 
     61  1.115       wiz MLINKS+=bswap.3 bswap16.3 bswap.3 bswap32.3 bswap.3 bswap64.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.115       wiz MLINKS+=endutxent.3 getutxent.3 endutxent.3 getutxid.3 \
     66  1.115       wiz 	endutxent.3 getutxline.3 endutxent.3 pututxline.3 \
     67  1.115       wiz 	endutxent.3 setutxent.3
     68    1.3     glass MLINKS+=err.3 verr.3 err.3 errx.3 err.3 verrx.3 err.3 warn.3 err.3 vwarn.3 \
     69    1.3     glass         err.3 warnx.3 err.3 vwarnx.3
     70    1.1       cgd MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \
     71   1.84       mrg 	exec.3 execvp.3 exec.3 exect.3
     72  1.115       wiz MLINKS+=fpgetmask.3 fpgetround.3 fpgetmask.3 fpgetsticky.3 \
     73  1.115       wiz 	fpgetmask.3 fpsetmask.3  fpgetmask.3 fpsetround.3 \
     74  1.115       wiz 	fpgetmask.3 fpsetsticky.3
     75   1.15       jtc MLINKS+=fts.3 fts_open.3 fts.3 fts_read.3 fts.3 fts_children.3 \
     76   1.15       jtc 	fts.3 fts_set.3 fts.3 fts_close.3
     77    1.4       cgd MLINKS+=getcap.3 cgetcap.3 getcap.3 cgetclose.3 getcap.3 cgetent.3 \
     78    1.4       cgd 	getcap.3 cgetfirst.3 getcap.3 cgetmatch.3 getcap.3 cgetnext.3 \
     79    1.4       cgd 	getcap.3 cgetnum.3 getcap.3 cgetset.3 getcap.3 cgetstr.3 \
     80    1.4       cgd 	getcap.3 cgetustr.3
     81    1.1       cgd MLINKS+=getcwd.3 getwd.3
     82   1.96       abs MLINKS+=getdiskbyname.3 setdisktab.3
     83   1.40       cgd MLINKS+=getdomainname.3 setdomainname.3
     84    1.1       cgd MLINKS+=getfsent.3 endfsent.3 getfsent.3 getfsfile.3 getfsent.3 getfsspec.3 \
     85    1.1       cgd 	getfsent.3 getfstype.3 getfsent.3 setfsent.3
     86    1.1       cgd MLINKS+=getgrent.3 endgrent.3 getgrent.3 setgroupent.3 getgrent.3 getgrgid.3 \
     87   1.84       mrg 	getgrent.3 getgrnam.3 getgrent.3 setgrent.3
     88   1.40       cgd MLINKS+=gethostname.3 sethostname.3
     89   1.64       cgd MLINKS+=getnetgrent.3 endnetgrent.3 getnetgrent.3 innetgr.3 \
     90   1.64       cgd 	getnetgrent.3 setnetgrent.3
     91  1.106       cgd MLINKS+=getprogname.3 setprogname.3
     92    1.1       cgd MLINKS+=getpwent.3 endpwent.3 getpwent.3 setpassent.3 getpwent.3 getpwnam.3 \
     93   1.90      fair 	getpwent.3 getpwuid.3 getpwent.3 setpwent.3
     94   1.90      fair # getpwent.3 setpwfile.3 - deprecated
     95    1.1       cgd MLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 getttyent.3 setttyent.3
     96    1.1       cgd MLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3
     97    1.1       cgd MLINKS+=glob.3 globfree.3
     98  1.115       wiz MLINKS+=isinf.3 isnan.3
     99    1.1       cgd MLINKS+=popen.3 pclose.3
    100   1.10   mycroft MLINKS+=psignal.3 sys_siglist.3 psignal.3 sys_signame.3
    101   1.33       cgd MLINKS+=pwcache.3 user_from_uid.3 pwcache.3 group_from_gid.3
    102   1.92   mycroft MLINKS+=pwcache.3 uid_from_user.3 pwcache.3 gid_from_group.3
    103  1.109     lukem MLINKS+=pwcache.3 pwcache_userdb.3 pwcache.3 pwcache_groupdb.3
    104    1.1       cgd MLINKS+=scandir.3 alphasort.3
    105    1.1       cgd MLINKS+=setjmp.3 _longjmp.3 setjmp.3 _setjmp.3 setjmp.3 longjmp.3 \
    106   1.64       cgd 	setjmp.3 longjmperror.3 setjmp.3 sigsetjmp.3 setjmp.3 siglongjmp.3
    107    1.1       cgd MLINKS+=setmode.3 getmode.3
    108  1.107       cgd MLINKS+=shquote.3 shquotev.3
    109    1.1       cgd MLINKS+=sigsetops.3 sigemptyset.3 sigsetops.3 sigfillset.3 \
    110    1.1       cgd 	sigsetops.3 sigaddset.3 sigsetops.3 sigdelset.3 \
    111    1.1       cgd 	sigsetops.3 sigismember.3
    112   1.77     lukem MLINKS+=stringlist.3 sl_init.3 stringlist.3 sl_free.3 stringlist.3 sl_add.3 \
    113   1.77     lukem 	stringlist.3 sl_find.3
    114    1.1       cgd MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \
    115    1.1       cgd 	syslog.3 vsyslog.3
    116    1.1       cgd MLINKS+=ttyname.3 isatty.3 ttyname.3 ttyslot.3
    117  1.104  wennmach MLINKS+=unvis.3 strunvis.3
    118  1.104  wennmach MLINKS+=vis.3 svis.3 vis.3 strvis.3 vis.3 strvisx.3 vis.3 strsvis.3 \
    119  1.104  wennmach 	vis.3 strsvisx.3
    120