2008-02-06 22:10:12 +00:00
|
|
|
THRIFTCODE= \
|
|
|
|
src/Protocol/TProtocolException.cs \
|
|
|
|
src/Protocol/TProtocolFactory.cs \
|
|
|
|
src/Protocol/TList.cs \
|
|
|
|
src/Protocol/TSet.cs \
|
|
|
|
src/Protocol/TMap.cs \
|
|
|
|
src/Protocol/TProtocolUtil.cs \
|
|
|
|
src/Protocol/TMessageType.cs \
|
|
|
|
src/Protocol/TProtocol.cs \
|
|
|
|
src/Protocol/TType.cs \
|
|
|
|
src/Protocol/TField.cs \
|
|
|
|
src/Protocol/TMessage.cs \
|
|
|
|
src/Protocol/TStruct.cs \
|
|
|
|
src/Protocol/TBinaryProtocol.cs \
|
|
|
|
src/Server/TThreadPoolServer.cs \
|
|
|
|
src/Server/TSimpleServer.cs \
|
|
|
|
src/Server/TServer.cs \
|
|
|
|
src/Transport/TTransport.cs \
|
|
|
|
src/Transport/TSocket.cs \
|
|
|
|
src/Transport/TTransportException.cs \
|
|
|
|
src/Transport/TStreamTransport.cs \
|
|
|
|
src/Transport/TServerTransport.cs \
|
|
|
|
src/Transport/TServerSocket.cs \
|
|
|
|
src/Transport/TTransportFactory.cs \
|
|
|
|
src/TProcessor.cs \
|
|
|
|
src/TApplicationException.cs
|
|
|
|
|
|
|
|
|
2008-04-02 22:09:03 +00:00
|
|
|
CSC=gmcs
|
2008-02-06 22:10:12 +00:00
|
|
|
|
2008-02-24 17:45:03 +00:00
|
|
|
all-local: Thrift.dll
|
2008-02-06 22:10:12 +00:00
|
|
|
|
|
|
|
Thrift.dll: $(THRIFTCODE)
|
2009-02-03 21:20:27 +00:00
|
|
|
$(CSC) $(THRIFTCODE) /out:Thrift.dll /target:library /langversion:linq
|
2008-02-06 22:10:12 +00:00
|
|
|
|
|
|
|
clean-local:
|
|
|
|
$(RM) Thrift.dll
|
2008-02-06 22:10:26 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
$(THRIFTCODE) \
|
|
|
|
ThriftMSBuildTask \
|
|
|
|
src/Thrift.csproj \
|
|
|
|
src/Thrift.sln
|