2002-08-13 Piers Haken <piersh@friskit.com>
[mono.git] / mcs / class / System.Data / makefile.gnu
1 topdir = ../..
2
3 LIBRARY = ../lib/System.Data.dll
4
5 LIB_LIST = list
6 LIB_FLAGS = -r corlib -r System -r System.Xml
7
8 SOURCES_INCLUDE=*.cs
9 SOURCES_EXCLUDE=\
10         ./Test* \
11         *TestGDA.cs     \
12         ./System.Xml*
13
14 export MONO_PATH_PREFIX = ../lib:
15
16 include ../library.make