Fix my last commit to properly include the tarjan test suite.
[mono-project.git] / mcs / class / EntityFramework / Makefile
blobc79749e574db6038fd18874bcf425e1680f7d0ed
1 thisdir = class/EntityFramework
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = EntityFramework.dll
7 System.Data.Entity.Properties.Resources.resources: ../../../external/entityframework/src/EntityFramework/Properties/Resources.resx
8 $(RESGEN) "$<" "$@"
10 System.Data.Entity.Properties.Resources.Migrate.resources: ../../../external/entityframework/src/EntityFramework/Properties/Resources.Migrate.resx
11 $(RESGEN) "$<" "$@"
13 System.Data.Entity.Properties.Resources.PowerShell.resources: ../../../external/entityframework/src/EntityFramework/Properties/Resources.PowerShell.resx
14 $(RESGEN) "$<" "$@"
16 RESOURCES = ../../../external/entityframework/src/EntityFramework/Resources/System/Data/System.Data.Resources.DbProviderServices.ConceptualSchemaDefinition.csdl \
17 ../../../external/entityframework/src/EntityFramework/Resources/System/Data/System.Data.Resources.DbProviderServices.ConceptualSchemaDefinitionVersion3.csdl \
18 ../../../external/entityframework/src/EntityFramework/Resources/System/Data/System.Data.Resources.ProviderServices.ProviderManifest.xsd \
19 ../../../external/entityframework/src/EntityFramework/Resources/System/Data/EntityModel/System.Data.Resources.AnnotationSchema.xsd \
20 ../../../external/entityframework/src/EntityFramework/Resources/System/Data/EntityModel/System.Data.Resources.CodeGenerationSchema.xsd \
21 ../../../external/entityframework/src/EntityFramework/Resources/System/Data/EntityModel/System.Data.Resources.CSDLSchema_1.xsd \
22 ../../../external/entityframework/src/EntityFramework/Resources/System/Data/EntityModel/System.Data.Resources.CSDLSchema_1_1.xsd \
23 ../../../external/entityframework/src/EntityFramework/Resources/System/Data/EntityModel/System.Data.Resources.CSDLSchema_2.xsd \
24 ../../../external/entityframework/src/EntityFramework/Resources/System/Data/EntityModel/System.Data.Resources.CSDLSchema_3.xsd \
25 System.Data.Resources.EntityStoreSchemaGenerator.xsd \
26 ../../../external/entityframework/src/EntityFramework/Resources/System/Data/EntityModel/System.Data.Resources.SSDLSchema.xsd \
27 ../../../external/entityframework/src/EntityFramework/Resources/System/Data/EntityModel/System.Data.Resources.SSDLSchema_2.xsd \
28 ../../../external/entityframework/src/EntityFramework/Resources/System/Data/EntityModel/System.Data.Resources.SSDLSchema_3.xsd \
29 ../../../external/entityframework/src/EntityFramework/Resources/System/Data/MappingSpecification/System.Data.Resources.CSMSL_1.xsd \
30 ../../../external/entityframework/src/EntityFramework/Resources/System/Data/MappingSpecification/System.Data.Resources.CSMSL_2.xsd \
31 ../../../external/entityframework/src/EntityFramework/Resources/System/Data/MappingSpecification/System.Data.Resources.CSMSL_3.xsd
33 LIB_MCS_FLAGS = -r:System.Data.dll -r:System.Transactions.dll -r:System.Xml.Linq.dll -r:System.Configuration.dll -r:System.ComponentModel.DataAnnotations.dll -r:System.Runtime.Serialization.dll \
34 -r:System.dll -r:System.Xml.dll -r:System.Core.dll -r:Microsoft.CSharp.dll -keyfile:../ecma.pub -delaysign -warn:1 \
35 -resource:System.Data.Entity.Properties.Resources.resources \
36 -resource:System.Data.Entity.Properties.Resources.Migrate.resources \
37 -resource:System.Data.Entity.Properties.Resources.PowerShell.resources \
38 $(RESOURCES:%=-resource:%)
40 CLEAN_FILES = System.Data.Resources.EntityStoreSchemaGenerator.xsd
42 System.Data.Resources.EntityStoreSchemaGenerator.xsd:
43 cp ../../../external/entityframework/src/EntityFramework/Resources/System/Data/EntityModel/system.data.resources.entitystoreschemagenerator.xsd System.Data.Resources.EntityStoreSchemaGenerator.xsd
45 include ../../build/library.make
47 $(the_lib): System.Data.Resources.EntityStoreSchemaGenerator.xsd \
48 System.Data.Entity.Properties.Resources.resources \
49 System.Data.Entity.Properties.Resources.Migrate.resources \
50 System.Data.Entity.Properties.Resources.PowerShell.resources