Project:
F-Spot
Code Location:
git://git.gnome.org/f-spotmaster
Makefile.include
# Makefile.include # FSpot wide helper # Directories DIR_GIOSHARP = $(top_builddir)/lib/gio-sharp/gio ## Links LINK_GIOSHARP = -r:$(DIR_GIOSHARP)/gio-sharp.dll ## Build CSC_FLAGS = -debug CSC = $(MCS) $(CSC_FLAGS) -target:exe CSC_LIB = $(MCS) $(CSC_FLAGS) -target:library ## Runtime MONO_DEBUGFLAGS = --debug RUNTIME = mono $(MONO_DEBUGFLAGS)
