summaryrefslogtreecommitdiff
path: root/src/config.mk.in
blob: 356e163bbfc19ac6aa81b1fa29a81a127736d7d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# GF configuration file. configure will produce config.mk from this file
# @configure_input@

PACKAGE_VERSION = @PACKAGE_VERSION@

prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
libdir = @libdir@

host = @host@

CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@

INSTALL = @INSTALL@

GHC = @GHC@
GHCI = @GHCI@