4
# Warning: This is an automatically generated file, do not edit!
7
ASSEMBLY_COMPILER_COMMAND = gmcs
8
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
10
ASSEMBLY = bin/Debug/Thunderbird.dll
11
ASSEMBLY_MDB = $(ASSEMBLY).mdb
12
COMPILE_TARGET = library
16
THUNDERBIRD_ADDIN_XML_SOURCE=src/Thunderbird.addin.xml
21
ASSEMBLY_COMPILER_COMMAND = gmcs
22
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+
23
ASSEMBLY = bin/Release/Thunderbird.dll
25
COMPILE_TARGET = library
27
BUILD_DIR = bin/Release
29
THUNDERBIRD_ADDIN_XML_SOURCE=src/Thunderbird.addin.xml
34
ASSEMBLY_COMPILER_COMMAND = gmcs
35
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
37
ASSEMBLY = ../buildrepo/Thunderbird.dll
38
ASSEMBLY_MDB = $(ASSEMBLY).mdb
39
COMPILE_TARGET = library
41
BUILD_DIR = ../buildrepo
43
THUNDERBIRD_ADDIN_XML_SOURCE=src/Thunderbird.addin.xml
48
SATELLITE_ASSEMBLY_NAME=.resources.dll
51
$(THUNDERBIRD_ADDIN_XML)
58
all: $(ASSEMBLY) $(PROGRAMFILES) $(LINUX_PKGCONFIG)
63
src/ThunderbirdContactItemSource.cs
66
src/Thunderbird.addin.xml
79
CLEANFILES = $(PROGRAMFILES) $(LINUX_PKGCONFIG)
81
include $(top_srcdir)/Makefile.include
83
THUNDERBIRD_ADDIN_XML = $(BUILD_DIR)/Thunderbird.addin.xml
84
THUNDERBIRD_PC = $(BUILD_DIR)/thunderbird.pc
86
$(eval $(call emit-deploy-target,THUNDERBIRD_ADDIN_XML))
87
$(eval $(call emit-deploy-wrapper,THUNDERBIRD_PC,thunderbird.pc))
90
$(build_xamlg_list): %.xaml.g.cs: %.xaml
93
$(build_resx_resources) : %.resources: %.resx
96
$(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
97
mkdir -p $(dir $(ASSEMBLY))
98
$(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)