xref: /csrg-svn/old/lisp/makefile (revision 34673)
1#
2# Copyright (c) 1987, 1988 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 this notice is preserved and that due credit is given
7# to the University of California at Berkeley. The name of the University
8# may not be used to endorse or promote products derived from this
9# software without specific prior written permission. This software
10# is provided ``as is'' without express or implied warranty.
11#
12#	@(#)makefile	5.4 (Berkeley) 06/08/88
13#
14
15all: FRC
16	(cd doc; make ${MFLAGS} install)
17	./lispconf ${MACHINE}_4_3
18	make -f Makefile ${MFLAGS} DESTDIR=${DESTDIR} copylibrary
19	make -f Makefile ${MFLAGS}
20
21install: FRC
22	make -f Makefile ${MFLAGS} DESTDIR=${DESTDIR} install
23
24clean: FRC
25	make -f Makefile ${MFLAGS} clean
26
27depend: FRC
28	make -f Makefile ${MFLAGS} depend
29
30FRC:
31