[sgen] Clear the card table in the finishing pause
[mono.git] / mcs / class / System.Runtime.Remoting / Makefile
1 thisdir = class/System.Runtime.Remoting
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = System.Runtime.Remoting.dll
6
7 LIB_REFS = System System.Web System.Xml System.Runtime.Serialization.Formatters.Soap
8 LIB_MCS_FLAGS = /r:$(corlib)
9
10 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618 /r:System.Runtime.Remoting.dll
11
12 TEST_MONO_PATH = .
13
14 EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs
15
16 include ../../build/library.make
17