2002-09-16 Gaurav Vaish <gvaish_mono@lycos.com>
[mono.git] / mcs / class / System / makefile.gnu
1 topdir = ../..
2
3 LIBRARY = $(topdir)/class/lib/System.dll
4
5 LIB_LIST = list.unix
6 LIB_FLAGS = -r corlib -r System.Xml -r mscorlib
7
8 SOURCES_INCLUDE=*.cs
9 SOURCES_EXCLUDE=\
10         ./Test* \
11         ./System.CodeDom/Code-X-Collection.cs   \
12         ./System.Net/IAuthenticationModule.cs   \
13         ./System.Net/AuthenticationManager.cs   \
14         ./System.Diagnostics/Performance*.cs    \
15         ./System.Diagnostics/Counter*.cs        \
16         ./System.Diagnostics/InstanceData*.cs
17
18
19 export MONO_PATH_PREFIX = $(topdir)/class/lib:
20
21 include $(topdir)/class/library.make