xref: /original-bsd/share/man/man3f/Makefile (revision c3e32dec)
1#	@(#)Makefile	8.1 (Berkeley) 06/05/93
2
3MAN3F=	abort.0 access.0 alarm.0 bessel.0 bit.0 chdir.0 chmod.0 etime.0 \
4	exit.0 fdate.0 flmin.0 flush.0 fork.0 fseek.0 getarg.0 getc.0 \
5	getcwd.0 getenv.0 getlog.0 getpid.0 getuid.0 getuid.0 hostnm.0 \
6	idate.0 index.0 intro.0 ioinit.0 kill.0 link.0 loc.0 long.0 \
7	malloc.0 perror.0 plot.0 putc.0 qsort.0 rand.0 random.0 rename.0 \
8	signal.0 sleep.0 stat.0 system.0 time.0 topen.0 traper.0 trapov.0 \
9	trpfpe.0 ttynam.0 unlink.0 wait.0
10MLINKS=	bessel.3f besj0.3f bessel.3f besj1.3f bessel.3f besjn.3f bessel.3f \
11	besy0.3f bessel.3f besy1.3f bessel.3f besyn.3f bessel.3f dbesj0.3f \
12	bessel.3f dbesj1.3f bessel.3f dbesjn.3f bessel.3f dbesy0.3f bessel.3f \
13	dbesy1.3f bessel.3f dbesyn.3f
14MLINKS+=etime.3f dtime.3f
15MLINKS+=flmin.3f dffrac.3f flmin.3f dflmax.3f flmin.3f dflmin.3f flmin.3f \
16	ffrac.3f flmin.3f flmax.3f flmin.3f inmax.3f
17MLINKS+=fseek.3f ftell.3f
18MLINKS+=getarg.3f iargc.3f
19MLINKS+=getc.3f fgetc.3f
20MLINKS+=getuid.3f getgid.3f
21MLINKS+=idate.3f itime.3f
22MLINKS+=index.3f len.3f index.3f lnblnk.3f index.3f rindex.3f
23MLINKS+=intro.3f fortran.3f
24MLINKS+=link.3f symlnk.3f
25MLINKS+=long.3f short.3f
26MLINKS+=malloc.3f falloc.3f
27MLINKS+=perror.3f gerror.3f perror.3f ierrno.3f
28MLINKS+=plot.3f box.3f
29MLINKS+=putc.3f fputc.3f
30MLINKS+=rand.3f drand.3f rand.3f irand.3f
31MLINKS+=random.3f drandm.3f random.3f irandm.3f
32MLINKS+=stat.3f fstat.3f stat.3f lstat.3f
33MLINKS+=time.3f ctime.3f time.3f gmtime.3f time.3f ltime.3f
34MLINKS+=topen.3f tclose.3f topen.3f tread.3f topen.3f trewin.3f topen.3f \
35	tskipf.3f topen.3f tstate.3f topen.3f twrite.3f
36MLINKS+=trpfpe.3f fpecnt.3f
37MLINKS+=ttynam.3f isatty.3f
38MLINKS+=bit.3f and.3f bit.3f lshift.3f bit.3f not.3f bit.3f or.3f bit.3f \
39	rshift.3f bit.3f xor.3f
40
41all: ${MAN3F}
42
43clean depend lint tags:
44
45cleandir:
46	rm -f ${MAN3F}
47
48install: maninstall
49
50.include <bsd.prog.mk>
51