X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=45ed83809f39941aee435c20c334e29027163b84;hb=da61a6744550e974688d46b23b11f1a842e4da2e;hp=dfc3d1df795431bf5959d0d4a8d26a0eebc83675;hpb=91f4cfbc5214ad3a6db8dba09001639b905cab02;p=dead%2Fhtsn.git diff --git a/makefile b/makefile index dfc3d1d..45ed838 100644 --- a/makefile +++ b/makefile @@ -3,18 +3,18 @@ TESTSUITE_BIN = dist/build/testsuite/testsuite .PHONY : dist hlint -$(BIN): src/*.hs src/TSN/*.hs +$(BIN): src/*.hs runghc Setup.hs clean - runghc Setup.hs configure --user + runghc Setup.hs configure --user --prefix=/ runghc Setup.hs build profile: src/*.hs runghc Setup.hs clean - runghc Setup.hs configure --user --enable-executable-profiling + runghc Setup.hs configure --user --enable-executable-profiling --prefix=/ runghc Setup.hs build -doc: src/*.hs - runghc Setup.hs configure --user +doc: *.cabal src/*.hs + runghc Setup.hs configure --user --prefix=/ runghc Setup.hs hscolour --executables runghc Setup.hs haddock --internal \ --executables \ @@ -22,17 +22,19 @@ doc: src/*.hs clean: runghc Setup.hs clean - + rm -f *.log + rm -f *.xml + rm -rf tmp $(TESTSUITE_BIN): src/*.hs test/TestSuite.hs - runghc Setup.hs configure --user --enable-tests + runghc Setup.hs configure --user --enable-tests --prefix=/ runghc Setup.hs build test: $(BIN) $(TESTSUITE_BIN) runghc Setup.hs test dist: - runghc Setup.hs configure + runghc Setup.hs configure --prefix=/ runghc Setup.hs sdist hlint: