At 2002-10-09 07:48, Hal Daume III wrote:

>Is this the sort of thing you're looking for?

Yes, thanks. I now have these in my Makefile:


HCPOPTS                         = -prof -hisuf p_hi -osuf .p_o -auto-all +RTS -K32M 
-RTS

depend-entries: $(HC_SRCS)
        $(HC) -M -optdep-s -optdepp $(HCFLAGS) $^


I did notice that for -osuf you seem to need the '.' but for -hisuf you 
don't...

-- 
Ashley Yakeley, Seattle WA

_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to