reorganize the directories under src, and rescue the JavaScript interpreter from deprecated

This commit is contained in:
krasimir
2009-12-13 18:50:29 +00:00
parent 15305efa5a
commit c92f9d1c0c
189 changed files with 2 additions and 2 deletions

37
deprecated/config.mk.in Normal file
View File

@@ -0,0 +1,37 @@
# 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@
datadir = @datadir@
host = @host@
build = @build@
GHCFLAGS = @GHCFLAGS@
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
EXEEXT = @EXEEXT@
INSTALL = @INSTALL@
TAR = @TAR@
GHC = "@GHC@"
GHCI = "@GHCI@"
READLINE = @READLINE@
INTERRUPT = @INTERRUPT@
ATK = @ATK@
ENABLE_JAVA = @ENABLE_JAVA@
JAVAC = "@JAVAC@"
JAR = "@JAR@"