xref: /csrg-svn/old/lisp/fp/Makefile (revision 36138)
133122Sbostic#
236025Sbostic# Copyright (c) 1987 The Regents of the University of California.
333122Sbostic# All rights reserved.
433122Sbostic#
533122Sbostic# Redistribution and use in source and binary forms are permitted
636025Sbostic# provided that the above copyright notice and this paragraph are
736025Sbostic# duplicated in all such forms and that any documentation,
836025Sbostic# advertising materials, and other materials related to such
936025Sbostic# distribution and use acknowledge that the software was developed
1036025Sbostic# by the University of California, Berkeley.  The name of the
1136025Sbostic# University may not be used to endorse or promote products derived
1236025Sbostic# from this software without specific prior written permission.
1336025Sbostic# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1436025Sbostic# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1536025Sbostic# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1633122Sbostic#
17*36138Sbostic#	@(#)Makefile	5.4 (Berkeley) 10/25/88
1833122Sbostic#
1936137SbosticMAN=	fp.0
2036137Sbostic
21*36138Sbosticall fp clean lint tags: FRC
2236025Sbostic	cd fp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
2333122Sbostic
24*36138Sbosticcleandir: clean
25*36138Sbostic	cd fp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
26*36138Sbostic	rm -f ${MAN} tags .depend
27*36138Sbostic
2836137Sbosticinstall: ${MAN}
2936137Sbostic	cd fp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
3036137Sbostic	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat1
3136137Sbostic
3233122SbosticFRC:
33