blob: 723402b112eca839a749fafb82a836b2358eeb6c [file] [log] [blame]
iproctor7897c922007-08-08 01:43:39 +00001SOURCES = Thrift.ml TBinaryProtocol.ml TSocket.ml TChannelTransport.ml TServer.ml TSimpleServer.ml TServerSocket.ml TThreadedServer.ml
iproctor9a41a0c2007-07-16 21:59:24 +00002RESULT = thrift
iproctor7897c922007-08-08 01:43:39 +00003LIBS = unix threads
4THREADS = yes
iproctor9a41a0c2007-07-16 21:59:24 +00005all: native-code-library byte-code-library top
6OCAMLMAKEFILE = ../OCamlMakefile
7include $(OCAMLMAKEFILE)