comparison Makefile.am @ 1760:74fcc977a13d

Automake 1.12 compatibility, based on suggestions by Lance Hepler
author Adam Chlipala <adam@chlipala.net>
date Sat, 12 May 2012 15:22:39 -0400
parents 1dd8a8791d9c
children 7cf34f8b7b93
comparison
equal deleted inserted replaced
1759:add6dc3f4383 1760:74fcc977a13d
1 ACLOCAL_AMFLAGS = -I m4 1 ACLOCAL_AMFLAGS = -I m4
2 2
3 BIN := @BIN@ 3 BIN = @BIN@
4 SRCLIB := @SRCLIB@ 4 SRCLIB = @SRCLIB@
5 INCLUDE := @INCLUDE@ 5 INCLUDE = @INCLUDE@
6 SITELISP := @SITELISP@ 6 SITELISP = @SITELISP@
7 VERSION := @VERSION@ 7 VERSION = @VERSION@
8 8
9 LIB_UR := $(SRCLIB)/ur 9 LIB_UR = $(SRCLIB)/ur
10 LIB_C := $(SRCLIB)/c 10 LIB_C = $(SRCLIB)/c
11 LIB_JS := $(SRCLIB)/js 11 LIB_JS = $(SRCLIB)/js
12 12
13 all-local: smlnj mlton 13 all-local: smlnj mlton
14 14
15 SUBDIRS = src/c 15 SUBDIRS = src/c
16 16
43 mllex $< 43 mllex $<
44 44
45 src/urweb.mlton.grm.sig src/urweb.mlton.grm.sml: src/urweb.mlton.grm 45 src/urweb.mlton.grm.sig src/urweb.mlton.grm.sml: src/urweb.mlton.grm
46 mlyacc $< 46 mlyacc $<
47 47
48 MLTON := mlton 48 MLTON = mlton
49 49
50 #ifdef DEBUG 50 #ifdef DEBUG
51 # MLTON += -const 'Exn.keepHistory true' 51 # MLTON += -const 'Exn.keepHistory true'
52 #endif 52 #endif
53 53