# Warning: This is an automatically generated file, do not edit! if ENABLE_DEBUG ASSEMBLY_COMPILER_COMMAND = gmcs ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG" ASSEMBLY = bin/Debug/pimp.exe ASSEMBLY_MDB = $(ASSEMBLY).mdb COMPILE_TARGET = exe PROJECT_REFERENCES = BUILD_DIR = bin/Debug PIMP_DESKTOP_SOURCE=app.desktop endif if ENABLE_RELEASE ASSEMBLY_COMPILER_COMMAND = gmcs ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ ASSEMBLY = bin/Release/pimp.exe ASSEMBLY_MDB = COMPILE_TARGET = exe PROJECT_REFERENCES = BUILD_DIR = bin/Release PIMP_DESKTOP_SOURCE=app.desktop endif AL=al2 SATELLITE_ASSEMBLY_NAME=.resources.dll LINUX_DESKTOPAPPLICATIONS = \ $(PIMP_DESKTOP) BINARIES = \ $(PIMP) all: $(ASSEMBLY) $(LINUX_DESKTOPAPPLICATIONS) $(BINARIES) FILES = \ gtk-gui/generated.cs \ MainWindow.cs \ gtk-gui/MainWindow.cs \ Main.cs \ AssemblyInfo.cs \ OpenFile.cs \ gtk-gui/Pimp.OpenFile.cs DATA_FILES = \ app.desktop RESOURCES = \ gtk-gui/gui.stetic EXTRAS = \ pimp.in REFERENCES = \ $(GTK_SHARP_20_LIBS) \ $(GLIB_SHARP_20_LIBS) \ $(GLADE_SHARP_20_LIBS) \ System \ Mono.Posix DLL_REFERENCES = CLEANFILES = $(LINUX_DESKTOPAPPLICATIONS) $(BINARIES) include $(top_srcdir)/Makefile.include PIMP = $(BUILD_DIR)/pimp PIMP_DESKTOP = $(BUILD_DIR)/pimp.desktop $(eval $(call emit-deploy-wrapper,PIMP,pimp,x)) $(eval $(call emit-deploy-target,PIMP_DESKTOP)) $(build_xamlg_list): %.xaml.g.cs: %.xaml xamlg '$<' $(build_resx_resources) : %.resources: %.resx resgen2 '$<' '$@' $(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list) mkdir -p $(dir $(ASSEMBLY)) $(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)