~do-core/do/fix-the-shitstorm

« back to all changes in this revision

Viewing changes to Pidgin/Makefile.am

  • Committer: Jason Smith
  • Date: 2008-06-25 05:45:31 UTC
  • mto: (151.1.15 do-plugins)
  • mto: This revision was merged to the branch mainline in revision 156.
  • Revision ID: jason@ubuntu-20080625054531-vst36iae7zkbek70
Fix build system

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
PROJECT_REFERENCES = 
14
14
BUILD_DIR = bin/Debug
15
15
 
16
 
PIDGIN_ADDIN_XML_SOURCE=src/Pidgin.addin.xml
17
16
 
18
17
endif
19
18
 
26
25
PROJECT_REFERENCES = 
27
26
BUILD_DIR = bin/Release
28
27
 
29
 
PIDGIN_ADDIN_XML_SOURCE=src/Pidgin.addin.xml
30
 
 
31
 
endif
32
 
 
33
 
if ENABLE_REPO
34
 
ASSEMBLY_COMPILER_COMMAND = gmcs
35
 
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
36
 
 
37
 
ASSEMBLY = bin/Debug/Pidgin.dll
38
 
ASSEMBLY_MDB = $(ASSEMBLY).mdb
39
 
COMPILE_TARGET = library
40
 
PROJECT_REFERENCES = 
41
 
BUILD_DIR = bin/Debug
42
 
 
43
 
PIDGIN_ADDIN_XML_SOURCE=src/Pidgin.addin.xml
44
28
 
45
29
endif
46
30
 
47
31
AL=al2
48
32
SATELLITE_ASSEMBLY_NAME=.resources.dll
49
33
 
50
 
PROGRAMFILES = \
51
 
        $(PIDGIN_ADDIN_XML)  
52
 
 
53
34
LINUX_PKGCONFIG = \
54
35
        $(PIDGIN_PC)  
55
36
 
56
37
 
57
38
        
58
 
all: $(ASSEMBLY) $(PROGRAMFILES) $(LINUX_PKGCONFIG) 
 
39
all: $(ASSEMBLY) $(LINUX_PKGCONFIG) 
59
40
 
60
41
FILES = \
61
42
        src/AssemblyInfo.cs \
62
43
        src/Pidgin.cs \
63
44
        src/PidginChatAction.cs \
64
45
        src/PidginContactItemSource.cs \
65
 
        src/PidginHandleContactDetailItem.cs 
66
 
 
67
 
DATA_FILES = \
 
46
        src/PidginHandleContactDetailItem.cs \
 
47
        src/PidginSavedStatusItemSource.cs \
 
48
        src/PidginSavedStatusItem.cs \
 
49
        src/PidginAccountItemSource.cs \
 
50
        src/PidginAccountItem.cs \
 
51
        src/PidginSetStatusAction.cs \
 
52
        src/PidginStatusTypeItem.cs \
 
53
        src/PidginAccountActions.cs 
 
54
 
 
55
DATA_FILES = 
 
56
 
 
57
RESOURCES = \
68
58
        src/Pidgin.addin.xml 
69
59
 
70
 
RESOURCES = 
71
 
 
72
60
EXTRAS = \
73
61
        pidgin.pc.in 
74
62
 
75
63
REFERENCES =  \
76
64
        System \
77
 
        System.Xml \
78
65
        $(NDESK_DBUS_GLIB_10_LIBS) \
79
66
        $(NDESK_DBUS_10_LIBS) \
80
67
        $(GTK_SHARP_20_LIBS) \
 
68
        System.Xml \
81
69
        $(DOADDINS_LIBS)
82
70
 
83
71
DLL_REFERENCES = 
84
72
 
85
 
CLEANFILES = $(PROGRAMFILES) $(LINUX_PKGCONFIG) 
 
73
CLEANFILES = $(LINUX_PKGCONFIG) 
86
74
 
87
75
include $(top_srcdir)/Makefile.include
88
76
 
89
77
PIDGIN_PC = $(BUILD_DIR)/pidgin.pc
90
 
PIDGIN_ADDIN_XML = $(BUILD_DIR)/Pidgin.addin.xml
91
78
 
92
79
$(eval $(call emit-deploy-wrapper,PIDGIN_PC,pidgin.pc))
93
 
$(eval $(call emit-deploy-target,PIDGIN_ADDIN_XML))
94
80
 
95
81
 
96
82
$(build_xamlg_list): %.xaml.g.cs: %.xaml