blob: 20b09862076272afb890de167bbf71a005eefdc9 [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
iproctore470aa32007-08-10 20:48:12 +00005all: native-code-library debug-code-library top
iproctor9a41a0c2007-07-16 21:59:24 +00006OCAMLMAKEFILE = ../OCamlMakefile
7include $(OCAMLMAKEFILE)