X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=b609308255aed78e9b9a7c0e9f14f3ed5f7bb729;hb=4a8105503a3a58eb1b19b74f725a632af2c7d18a;hp=15f2a758d1b783816b54fea31ccdc3a2a02ae53d;hpb=6c0620002bd5c088ce55a514e9c9ccc19e1cfbf9;p=spline3.git diff --git a/makefile b/makefile index 15f2a75..b609308 100644 --- a/makefile +++ b/makefile @@ -31,19 +31,6 @@ $(TESTSUITE_BIN): $(SRCS) test/TestSuite.hs --enable-tests runghc Setup.hs build -llvm: $(PN).cabal $(SRCS) - FLAGS="llvm" make - -profile: $(SRCS) - runghc Setup.hs configure \ - --user \ - --prefix=/ \ - --enable-executable-profiling - runghc Setup.hs build - -hpc: $(PN).cabal $(SRCS) - FLAGS="hpc" make - clean: runghc Setup.hs clean rm -rf dist/ @@ -61,7 +48,6 @@ doc: dist/doc dist/doc: $(PN).cabal $(SRCS) runghc Setup.hs configure --user --prefix=/ --flags=${FLAGS} - runghc Setup.hs hscolour --all runghc Setup.hs haddock --all \ --hyperlink-source \ --haddock-options="--ignore-all-exports"