~ubuntu-branches/ubuntu/natty/smuxi/natty

« back to all changes in this revision

Viewing changes to src/Common/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Bauer
  • Date: 2010-01-11 22:47:12 UTC
  • mto: (4.2.5 sid) (1.1.4 upstream) (15.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20100111224712-cdvx3vondz2g08vg
ImportĀ upstreamĀ versionĀ 0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
if ENABLE_RELEASE
7
7
ASSEMBLY_COMPILER_COMMAND = @MCS@
8
 
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:NET_2_0"
 
8
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:NET_2_0,NDESK_OPTIONS"
9
9
 
10
10
ASSEMBLY = ../../bin/release/smuxi-common.dll
11
11
ASSEMBLY_MDB = 
19
19
 
20
20
if ENABLE_DEBUG
21
21
ASSEMBLY_COMPILER_COMMAND = @MCS@
22
 
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ "-define:DEBUG,TRACE,LOG4NET,NET_2_0"
 
22
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -debug -optimize+ "-define:DEBUG,TRACE,LOG4NET,NET_2_0,NDESK_OPTIONS"
23
23
 
24
24
ASSEMBLY = ../../bin/debug/smuxi-common.dll
25
 
ASSEMBLY_MDB = 
 
25
ASSEMBLY_MDB = $(ASSEMBLY).mdb
26
26
COMPILE_TARGET = library
27
27
PROJECT_REFERENCES = 
28
28
BUILD_DIR = ../../bin/debug
29
29
 
 
30
SMUXI_COMMON_DLL=$(ASSEMBLY)
 
31
SMUXI_COMMON_DLL_SOURCE=$(ASSEMBLY)
 
32
SMUXI_COMMON_DLL_MDB=$(ASSEMBLY_MDB)
 
33
SMUXI_COMMON_DLL_MDB_SOURCE=$(ASSEMBLY_MDB)
30
34
LOG4NET_DLL_SOURCE=../../lib/log4net.dll
31
35
 
32
36
endif
49
53
        MD5.cs \
50
54
        FastSerializer.cs \
51
55
        LibraryCatalog.cs \
 
56
        NDesk.Options.cs \
52
57
        Defines.cs \
53
58
        TaskQueue.cs
54
59
        
73
78
COMMON_PC = $(BUILD_DIR)/smuxi-common.pc
74
79
 
75
80
$(eval $(call emit-deploy-wrapper,COMMON_PC,smuxi-common.pc))
76
 
 
 
81
$(eval $(call emit-deploy-target,SMUXI_COMMON_DLL))
 
82
$(eval $(call emit-deploy-target,SMUXI_COMMON_DLL_MDB))
77
83
 
78
84
$(build_xamlg_list): %.xaml.g.cs: %.xaml
79
85
        xamlg '$<'