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/Rhythmbox.dll
11
ASSEMBLY_MDB = $(ASSEMBLY).mdb
12
COMPILE_TARGET = library
16
RHYTHMBOX_ADDIN_XML_SOURCE=src/Rhythmbox.addin.xml
21
ASSEMBLY_COMPILER_COMMAND = gmcs
22
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+
23
ASSEMBLY = bin/Release/Rhythmbox.dll
25
COMPILE_TARGET = library
27
BUILD_DIR = bin/Release
29
RHYTHMBOX_ADDIN_XML_SOURCE=src/Rhythmbox.addin.xml
34
ASSEMBLY_COMPILER_COMMAND = gmcs
35
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
37
ASSEMBLY = ../buildrepo/Rhythmbox.dll
38
ASSEMBLY_MDB = $(ASSEMBLY).mdb
39
COMPILE_TARGET = library
41
BUILD_DIR = ../buildrepo
43
RHYTHMBOX_ADDIN_XML_SOURCE=src/Rhythmbox.addin.xml
48
SATELLITE_ASSEMBLY_NAME=.resources.dll
51
$(RHYTHMBOX_ADDIN_XML)
58
all: $(ASSEMBLY) $(PROGRAMFILES) $(LINUX_PKGCONFIG)
63
src/RhythmboxEnqueueAction.cs \
64
src/RhythmboxItems.cs \
65
src/RhythmboxItemSource.cs \
66
src/RhythmboxPlayAction.cs \
70
src/Rhythmbox.addin.xml
85
CLEANFILES = $(PROGRAMFILES) $(LINUX_PKGCONFIG)
87
include $(top_srcdir)/Makefile.include
89
RHYTHMBOX_PC = $(BUILD_DIR)/rhythmbox.pc
90
RHYTHMBOX_ADDIN_XML = $(BUILD_DIR)/Rhythmbox.addin.xml
92
$(eval $(call emit-deploy-wrapper,RHYTHMBOX_PC,rhythmbox.pc))
93
$(eval $(call emit-deploy-target,RHYTHMBOX_ADDIN_XML))
96
$(build_xamlg_list): %.xaml.g.cs: %.xaml
99
$(build_resx_resources) : %.resources: %.resx
102
$(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
103
mkdir -p $(dir $(ASSEMBLY))
104
$(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)