![]()
Parent Directory
|
Revision Log
r5082@brainchild: ctl | 2008-11-17 19:03:29 -0500 Generalize SASL to non-IO monads
GHC = ghc GHC_OPTS = -XOverloadedStrings -XGeneralizedNewtypeDeriving HS_SRC = imap.hs C_SRCS = H_SRCS = .SUFFIXES: .hs .hi .c .o %.hi: %.o @ %.o: %.c @ .PHONY: all depend all: $(HS_SRC:.hs=) depend: $(GHC) -M $(GHC_OPTS) $(HS_SRC) $(HS_SRC:.hs=): $(HS_SRC:.hs=.o) $(C_SRCS) $(H_SRCS) $(GHC) --make $(GHC_OPTS) $@ $(C_SRCS) # DO NOT DELETE: Beginning of Haskell dependencies Eyo/IMAP/Base64.o : Eyo/IMAP/Base64.hs Eyo/IMAP/ByteString.o : Eyo/IMAP/ByteString.hs Eyo/IMAP/SASL.o : Eyo/IMAP/SASL.hs Eyo/IMAP/SASL.o : Eyo/IMAP/ByteString.hi Eyo/IMAP/Server.o : Eyo/IMAP/Server.hs Eyo/IMAP/Server.o : Eyo/IMAP/Base64.hi Eyo/IMAP/Server.o : Eyo/IMAP/SASL.hi Eyo/IMAP/Server.o : Eyo/IMAP/ByteString.hi imap.o : imap.hs imap.o : Eyo/IMAP/SASL.hi imap.o : Eyo/IMAP/Server.hi # DO NOT DELETE: End of Haskell dependencies
| Maintained by PDOS | ViewVC Help |
| Powered by ViewVC 1.0.3 |