(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / Npgsql / Makefile
blobb99aee92c6f66c03ec5d89810a7cf219023a3bbd
1 thisdir = class/Npgsql
2 SUBDIRS =
4 include ../../build/rules.make
6 LIBRARY = Npgsql.dll
7 LIBRARY_SNK = Npgsql/Npgsql.snk
9 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
10 /r:System.Data.dll /r:System.Drawing.dll \
11 /r:System.Windows.Forms.dll /r:System.Design.dll \
12 /r:Mono.Security.dll \
13 @Npgsql.dll.resources
15 TEST_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
16 /r:System.Web.dll /r:System.Data.dll
18 LIB_MCS_FLAGS_RESOURCES = $(LIB_MCS_FLAGS)
20 # TODO: We need System.Web.UI.WebControls to build DataAdapterTests.cs
21 # and DataReaderTests.cs
23 EXTRA_DISTFILES = \
24 LICENSE.txt \
25 README.txt \
26 RELEASENOTES.txt \
27 STATUS.txt \
28 TODO.txt \
29 Npgsql/Npgsql.snk \
30 Npgsql/Npgsql.pub \
31 $(RESX_RES:.resources=.resx)
33 include ../../build/library.make
35 RESX_RES = Npgsql/NpgsqlState.resources Npgsql/NpgsqlClosedState.resources Npgsql/NpgsqlParameterCollection.resources Npgsql/NpgsqlCommand.resources Npgsql/NpgsqlConnectedState.resources Npgsql/NpgsqlParameter.resources Npgsql/NpgsqlConnection.resources Npgsql/NpgsqlReadyState.resources Npgsql/NpgsqlTransaction.resources Npgsql/NpgsqlEventLog.resources Npgsql/NpgsqlException.resources Npgsql/PGUtil.resources NpgsqlTypes/NpgsqlTypesHelper.resources Npgsql/Design/ConnectionStringEditorForm.resources
37 $(the_lib): $(RESX_RES)
39 %.resources: %.resx
40 $(RESGEN) $<