5
ASSEMBLY_COMPILER_COMMAND = gmcs
6
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
8
ASSEMBLY = bin/Debug/ImageShack.dll
9
ASSEMBLY_MDB = $(ASSEMBLY).mdb
10
COMPILE_TARGET = library
18
ASSEMBLY_COMPILER_COMMAND = gmcs
19
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+
20
ASSEMBLY = bin/Release/ImageShack.dll
22
COMPILE_TARGET = library
24
BUILD_DIR = bin/Release
30
SATELLITE_ASSEMBLY_NAME=.resources.dll
35
src/ImageShackAction.cs
40
src/ImageShack.addin.xml \
41
resources/imageshack.png
47
$(GTK_SHARP_20_LIBS) \
48
$(GCONF_SHARP_20_LIBS) \
55
include $(top_srcdir)/Makefile.include
58
$(build_xamlg_list): %.xaml.g.cs: %.xaml
61
$(build_resx_resources) : %.resources: %.resx
64
$(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
65
mkdir -p $(dir $(ASSEMBLY))
66
$(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)