iproctor | 7897c92 | 2007-08-08 01:43:39 +0000 | [diff] [blame] | 1 | SOURCES = Thrift.ml TBinaryProtocol.ml TSocket.ml TChannelTransport.ml TServer.ml TSimpleServer.ml TServerSocket.ml TThreadedServer.ml |
iproctor | 9a41a0c | 2007-07-16 21:59:24 +0000 | [diff] [blame] | 2 | RESULT = thrift |
iproctor | 7897c92 | 2007-08-08 01:43:39 +0000 | [diff] [blame] | 3 | LIBS = unix threads |
| 4 | THREADS = yes |
iproctor | e470aa3 | 2007-08-10 20:48:12 +0000 | [diff] [blame] | 5 | all: native-code-library debug-code-library top |
iproctor | 9a41a0c | 2007-07-16 21:59:24 +0000 | [diff] [blame] | 6 | OCAMLMAKEFILE = ../OCamlMakefile |
| 7 | include $(OCAMLMAKEFILE) |