Replaced public MessageReader.Position with something marginally better.
[versaplex.git] / dbus-sharp / Makefile
blob178624566407fed058d3bfe9f0e474b2289618fc
1 WVDOTNET=../wvdotnet
2 include $(WVDOTNET)/monorules.mk
3 include $(WVDOTNET)/rules.mk
5 all: wvdbus-sharp.dll
7 CSFLAGS+=/unsafe
9 wv.dll:
11 wvdbus-sharp.dll: \
12 assemblyinfo.cs \
13 Address.cs \
14 Authentication.cs \
15 Bus.cs \
16 BusObject.cs \
17 Connection.cs \
18 DataConverter.cs \
19 DBus.cs \
20 DProxy.cs \
21 ExportObject.cs \
22 Introspection.cs \
23 Mapper.cs \
24 MatchRule.cs \
25 Message.cs \
26 MessageFilter.cs \
27 MessageReader.cs \
28 MessageWriter.cs \
29 PendingCall.cs \
30 Protocol.cs \
31 Server.cs \
32 Signature.cs \
33 SocketTransport.cs \
34 Transport.cs \
35 TypeImplementer.cs \
36 UnixMonoTransport.cs \
37 UnixNativeTransport.cs \
38 UnixTransport.cs \
39 Wrapper.cs \
40 $(WVDOTNET)/wv.dll
42 tests: all t/tests
44 test: tests t/test
46 clean:: t/clean