2003-04-11 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mcs / class / System / makefile.gnu
index 99359c8ad4e97703c7f2cbec75504f4e6d93b7af..f951f19ca782b913ca6cc23d7d61515100b20ac9 100644 (file)
@@ -1,8 +1,22 @@
 topdir = ../..
 
-LIBRARY = ../lib/System.dll
+TEST_DIR= Test
+LIBRARY = $(topdir)/class/lib/System.dll
 
 LIB_LIST = list.unix
-LIB_FLAGS = -r corlib -r System.Xml -r System.Drawing
+LIB_FLAGS = -r corlib -r System.Xml -r mscorlib
 
-include ../library.make
+SOURCES_INCLUDE=*.cs
+SOURCES_EXCLUDE=\
+       ./Test* \
+       ./System.CodeDom/Code-X-Collection.cs   \
+       ./System.Net/IAuthenticationModule.cs   \
+       ./System.Net/AuthenticationManager.cs   \
+       ./System.Diagnostics/Performance*.cs    \
+       ./System.Diagnostics/Counter*.cs        \
+       ./System.Diagnostics/InstanceData*.cs
+
+
+export MONO_PATH_PREFIX = $(topdir)/class/lib:
+
+include $(topdir)/class/library.make