2007-03-19 Igor Zelmanovich <igorz@mainsoft.com>
[mono.git] / mcs / class / IBM.Data.DB2 / Makefile
1 thisdir = class/IBM.Data.DB2
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = IBM.Data.DB2.dll
6 LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll \
7         /r:System.Xml.dll /r:System.Data.dll
8 NO_TEST = yes
9
10 EXTRA_DISTFILES = ibm.pub
11
12 ifeq (net_2_0, $(PROFILE))
13 all-local $(STD_TARGETS:=-local):
14         @:
15 else
16 include ../../build/library.make
17 endif
18