xref: /original-bsd/share/man/man3f/Makefile (revision bb2d502b)
1#
2# Copyright (c) 1987 Regents of the University of California.
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms are permitted
6# provided that the above copyright notice and this paragraph are
7# duplicated in all such forms and that any documentation,
8# advertising materials, and other materials related to such
9# distribution and use acknowledge that the software was developed
10# by the University of California, Berkeley.  The name of the
11# University may not be used to endorse or promote products derived
12# from this software without specific prior written permission.
13# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16#
17#	@(#)Makefile	5.3 (Berkeley) 03/06/89
18#
19MDIR=	${DESTDIR}/usr/man/cat3f
20OBJS=	abort.0 access.0 alarm.0 bessel.0 bit.0 chdir.0 chmod.0 etime.0 \
21	exit.0 fdate.0 flmin.0 flush.0 fork.0 fseek.0 getarg.0 getc.0 \
22	getcwd.0 getenv.0 getlog.0 getpid.0 getuid.0 getuid.0 hostnm.0 \
23	idate.0 index.0 intro.0 ioinit.0 kill.0 link.0 loc.0 long.0 \
24	malloc.0 perror.0 plot.0 putc.0 qsort.0 rand.0 random.0 rename.0 \
25	signal.0 sleep.0 stat.0 system.0 time.0 topen.0 traper.0 trapov.0 \
26	trpfpe.0 ttynam.0 unlink.0 wait.0
27
28all clean depent lint tags:
29
30cleandir:
31	rm -f ${OBJS}
32
33install: ${OBJS}
34	install -c -o bin -g bin -m 444 ${OBJS} ${MDIR}
35	rm -f ${MDIR}/and.0; ln ${MDIR}/bit.0 ${MDIR}/and.0
36	rm -f ${MDIR}/lshift.0; ln ${MDIR}/bit.0 ${MDIR}/lshift.0
37	rm -f ${MDIR}/not.0; ln ${MDIR}/bit.0 ${MDIR}/not.0
38	rm -f ${MDIR}/or.0; ln ${MDIR}/bit.0 ${MDIR}/or.0
39	rm -f ${MDIR}/rshift.0; ln ${MDIR}/bit.0 ${MDIR}/rshift.0
40	rm -f ${MDIR}/xor.0; ln ${MDIR}/bit.0 ${MDIR}/xor.0
41	rm -f ${MDIR}/box.0; ln ${MDIR}/plot.0 ${MDIR}/box.0
42	rm -f ${MDIR}/ctime.0; ln ${MDIR}/time.0 ${MDIR}/ctime.0
43	rm -f ${MDIR}/drand.0; ln ${MDIR}/rand.0 ${MDIR}/drand.0
44	rm -f ${MDIR}/fgetc.0; ln ${MDIR}/getc.0 ${MDIR}/fgetc.0
45	rm -f ${MDIR}/fputc.0; ln ${MDIR}/putc.0 ${MDIR}/fputc.0
46	rm -f ${MDIR}/fstat.0; ln ${MDIR}/stat.0 ${MDIR}/fstat.0
47	rm -f ${MDIR}/gmtime.0; ln ${MDIR}/time.0 ${MDIR}/gmtime.0
48	rm -f ${MDIR}/irand.0; ln ${MDIR}/rand.0 ${MDIR}/irand.0
49	rm -f ${MDIR}/lstat.0; ln ${MDIR}/stat.0 ${MDIR}/lstat.0
50	rm -f ${MDIR}/ltime.0; ln ${MDIR}/time.0 ${MDIR}/ltime.0
51	rm -f ${MDIR}/short.0; ln ${MDIR}/long.0 ${MDIR}/short.0
52	rm -f ${MDIR}/symlnk.0; ln ${MDIR}/link.0 ${MDIR}/symlnk.0
53	rm -f ${MDIR}/dffrac.0; ln ${MDIR}/flmin.0 ${MDIR}/dffrac.0
54	rm -f ${MDIR}/dflmax.0; ln ${MDIR}/flmin.0 ${MDIR}/dflmax.0
55	rm -f ${MDIR}/dflmin.0; ln ${MDIR}/flmin.0 ${MDIR}/dflmin.0
56	rm -f ${MDIR}/dtime.0; ln ${MDIR}/etime.0 ${MDIR}/dtime.0
57	rm -f ${MDIR}/ffrac.0; ln ${MDIR}/flmin.0 ${MDIR}/ffrac.0
58	rm -f ${MDIR}/flmax.0; ln ${MDIR}/flmin.0 ${MDIR}/flmax.0
59	rm -f ${MDIR}/fortran.0; ln ${MDIR}/intro.0 ${MDIR}/fortran.0
60	rm -f ${MDIR}/ftell.0; ln ${MDIR}/fseek.0 ${MDIR}/ftell.0
61	rm -f ${MDIR}/inmax.0; ln ${MDIR}/flmin.0 ${MDIR}/inmax.0
62	rm -f ${MDIR}/itime.0; ln ${MDIR}/idate.0 ${MDIR}/itime.0
63	rm -f ${MDIR}/len.0; ln ${MDIR}/index.0 ${MDIR}/len.0
64	rm -f ${MDIR}/lnblnk.0; ln ${MDIR}/index.0 ${MDIR}/lnblnk.0
65	rm -f ${MDIR}/rindex.0; ln ${MDIR}/index.0 ${MDIR}/rindex.0
66	rm -f ${MDIR}/tclose.0; ln ${MDIR}/topen.0 ${MDIR}/tclose.0
67	rm -f ${MDIR}/tread.0; ln ${MDIR}/topen.0 ${MDIR}/tread.0
68	rm -f ${MDIR}/trewin.0; ln ${MDIR}/topen.0 ${MDIR}/trewin.0
69	rm -f ${MDIR}/tskipf.0; ln ${MDIR}/topen.0 ${MDIR}/tskipf.0
70	rm -f ${MDIR}/tstate.0; ln ${MDIR}/topen.0 ${MDIR}/tstate.0
71	rm -f ${MDIR}/twrite.0; ln ${MDIR}/topen.0 ${MDIR}/twrite.0
72	rm -f ${MDIR}/drandm.0; ln ${MDIR}/random.0 ${MDIR}/drandm.0
73	rm -f ${MDIR}/falloc.0; ln ${MDIR}/malloc.0 ${MDIR}/falloc.0
74	rm -f ${MDIR}/fpecnt.0; ln ${MDIR}/trpfpe.0 ${MDIR}/fpecnt.0
75	rm -f ${MDIR}/gerror.0; ln ${MDIR}/perror.0 ${MDIR}/gerror.0
76	rm -f ${MDIR}/getgid.0; ln ${MDIR}/getuid.0 ${MDIR}/getgid.0
77	rm -f ${MDIR}/iargc.0; ln ${MDIR}/getarg.0 ${MDIR}/iargc.0
78	rm -f ${MDIR}/ierrno.0; ln ${MDIR}/perror.0 ${MDIR}/ierrno.0
79	rm -f ${MDIR}/irandm.0; ln ${MDIR}/random.0 ${MDIR}/irandm.0
80	rm -f ${MDIR}/isatty.0; ln ${MDIR}/ttynam.0 ${MDIR}/isatty.0
81	rm -f ${MDIR}/besj0.0; ln ${MDIR}/bessel.0 ${MDIR}/besj0.0
82	rm -f ${MDIR}/besj1.0; ln ${MDIR}/bessel.0 ${MDIR}/besj1.0
83	rm -f ${MDIR}/besjn.0; ln ${MDIR}/bessel.0 ${MDIR}/besjn.0
84	rm -f ${MDIR}/besy0.0; ln ${MDIR}/bessel.0 ${MDIR}/besy0.0
85	rm -f ${MDIR}/besy1.0; ln ${MDIR}/bessel.0 ${MDIR}/besy1.0
86	rm -f ${MDIR}/besyn.0; ln ${MDIR}/bessel.0 ${MDIR}/besyn.0
87	rm -f ${MDIR}/dbesj0.0; ln ${MDIR}/bessel.0 ${MDIR}/dbesj0.0
88	rm -f ${MDIR}/dbesj1.0; ln ${MDIR}/bessel.0 ${MDIR}/dbesj1.0
89	rm -f ${MDIR}/dbesjn.0; ln ${MDIR}/bessel.0 ${MDIR}/dbesjn.0
90	rm -f ${MDIR}/dbesy0.0; ln ${MDIR}/bessel.0 ${MDIR}/dbesy0.0
91	rm -f ${MDIR}/dbesy1.0; ln ${MDIR}/bessel.0 ${MDIR}/dbesy1.0
92	rm -f ${MDIR}/dbesyn.0; ln ${MDIR}/bessel.0 ${MDIR}/dbesyn.0
93