Makefile.inc revision 113219
1205869Sjfv#	@(#)Makefile.inc	8.6 (Berkeley) 5/4/95
2205869Sjfv# $FreeBSD: head/lib/libc/gen/Makefile.inc 113219 2003-04-07 12:55:00Z mdodd $
3238953Sjfv
4205869Sjfv# machine-independent gen sources
5205869Sjfv.PATH: ${.CURDIR}/${MACHINE_ARCH}/gen ${.CURDIR}/gen
6205869Sjfv
7205869SjfvSRCS+=  __xuname.c _pthread_stubs.c _rand48.c _spinlock_stub.c _thread_init.c \
8205869Sjfv	alarm.c arc4random.c assert.c basename.c check_utility_compat.c \
9205869Sjfv	clock.c closedir.c confstr.c \
10205869Sjfv	crypt.c ctermid.c daemon.c devname.c dirname.c disklabel.c \
11205869Sjfv	dlfcn.c dlfunc.c drand48.c erand48.c err.c errlst.c errno.c \
12205869Sjfv	exec.c fmtcheck.c fmtmsg.c fnmatch.c fpclassify.c fstab.c ftok.c fts.c \
13205869Sjfv	getbootfile.c getbsize.c \
14205869Sjfv	getcap.c getcwd.c getdomainname.c getgrent.c getgrouplist.c \
15205869Sjfv	gethostname.c getloadavg.c getlogin.c getmntinfo.c getnetgrent.c \
16205869Sjfv	getobjformat.c getosreldate.c getpagesize.c \
17205869Sjfv	getpeereid.c getprogname.c getpwent.c getttyent.c \
18205869Sjfv	getusershell.c getvfsbyname.c getvfsent.c glob.c \
19205869Sjfv	initgroups.c isatty.c jrand48.c lcong48.c \
20205869Sjfv	lockf.c lrand48.c mrand48.c nice.c \
21205869Sjfv	nlist.c nrand48.c ntp_gettime.c opendir.c \
22205869Sjfv	pause.c popen.c posixshm.c pselect.c psignal.c pw_scan.c pwcache.c \
23205869Sjfv	raise.c readdir.c readpassphrase.c rewinddir.c \
24205869Sjfv	scandir.c seed48.c seekdir.c semctl.c \
25205869Sjfv	setdomainname.c sethostname.c setjmperr.c setmode.c \
26205869Sjfv	setproctitle.c setprogname.c \
27205869Sjfv	siginterrupt.c siglist.c signal.c signbit.c \
28205869Sjfv	sigsetops.c sleep.c srand48.c statvfs.c stringlist.c strtofflags.c \
29205869Sjfv	sysconf.c sysctl.c sysctlbyname.c sysctlnametomib.c \
30205869Sjfv	syslog.c telldir.c termios.c time.c times.c timezone.c ttyname.c \
31205869Sjfv	ttyslot.c ualarm.c ulimit.c uname.c unvis.c usleep.c utime.c \
32205869Sjfv	valloc.c vis.c wait.c wait3.c waitpid.c wordexp.c
33205869Sjfv
34205869Sjfv# machine-dependent gen sources
35270252Sluigi.if exists(${.CURDIR}/${MACHINE_ARCH}/gen/Makefile.inc)
36270252Sluigi.include "${.CURDIR}/${MACHINE_ARCH}/gen/Makefile.inc"
37270252Sluigi.endif
38270252Sluigi
39270252SluigiMAN+=	alarm.3 arc4random.3 \
40270252Sluigi	basename.3 check_utility_compat.3 clock.3 \
41270252Sluigi	confstr.3 ctermid.3 daemon.3 devname.3 directory.3 dirname.3 \
42270252Sluigi	dladdr.3 dlinfo.3 dllockinit.3 dlopen.3 \
43270252Sluigi	err.3 exec.3 fmtcheck.3 fmtmsg.3 fnmatch.3 fpclassify.3 frexp.3 \
44253303Sjfv	ftok.3 fts.3 \
45253303Sjfv	getbootfile.3 getbsize.3 getcap.3 getcontext.3 getcwd.3 \
46253303Sjfv	getdiskbyname.3 getdomainname.3 getfsent.3 \
47205869Sjfv	getgrent.3 getgrouplist.3 gethostname.3 getloadavg.3 \
48205869Sjfv	getmntinfo.3 getnetgrent.3 getobjformat.3 getosreldate.3 \
49205869Sjfv	getpagesize.3 getpass.3 getpeereid.3 getprogname.3 getpwent.3 \
50205869Sjfv	getttyent.3 getusershell.3 getvfsbyname.3 getvfsent.3 \
51205869Sjfv	glob.3 initgroups.3 isgreater.3 ldexp.3 lockf.3 makecontext.3 \
52205869Sjfv	modf.3 msgctl.3 msgget.3 msgrcv.3 msgsnd.3 \
53205869Sjfv	nice.3 nlist.3 pause.3 popen.3 pselect.3 psignal.3 pwcache.3 \
54205869Sjfv	raise.3 rand48.3 readpassphrase.3 rfork_thread.3 \
55205869Sjfv	scandir.3 setjmp.3 setmode.3 setproctitle.3 shm_open.3 \
56205869Sjfv	siginterrupt.3 signal.3 signbit.3 sigsetops.3 sleep.3 \
57205869Sjfv	statvfs.3 stringlist.3 \
58205869Sjfv	strtofflags.3 sysconf.3 sysctl.3 syslog.3 tcgetpgrp.3 \
59205869Sjfv	tcsendbreak.3 tcsetattr.3 tcsetpgrp.3 time.3 times.3 timezone.3 \
60205869Sjfv	ttyname.3 tzset.3 ualarm.3 ucontext.3 ulimit.3 uname.3 \
61205869Sjfv	unvis.3 usleep.3 utime.3 valloc.3 vis.3 wordexp.3
62205869Sjfv
63205869SjfvMLINKS+=arc4random.3 arc4random_addrandom.3 arc4random.3 arc4random_stir.3
64205869SjfvMLINKS+=ctermid.3 ctermid_r.3
65205869SjfvMLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
66205869Sjfv	directory.3 readdir.3 directory.3 readdir_r.3 directory.3 rewinddir.3 \
67205869Sjfv	directory.3 seekdir.3 directory.3 telldir.3
68205869SjfvMLINKS+=dlopen.3 dlclose.3 dlopen.3 dlerror.3 dlopen.3 dlfunc.3 \
69205869Sjfv	dlopen.3 dlsym.3
70205869SjfvMLINKS+=err.3 err_set_exit.3 err.3 err_set_file.3 err.3 errc.3 err.3 errx.3 \
71205869Sjfv	err.3 verr.3 err.3 verrc.3 err.3 verrx.3 err.3 vwarn.3 err.3 vwarnc.3 \
72205869Sjfv	err.3 vwarnx.3 err.3 warnc.3 err.3 warn.3 err.3 warnx.3
73205869SjfvMLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 exect.3 \
74205869Sjfv	exec.3 execv.3 exec.3 execvp.3
75205869SjfvMLINKS+=fpclassify.3 isfinite.3 fpclassify.3 isinf.3 fpclassify.3 isnan.3 \
76205869Sjfv	fpclassify.3 isnormal.3
77205869SjfvMLINKS+=fts.3 fts_children.3 fts.3 fts_close.3 fts.3 fts_open.3 \
78205869Sjfv	fts.3 fts_read.3 fts.3 fts_set.3
79205869SjfvMLINKS+=getcap.3 cgetcap.3 getcap.3 cgetclose.3 getcap.3 cgetent.3 \
80205869Sjfv	getcap.3 cgetfirst.3 getcap.3 cgetmatch.3 getcap.3 cgetnext.3 \
81205869Sjfv	getcap.3 cgetnum.3 getcap.3 cgetset.3 getcap.3 cgetstr.3 \
82205869Sjfv	getcap.3 cgetustr.3
83205869SjfvMLINKS+=getcwd.3 getwd.3
84205869SjfvMLINKS+=getcontext.3 setcontext.3
85205869SjfvMLINKS+=getdomainname.3 setdomainname.3
86205869SjfvMLINKS+=getfsent.3 endfsent.3 getfsent.3 getfsfile.3 getfsent.3 getfsspec.3 \
87205869Sjfv	getfsent.3 getfstype.3 getfsent.3 setfsent.3 \
88206001Smarius	getfsent.3 setfstab.3 getfsent.3 getfstab.3
89205869SjfvMLINKS+=getgrent.3 endgrent.3 getgrent.3 getgrgid.3 getgrent.3 getgrnam.3 \
90205869Sjfv	getgrent.3 setgrent.3 getgrent.3 setgroupent.3
91205869SjfvMLINKS+=gethostname.3 sethostname.3
92205869SjfvMLINKS+=getnetgrent.3 endnetgrent.3 getnetgrent.3 innetgr.3 \
93205869Sjfv	getnetgrent.3 setnetgrent.3
94205869SjfvMLINKS+=getprogname.3 setprogname.3
95205869SjfvMLINKS+=getpwent.3 endpwent.3 getpwent.3 getpwnam.3 getpwent.3 getpwuid.3 \
96205869Sjfv	getpwent.3 setpassent.3 getpwent.3 setpwent.3 getpwent.3 setpwfile.3
97205869SjfvMLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 \
98249074Sjfv	getttyent.3 isdialuptty.3 getttyent.3 isnettty.3 \
99205869Sjfv	getttyent.3 setttyent.3
100205869SjfvMLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3
101205869SjfvMLINKS+=getvfsent.3 endvfsent.3 getvfsent.3 getvfsbytype.3 \
102205869Sjfv	getvfsent.3 setvfsent.3 getvfsent.3 vfsisloadable.3 \
103205869Sjfv	getvfsent.3 vfsload.3
104205869SjfvMLINKS+=glob.3 globfree.3
105205869SjfvMLINKS+=isgreater.3 isgreaterequal.3 isgreater.3 isless.3 \
106205869Sjfv	isgreater.3 islessequal.3 isgreater.3 islessgreater.3 \
107205869Sjfv	isgreater.3 isunordered.3
108205869SjfvMLINKS+=makecontext.3 swapcontext.3
109205869SjfvMLINKS+=popen.3 pclose.3
110205869SjfvMLINKS+=psignal.3 strsignal.3 psignal.3 sys_siglist.3 psignal.3 sys_signame.3
111205869SjfvMLINKS+=pwcache.3 group_from_gid.3 pwcache.3 user_from_uid.3
112205869SjfvMLINKS+=rand48.3 _rand48.3 rand48.3 drand48.3 rand48.3 erand48.3 \
113205869Sjfv	rand48.3 jrand48.3 rand48.3 lcong48.3 rand48.3 lrand48.3 \
114205869Sjfv	rand48.3 mrand48.3 rand48.3 nrand48.3 rand48.3 seed48.3 \
115205869Sjfv	rand48.3 srand48.3
116205869SjfvMLINKS+=scandir.3 alphasort.3
117205869SjfvMLINKS+=setjmp.3 _longjmp.3 setjmp.3 _setjmp.3 setjmp.3 longjmp.3 \
118205869Sjfv	setjmp.3 longjmperr.3 setjmp.3 longjmperror.3 \
119205869Sjfv	setjmp.3 siglongjmp.3 setjmp.3 sigsetjmp.3
120205869SjfvMLINKS+=setmode.3 getmode.3
121205869SjfvMLINKS+=shm_open.3 shm_unlink.3
122205869SjfvMLINKS+=sigsetops.3 sigaddset.3 sigsetops.3 sigdelset.3 \
123205869Sjfv	sigsetops.3 sigemptyset.3 sigsetops.3 sigfillset.3 \
124205869Sjfv	sigsetops.3 sigismember.3
125205869SjfvMLINKS+=statvfs.3 fstatvfs.3
126205869SjfvMLINKS+=stringlist.3 sl_add.3 stringlist.3 sl_find.3 \
127205869Sjfv	stringlist.3 sl_free.3 stringlist.3 sl_init.3
128205869SjfvMLINKS+=strtofflags.3 fflagstostr.3
129205869SjfvMLINKS+=sysctl.3 sysctlbyname.3 sysctl.3 sysctlnametomib.3
130205869SjfvMLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \
131205869Sjfv	syslog.3 vsyslog.3
132205869SjfvMLINKS+=tcsendbreak.3 tcdrain.3 tcsendbreak.3 tcflow.3 tcsendbreak.3 tcflush.3
133205869SjfvMLINKS+=tcsetattr.3 cfgetispeed.3 tcsetattr.3 cfgetospeed.3 \
134205869Sjfv	tcsetattr.3 cfmakeraw.3 tcsetattr.3 cfsetispeed.3 \
135205869Sjfv	tcsetattr.3 cfsetospeed.3 tcsetattr.3 cfsetspeed.3 \
136205869Sjfv	tcsetattr.3 tcgetattr.3
137205869SjfvMLINKS+=ttyname.3 isatty.3 ttyname.3 ttyslot.3
138205869SjfvMLINKS+=tzset.3 tzsetwall.3
139205869SjfvMLINKS+=unvis.3 strunvis.3 unvis.3 strunvisx.3
140205869SjfvMLINKS+=vis.3 strvis.3 vis.3 strvisx.3
141205869SjfvMLINKS+=wordexp.3 wordfree.3
142205869Sjfv