~ubuntu-branches/ubuntu/precise/gnome-do/precise-proposed

« back to all changes in this revision

Viewing changes to Do.DBus/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2008-09-14 10:09:40 UTC
  • mto: (0.1.8 sid)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20080914100940-kyghudg7py14bu2z
Tags: upstream-0.6.0.0
ImportĀ upstreamĀ versionĀ 0.6.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Warning: This is an automatically generated file, do not edit!
5
5
 
6
6
if ENABLE_DEBUG
7
 
ASSEMBLY_COMPILER_COMMAND = gmcs
8
 
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -debug -d:DEBUG
 
7
ASSEMBLY_COMPILER_COMMAND = $(MCS)
 
8
ASSEMBLY_COMPILER_FLAGS =  $(MCS_LINQ_FLAG) -noconfig -codepage:utf8 -warn:4 -debug -d:DEBUG
9
9
ASSEMBLY = ./bin/Debug/Do.DBus.dll
10
10
ASSEMBLY_MDB = $(ASSEMBLY).mdb
11
11
COMPILE_TARGET = library
16
16
endif
17
17
 
18
18
if ENABLE_RELEASE
19
 
ASSEMBLY_COMPILER_COMMAND = gmcs
20
 
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4
 
19
ASSEMBLY_COMPILER_COMMAND = $(MCS)
 
20
ASSEMBLY_COMPILER_FLAGS =  $(MCS_LINQ_FLAG) -noconfig -codepage:utf8 -warn:4
21
21
ASSEMBLY = ./bin/Release/Do.DBus.dll
22
22
ASSEMBLY_MDB = 
23
23
COMPILE_TARGET = library
38
38
FILES =  \
39
39
        src/AssemblyInfo.cs \
40
40
        src/DBusRegistrar.cs \
41
 
        src/IController.cs 
 
41
        src/IController.cs \
 
42
        src/PowerState.cs 
42
43
 
43
44
DATA_FILES = 
44
45
 
48
49
        do.dbus.pc.in 
49
50
 
50
51
REFERENCES =  \
51
 
        -pkg:ndesk-dbus-1.0 \
52
 
        -pkg:ndesk-dbus-glib-1.0 \
 
52
        $(NDESK_DBUS_10_LIBS) \
 
53
        $(NDESK_DBUS_GLIB_10_LIBS) \
53
54
        System
54
55
 
55
56
DLL_REFERENCES = 
72
73
        mkdir -p $(dir $(ASSEMBLY))
73
74
        $(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)
74
75
 
75
 
include $(top_srcdir)/Makefile.include
 
 
b'\\ No newline at end of file'
 
76
include $(top_srcdir)/Makefile.include