head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.06.03.22.08.26;	author pgj;	state Exp;
branches;
next	1.1;

1.1
date	2012.02.13.02.08.15;	author pgj;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 0.9.3

Obtained from:	FreeBSD Haskell
@
text
@--- ./evm/Makefile.orig	2012-02-28 00:44:29.000000000 +0100
+++ ./evm/Makefile	2012-04-08 10:41:14.000000000 +0200
@@@@ -1,6 +1,4 @@@@
-CC = gcc
-#CFLAGS = -Wall -g -DUSE_BOEHM
-CFLAGS = -Wall -O3 -DUSE_BOEHM
+CFLAGS+= -Wall -DUSE_BOEHM -I%%LOCALBASE%%/include -L%%LOCALBASE%%/lib
 OBJS = closure.o stdfuns.o emalloc.o sparks.o
 INSTALLDIR = ${PREFIX}/lib/evm
 
@


1.1
log
@Epic is a simple functional language which compiles to reasonably efficient C code,
using the Boehm-Demers-Weiser garbage collector [1].  It is intended as a compiler
back-end, and is currently used as a back end for Epigram [2] and Idris [3].  It
can be invoked either as a library or an application.

[1] http://www.hpl.hp.com/personal/Hans_Boehm/gc/
[2] http://www.e-pig.org/
[3] http://idris-lang.org/

WWW:	http://www.dcs.st-and.ac.uk/~eb/epic.php

Obtained from:	FreeBSD Haskell
@
text
@d1 2
a2 2
--- ./evm/Makefile.orig	2011-11-10 23:02:39.000000000 +0100
+++ ./evm/Makefile	2011-12-03 03:48:58.000000000 +0100
d5 1
a5 1
-#CFLAGS = -Wall -g
@

