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"
9
ASSEMBLY = bin/Debug/VolumeControl.dll
10
ASSEMBLY_MDB = $(ASSEMBLY).mdb
11
COMPILE_TARGET = library
15
VOLUMECONTROL_DLL_MDB_SOURCE=bin/Debug/VolumeControl.dll.mdb
16
VOLUMECONTROL_DLL_MDB=$(BUILD_DIR)/VolumeControl.dll.mdb
21
ASSEMBLY_COMPILER_COMMAND = gmcs
22
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+
23
ASSEMBLY = bin/Release/VolumeControl.dll
25
COMPILE_TARGET = library
27
BUILD_DIR = bin/Release
29
VOLUMECONTROL_DLL_MDB=
34
SATELLITE_ASSEMBLY_NAME=$(notdir $(basename $(ASSEMBLY))).resources.dll
37
$(VOLUMECONTROL_DLL_MDB)
45
all: $(ASSEMBLY) $(PROGRAMFILES) $(LINUX_PKGCONFIG)
1
include $(top_srcdir)/build.rules.mk
48
6
src/VolumeUpItem.cs \
49
7
src/VolumeDownItem.cs \
50
8
src/VolumeMuteItem.cs \
51
9
src/VolumeUnmuteItem.cs \
52
src/VolumeItemSource.cs
10
src/VolumeItemSource.cs
57
VolumeControl.addin.xml
13
Resources/VolumeControl.addin.xml
69
CLEANFILES = $(PROGRAMFILES) $(LINUX_PKGCONFIG)
71
include $(top_srcdir)/Makefile.include
73
VOLUMECONTROL_PC = $(BUILD_DIR)/volumecontrol.pc
75
$(eval $(call emit-deploy-wrapper,VOLUMECONTROL_PC,volumecontrol.pc))
78
$(eval $(call emit_resgen_targets))
79
$(build_xamlg_list): %.xaml.g.cs: %.xaml
82
$(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
83
mkdir -p $(shell dirname $(ASSEMBLY))
84
$(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)