summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authoraarne <unknown>2004-04-02 12:23:48 +0000
committeraarne <unknown>2004-04-02 12:23:48 +0000
commit73c4fe8ddae261c02220d7b8205761210b61c3a8 (patch)
tree7ebd9bd01a250fa20b432f0e2c3e5be696ec885a /src/Makefile
parentf53f35978f4cd6b0e4c5e9123b5e88f04f6f4452 (diff)
Beta release.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index cd66cc2ff..16754f517 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -7,7 +7,13 @@ GHCINCLUDEGFT=-iapi -icompile -igrammar -iinfra -ishell -isource -icanonical -iu
WINDOWSINCLUDE=-ifor-windows -iapi -icompile -igrammar -iinfra -ishell -isource -icanonical -iuseGrammar -icf -iparsing -iparsers
all:
- make today ; make fud
+ make today ; make ghc
+unix:
+ make nofud-links ; make ghc
+windows:
+ make nofud-links ; make justwindows
+install-java:
+ make javac ; cd ../bin ; ln -s ../src/java ; echo "PLEASE edit GFHOME in bin/jgf2"
ghc:
make nofud
fud:
@@ -15,9 +21,9 @@ fud:
gft:
$(GHMAKE) $(GHCFLAGS) $(GHCINCLUDENOFUD) -itranslate --make translate/GFT.hs -o gft ; strip gft ; mv gft ../bin/
nofud:
- $(GHMAKE) $(GHCFLAGS) $(GHCINCLUDENOFUD) --make GF.hs -o gf2n ; strip gf2n ; mv gf2n ../bin/
-windows:
- $(GHMAKE) $(GHCFLAGS) $(WINDOWSINCLUDE) --make GF.hs -o gf2w ; strip gf2w.exe ; mv gf2w.exe ../bin/
+ $(GHMAKE) $(GHCFLAGS) $(GHCINCLUDENOFUD) --make GF.hs -o gf2 ; strip gf2 ; mv gf2 ../bin/
+justwindows:
+ $(GHMAKE) $(GHCFLAGS) $(WINDOWSINCLUDE) --make GF.hs -o gf2 ; strip gf2.exe ; mv gf2.exe ../bin/
nofud-links:
cd for-ghc-nofud ; rm -f *.hs ; ln -s ../for-ghc/Arch.hs ; ln -s ../for-hugs/ArchEdit.hs ; cd ..
batch: