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/Epiphany.dll
11
ASSEMBLY_MDB = $(ASSEMBLY).mdb
12
COMPILE_TARGET = library
16
EPIPHANY_ADDIN_XML_SOURCE=src/Epiphany.addin.xml
21
ASSEMBLY_COMPILER_COMMAND = gmcs
22
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+
23
ASSEMBLY = bin/Release/Epiphany.dll
25
COMPILE_TARGET = library
27
BUILD_DIR = bin/Release
29
EPIPHANY_ADDIN_XML_SOURCE=src/Epiphany.addin.xml
34
ASSEMBLY_COMPILER_COMMAND = gmcs
35
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
37
ASSEMBLY = ../buildrepo/Epiphany.dll
38
ASSEMBLY_MDB = $(ASSEMBLY).mdb
39
COMPILE_TARGET = library
41
BUILD_DIR = ../buildrepo
43
EPIPHANY_ADDIN_XML_SOURCE=src/Epiphany.addin.xml
48
SATELLITE_ASSEMBLY_NAME=.resources.dll
58
all: $(ASSEMBLY) $(PROGRAMFILES) $(LINUX_PKGCONFIG)
61
src/EpiphanyBookmarkItemSource.cs
64
src/Epiphany.addin.xml
78
CLEANFILES = $(PROGRAMFILES) $(LINUX_PKGCONFIG)
80
include $(top_srcdir)/Makefile.include
82
EPIPHANY_PC = $(BUILD_DIR)/epiphany.pc
83
EPIPHANY_ADDIN_XML = $(BUILD_DIR)/Epiphany.addin.xml
85
$(eval $(call emit-deploy-wrapper,EPIPHANY_PC,epiphany.pc))
86
$(eval $(call emit-deploy-target,EPIPHANY_ADDIN_XML))
89
$(build_xamlg_list): %.xaml.g.cs: %.xaml
92
$(build_resx_resources) : %.resources: %.resx
95
$(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
96
mkdir -p $(dir $(ASSEMBLY))
97
$(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)
1
EXTRA_DIST = EpiphanyBookmarkItemSource.cs
4
ASSEMBLY=$(ASSEMBLY_NAME).dll
6
CSFLAGS+= -debug+ -debug:full
8
CLEANFILES = $(ASSEMBLY){,.mdb}
10
epiphany_references = $(DO_ADDINS_LIBS)
13
EpiphanyBookmarkItemSource.cs
15
epiphany_build_sources = $(addprefix $(srcdir)/, $(epiphany_sources))
17
plugin_DATA = $(ASSEMBLY)
21
$(ASSEMBLY): $(epiphany_sources)
22
$(CSC) $(CSFLAGS) $(epiphany_references) -target:library -out:$@ $(epiphany_build_sources)