[add profiling library support
John Meacham <john@repetae.net>**20060409012259] hunk ./Makefile 16
+PROF_OPTS = -P
+
hunk ./Makefile 49
+base-1.0.prof.hl: jhc lib/base/base.cabal
+	-[ -e base.prof.log ] && mv -f base.prof.log base.prof.log.bak
+	./jhcp -v $(JHC_TEST) -ilib/base --noauto --build-hl lib/base/base.cabal -o base-1.0.prof.hl +RTS $(PROF_OPTS)  2>&1 | tee base.log
+