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@