Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
nofib
Commits
b86d5b03
Commit
b86d5b03
authored
Mar 14, 1997
by
simonpj
Browse files
[project @ 1997-03-14 08:02:40 by simonpj]
Major update to more-or-less 2.02
parent
fface0f4
Changes
313
Hide whitespace changes
Inline
Side-by-side
GHC_ONLY/Makefile
View file @
b86d5b03
TOP
=
../..
SUBDIRS
=
$(
wildcard
arith
*
bugs cg
*
ghclib
*
io
*
obfuscated93 po
*
net
*
stable
*
)
include
$(TOP)/nofib/mk/nofib.mk
TOP
=
..
include
$(TOP)/mk/boilerplate.mk
# Leave the net* tests out of it for the moment, runstdtest is
# geared towards batch programs
SUBDIRS
=
$(
wildcard
frontend
*
arith
*
bugs cg
*
ghclib
*
io
*
obfuscated93 po
*
stable
*
)
include
$(TOP)/mk/target.mk
GHC_ONLY/arith001/Makefile
View file @
b86d5b03
TOP
=
../../..
PROG
=
arith001
include
$(TOP)/nofib/mk/nofib.mk
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
-include
opts.mk
include
$(TOP)/mk/target.mk
GHC_ONLY/arith002/Makefile
View file @
b86d5b03
TOP
=
../../..
PROG
=
arith002
include
$(TOP)/nofib/mk/nofib.mk
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
-include
opts.mk
include
$(TOP)/mk/target.mk
GHC_ONLY/arith003/Makefile
View file @
b86d5b03
TOP
=
../../..
PROG
=
arith003
include
$(TOP)/nofib/mk/nofib.mk
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
-include
opts.mk
include
$(TOP)/mk/target.mk
GHC_ONLY/arith004/Makefile
View file @
b86d5b03
TOP
=
../../..
PROG
=
arith004
include
$(TOP)/nofib/mk/nofib.mk
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
-include
opts.mk
include
$(TOP)/mk/target.mk
GHC_ONLY/arith005/Makefile
View file @
b86d5b03
TOP
=
../../..
PROG
=
arith005
include
$(TOP)/nofib/mk/nofib.mk
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
-include
opts.mk
include
$(TOP)/mk/target.mk
GHC_ONLY/arith006/Makefile
View file @
b86d5b03
TOP
=
../../..
PROG
=
arith006
include
$(TOP)/nofib/mk/nofib.mk
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
-include
opts.mk
include
$(TOP)/mk/target.mk
GHC_ONLY/arith007/Makefile
View file @
b86d5b03
TOP
=
../../..
PROG
=
arith007
include
$(TOP)/nofib/mk/nofib.mk
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
-include
opts.mk
include
$(TOP)/mk/target.mk
GHC_ONLY/arith008/Makefile
View file @
b86d5b03
TOP
=
../../..
PROG
=
arith008
include
$(TOP)/nofib/mk/nofib.mk
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
-include
opts.mk
include
$(TOP)/mk/target.mk
GHC_ONLY/arith009/Makefile
View file @
b86d5b03
TOP
=
../../..
PROG
=
arith009
include
$(TOP)/nofib/mk/nofib.mk
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
-include
opts.mk
include
$(TOP)/mk/target.mk
GHC_ONLY/array001/Makefile
View file @
b86d5b03
TOP
=
../../..
PROG
=
array001
include
$(TOP)/nofib/mk/nofib.mk
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
-include
opts.mk
include
$(TOP)/mk/target.mk
GHC_ONLY/array002/Makefile
View file @
b86d5b03
TOP
=
../../..
PROG
=
array002
include
$(TOP)/nofib/mk/nofib.mk
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
-include
opts.mk
include
$(TOP)/mk/target.mk
GHC_ONLY/bugs/10queens/Makefile
View file @
b86d5b03
TOP
=
../../..
/..
PROG
=
10queens
include
$(TOP)/
nofib/mk/nofib
.mk
TOP
=
../../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/
mk/target
.mk
GHC_ONLY/bugs/Makefile
View file @
b86d5b03
TOP
=
../../..
SUBDIRS
=
10queens andy_cherry cvh_unboxing dmgob_native1 dmgob_native2
\
fast2haskell ipoole_spec_class jq_readsPrec jl_defaults
\
jtod_circint jules_xref jules_xref2 lennart_array lennart_range
\
lex life_space_leak north_array sanders_array waugh_neural
\
zhang_ccall
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/target.mk
# andre_monad: boring -- the correct answer is a divide-by-zero
# NOT REALLY A BUG: fun_insts
# NOT A BUG AS FAR AS I CAN TELL: north_lias
# NOT A BUG: stk overflow is expected w/ stranal: hill_stk_oflow
# TESTS OLD ccall (now irrelevant): areid_pass
include
$(TOP)/nofib/mk/nofib.mk
GHC_ONLY/bugs/andre_monad/Makefile
View file @
b86d5b03
TOP
=
../../..
PROG
=
andre_monad
EXTRA_RUNTESTFLAGS
=
include
$(TOP)/nofib/mk/nofib.mk
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/target.mk
GHC_ONLY/bugs/andy_cherry/Makefile
View file @
b86d5b03
TOP
=
../../../..
PROG
=
andy_cherry
SRCS
=
DataTypes.lhs GenUtils.lhs Interp.lhs InterpUtils.lhs
\
Parser.lhs PrintTEX.lhs Main.lhs
EXTRA_RUNTESTFLAGS
=
-d
tex mygames.pgn
include
$(TOP)/nofib/mk/nofib.mk
TOP
=
../../..
include
$(TOP)/mk/boilerplate.mk
SRC_HC_OPTS
+=
-cpp
SRC_RUNTESTFLAGS
+=
-d
tex mygames.pgn
include
$(TOP)/mk/target.mk
GHC_ONLY/bugs/areid_pass/Makefile
View file @
b86d5b03
TOP
=
../../..
PROG
=
areid_pass
EXTRA_RUNTESTFLAGS
=
include
$(TOP)/nofib/mk/nofib.mk
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/target.mk
GHC_ONLY/bugs/cvh_unboxing/Append.lhs
View file @
b86d5b03
...
...
@@ -3,6 +3,7 @@
\begin{code}
module Append where
import PrelBase
import Types
\end{code}
...
...
GHC_ONLY/bugs/cvh_unboxing/Main.lhs
View file @
b86d5b03
\begin{code}
import PrelBase
import Types
import Append
...
...
GHC_ONLY/bugs/cvh_unboxing/Makefile
View file @
b86d5b03
TOP
=
../../../..
PROG
=
cvh_unboxing
SRCS
=
Types.lhs Append.lhs Main.lhs
include
$(TOP)/nofib/mk/nofib.mk
TOP
=
../../..
include
$(TOP)/mk/boilerplate.mk
SRC_HC_OPTS
+=
-fglasgow-exts
include
$(TOP)/mk/target.mk
Prev
1
2
3
4
5
…
16
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment