diff options
Diffstat (limited to 'contrib/extraction/test/Makefile.haskell')
| -rw-r--r-- | contrib/extraction/test/Makefile.haskell | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/contrib/extraction/test/Makefile.haskell b/contrib/extraction/test/Makefile.haskell index bd50f9bf51..6e1e15d186 100644 --- a/contrib/extraction/test/Makefile.haskell +++ b/contrib/extraction/test/Makefile.haskell @@ -7,14 +7,9 @@ TOPDIR=../../.. # Files with axioms to be realized: can't be extracted directly AXIOMSVO:= \ -theories/Init/PeanoSyntax.vo \ theories/Init/Prelude.vo \ -theories/Arith/Arith.vo \ -theories/Lists/List.vo \ theories/Reals/% \ -theories/Reals/Rsyntax.vo \ -theories/Num/% \ -theories/ZArith/Zsyntax.vo +theories/Num/% DIRS:= $(shell (cd $(TOPDIR);find theories -type d ! -name CVS)) @@ -40,7 +35,7 @@ tree: mkdir -p $(DIRS) %.o:%.hs - hbc $(INCL) -c $< + ghc $(INCL) -c $< $(HS): hs2v ./extract.haskell $@ |
