7
ASSEMBLY_COMPILER_COMMAND = gmcs
8
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
10
ASSEMBLY = bin/Debug/Flickr.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/Flickr.dll
24
COMPILE_TARGET = library
26
BUILD_DIR = bin/Release
32
SATELLITE_ASSEMBLY_NAME=.resources.dll
37
gtk-gui/Flickr.AccountConfig.cs \
38
gtk-gui/Flickr.UploadConfig.cs \
39
gtk-gui/generated.cs \
40
src/AccountConfig.cs \
41
src/FlickrItemSource.cs \
57
$(GCONF_SHARP_20_LIBS) \
58
$(GTK_SHARP_20_LIBS) \
65
include $(top_srcdir)/Makefile.include
68
$(build_xamlg_list): %.xaml.g.cs: %.xaml
71
$(build_resx_resources) : %.resources: %.resx
74
$(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
75
mkdir -p $(dir $(ASSEMBLY))
76
$(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)