In Microsoft.Build.BuildEngine:
[mono.git] / mcs / class / FirebirdSql.Data.Firebird / Makefile
1 thisdir = class/FirebirdSql.Data.Firebird
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = FirebirdSql.Data.Firebird.dll
6 LIBRARY_SNK = FirebirdSql.Data.Firebird.snk
7
8 LIB_DEFINE_FLAGS = 
9
10 ifeq ($(PLATFORM), linux)
11 LIB_DEFINE_FLAGS = /d:LINUX
12 endif
13
14 LIB_MCS_FLAGS = \
15         $(LIB_DEFINE_FLAGS) \
16         /r:$(corlib) /r:System.dll \
17         /r:System.Xml.dll /r:System.Data.dll \
18         /r:System.Drawing \
19         @FirebirdSql.Data.Firebird.dll.resources
20
21 TEST_MCS_FLAGS = /r:$(corlib) /r:System.dll \
22         /r:System.Xml.dll /r:System.Data.dll \
23
24 EXTRA_DISTFILES = \
25         license.txt \
26         license.html \
27         readme.txt \
28         changelog.txt \
29         FirebirdSql.Data.Firebird.snk \
30         FirebirdSql.Data.Firebird.dll.resources \
31         FirebirdSql.Data.Common/Resources/isc_error_msg.resources \
32         FirebirdSql.Data.Firebird.dll.resources \
33         Test/App.config \
34         Test/AssemblyInfo.cs \
35         Test/BaseTest.cs \
36         Test/FbArrayTest.cs \
37         Test/FbBlobTest.cs \
38         Test/FbCommandBuilderTest.cs \
39         Test/FbCommandTest.cs \
40         Test/FbConnectionTest.cs \
41         Test/FbDataAdapterTest.cs \
42         Test/FbDatabaseInfoTest.cs \
43         Test/FbDatabaseSchemaTest.cs \
44         Test/FbDataReaderTest.cs \
45         Test/FbImplicitTransactionTest.cs \
46         Test/FbParameterCollectionTest.cs \
47         Test/FbParameterTest.cs \
48         Test/FbScriptTest.cs \
49         Test/FbServicesTests.cs \
50         Test/FbStoredProcCallsTest.cs \
51         Test/FbTransactionTest.cs \
52         Test/GuidTest.cs \
53
54 include ../../build/library.make
55