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