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/GNOME-Session.dll
11
ASSEMBLY_MDB = $(ASSEMBLY).mdb
12
COMPILE_TARGET = library
16
GNOME_SESSION_ADDIN_XML_SOURCE=src/GNOME-Session.addin.xml
21
ASSEMBLY_COMPILER_COMMAND = gmcs
22
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+
23
ASSEMBLY = bin/Release/GNOME-Session.dll
25
COMPILE_TARGET = library
27
BUILD_DIR = bin/Release
29
GNOME_SESSION_ADDIN_XML_SOURCE=src/GNOME-Session.addin.xml
34
ASSEMBLY_COMPILER_COMMAND = gmcs
35
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
37
ASSEMBLY = ../buildrepo/GNOME-Session.dll
38
ASSEMBLY_MDB = $(ASSEMBLY).mdb
39
COMPILE_TARGET = library
41
BUILD_DIR = ../buildrepo
43
GNOME_SESSION_ADDIN_XML_SOURCE=src/GNOME-Session.addin.xml
48
SATELLITE_ASSEMBLY_NAME=.resources.dll
51
$(GNOME_SESSION_ADDIN_XML)
58
all: $(ASSEMBLY) $(PROGRAMFILES) $(LINUX_PKGCONFIG)
61
src/PowerManagement.cs \
63
src/SessionCommandItem.cs \
64
src/SessionCommandsItemSource.cs
67
src/GNOME-Session.addin.xml
77
$(NDESK_DBUS_10_LIBS) \
78
$(NDESK_DBUS_GLIB_10_LIBS)
82
CLEANFILES = $(PROGRAMFILES) $(LINUX_PKGCONFIG)
84
include $(top_srcdir)/Makefile.include
86
GNOME_SESSION_PC = $(BUILD_DIR)/gnome-session.pc
87
GNOME_SESSION_ADDIN_XML = $(BUILD_DIR)/GNOME-Session.addin.xml
89
$(eval $(call emit-deploy-wrapper,GNOME_SESSION_PC,gnome-session.pc))
90
$(eval $(call emit-deploy-target,GNOME_SESSION_ADDIN_XML))
93
$(build_xamlg_list): %.xaml.g.cs: %.xaml
96
$(build_resx_resources) : %.resources: %.resx
99
$(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
100
mkdir -p $(dir $(ASSEMBLY))
101
$(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)