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/Vinagre.dll
11
ASSEMBLY_MDB = $(ASSEMBLY).mdb
12
COMPILE_TARGET = library
20
ASSEMBLY_COMPILER_COMMAND = gmcs
21
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+
22
ASSEMBLY = bin/Release/Vinagre.dll
24
COMPILE_TARGET = library
26
BUILD_DIR = bin/Release
32
ASSEMBLY_COMPILER_COMMAND = gmcs
33
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
35
ASSEMBLY = bin/Debug/Vinagre.dll
36
ASSEMBLY_MDB = $(ASSEMBLY).mdb
37
COMPILE_TARGET = library
45
SATELLITE_ASSEMBLY_NAME=.resources.dll
52
all: $(ASSEMBLY) $(LINUX_PKGCONFIG)
72
CLEANFILES = $(LINUX_PKGCONFIG)
74
include $(top_srcdir)/Makefile.include
76
VINAGRE_PC = $(BUILD_DIR)/vinagre.pc
78
$(eval $(call emit-deploy-wrapper,VINAGRE_PC,vinagre.pc))
81
$(build_xamlg_list): %.xaml.g.cs: %.xaml
84
$(build_resx_resources) : %.resources: %.resx
87
$(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
88
mkdir -p $(dir $(ASSEMBLY))
89
$(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)