iproctor | 9a41a0c | 2007-07-16 21:59:24 +0000 | [diff] [blame] | 1 | SOURCES = Thrift.ml TBinaryProtocol.ml TSocket.ml TChannelTransport.ml TServer.ml TSimpleServer.ml |
2 | RESULT = thrift | ||||
3 | LIBS = unix | ||||
4 | all: native-code-library byte-code-library top | ||||
5 | OCAMLMAKEFILE = ../OCamlMakefile | ||||
6 | include $(OCAMLMAKEFILE) |