2002-10-29 Rodrigo Moya <rodrigo@ximian.com>
[mono.git] / mcs / class / System.Data / makefile.gnu
1 topdir = ../..
2
3 TEST_DIR= Test
4 LIBRARY = $(topdir)/class/lib/System.Data.dll
5
6 LIB_LIST = list
7 LIB_FLAGS = -r corlib -r System -r System.Xml -r System.EnterpriseServices
8
9 SOURCES_INCLUDE=*.cs
10 SOURCES_EXCLUDE=\
11         ./Test* \
12         *TestGDA.cs     \
13         ./System.Xml*
14
15 export MONO_PATH_PREFIX = $(topdir)/class/lib:
16
17 include $(topdir)/class/library.make