Wed Jun 18 12:49:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / ByteFX.Data / makefile.gnu
1 topdir = ../..
2
3 LIBRARY = $(topdir)/class/lib/ByteFX.Data.dll
4
5 LIB_LIST = list
6 LIB_FLAGS = -r corlib -r System -r System.Xml -r System.Data -r ICSharpCode.SharpZipLib
7
8 SOURCES_INCLUDE=./*.cs ./Common/*.cs ./mysqlclient/*.cs
9 SOURCES_EXCLUDE=\
10         ./Test*
11
12 export MONO_PATH_PREFIX = $(topdir)/class/lib:
13
14 include $(topdir)/class/library.make