summaryrefslogtreecommitdiff
path: root/lang/dylan-compiler/Makefile
blob: 64a85a17e5e2b7024affe569c7bf13fce3a19e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.3 2002/01/17 08:26:41 agc Exp $
#

PKGNAME=	dylan-compiler-${DYLAN_VERSION}

PATCHDIR=	${.CURDIR}/../dylan-interpreter/patches
DISTINFO_FILE=	${.CURDIR}/../dylan-interpreter/distinfo

AUTOGEN_TARGET=	--enable-mindy-bootstrap

CONFLICTS=	dylan-interpreter-[0-9]*

pre-build:
	@${ECHO_MSG} "********************************** WARNING ***********************************"
	@${ECHO_MSG} "This package takes over 8 hours to build on an 800 MHz PIII with 128 MB memory"
	@${ECHO_MSG} "You could try the dylan interpreter, in ${.CURDIR}/../dylan-interpreter"
	@${ECHO_MSG} "********************************** WARNING ***********************************"

.include "../dylan-interpreter/Makefile.common"