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/Tasque.dll
11
ASSEMBLY_MDB = $(ASSEMBLY).mdb
12
COMPILE_TARGET = library
16
TASQUE_ADDIN_XML_SOURCE=src/Tasque.addin.xml
21
ASSEMBLY_COMPILER_COMMAND = gmcs
22
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+
23
ASSEMBLY = bin/Release/Tasque.dll
25
COMPILE_TARGET = library
27
BUILD_DIR = bin/Release
29
TASQUE_ADDIN_XML_SOURCE=src/Tasque.addin.xml
34
ASSEMBLY_COMPILER_COMMAND = gmcs
35
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
37
ASSEMBLY = bin/Debug/Tasque.dll
38
ASSEMBLY_MDB = $(ASSEMBLY).mdb
39
COMPILE_TARGET = library
43
TASQUE_ADDIN_XML_SOURCE=src/Tasque.addin.xml
48
SATELLITE_ASSEMBLY_NAME=.resources.dll
58
all: $(ASSEMBLY) $(PROGRAMFILES) $(LINUX_PKGCONFIG)
63
src/TasqueCategoryItem.cs \
77
$(GCONF_SHARP_20_LIBS) \
78
$(NDESK_DBUS_GLIB_10_LIBS) \
83
CLEANFILES = $(PROGRAMFILES) $(LINUX_PKGCONFIG)
85
include $(top_srcdir)/Makefile.include
87
TASQUE_PC = $(BUILD_DIR)/tasque.pc
88
TASQUE_ADDIN_XML = $(BUILD_DIR)/Tasque.addin.xml
90
$(eval $(call emit-deploy-wrapper,TASQUE_PC,tasque.pc))
91
$(eval $(call emit-deploy-target,TASQUE_ADDIN_XML))
94
$(build_xamlg_list): %.xaml.g.cs: %.xaml
97
$(build_resx_resources) : %.resources: %.resx
100
$(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
101
mkdir -p $(dir $(ASSEMBLY))
102
$(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)