~cszikszoy/do-plugins/fix-confluence

« back to all changes in this revision

Viewing changes to RSS/Makefile.am

  • Committer: Alex Launi
  • Date: 2009-01-09 09:05:05 UTC
  • mfrom: (413.1.45 build-fixins)
  • Revision ID: alex.launi@gmail.com-20090109090505-47e4prpey8eb0903
Merge massive plugins tree cleanup, and autofoo build fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
EXTRA_DIST =  
3
 
 
4
 
# Warning: This is an automatically generated file, do not edit!
5
 
 
6
 
if ENABLE_DEBUG
7
 
ASSEMBLY_COMPILER_COMMAND = gmcs
8
 
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
9
 
ASSEMBLY = bin/Debug/RSS.dll
10
 
ASSEMBLY_MDB = $(ASSEMBLY).mdb
11
 
COMPILE_TARGET = library
12
 
PROJECT_REFERENCES = 
13
 
BUILD_DIR = bin/Debug
14
 
 
15
 
RSS_DLL_MDB_SOURCE=bin/Debug/RSS.dll.mdb
16
 
RSS_DLL_MDB=$(BUILD_DIR)/RSS.dll.mdb
17
 
 
18
 
endif
19
 
 
20
 
if ENABLE_RELEASE
21
 
ASSEMBLY_COMPILER_COMMAND = gmcs
22
 
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
23
 
ASSEMBLY = bin/Release/RSS.dll
24
 
ASSEMBLY_MDB = 
25
 
COMPILE_TARGET = library
26
 
PROJECT_REFERENCES = 
27
 
BUILD_DIR = bin/Release
28
 
 
29
 
RSS_DLL_MDB=
30
 
 
31
 
endif
32
 
 
33
 
AL=al2
34
 
SATELLITE_ASSEMBLY_NAME=$(notdir $(basename $(ASSEMBLY))).resources.dll
35
 
 
36
 
PROGRAMFILES = \
37
 
        $(RSS_DLL_MDB)  
38
 
 
39
 
LINUX_PKGCONFIG = \
40
 
        $(RSS_PC)  
41
 
 
42
 
 
43
 
RESGEN=resgen2
44
 
        
45
 
all: $(ASSEMBLY) $(PROGRAMFILES) $(LINUX_PKGCONFIG) 
 
1
include $(top_srcdir)/build.rules.mk
 
2
 
 
3
ASSEMBLY=RSS
46
4
 
47
5
FILES = \
48
6
        src/Configuration.cs \
70
28
        src/RSS.NET/RssChannel/RssTextInput.cs \
71
29
        src/RSS.NET/RssModuleItem.cs \
72
30
        gtk-gui/Do.Plugins.Rss.Configuration.cs \
73
 
        gtk-gui/generated.cs 
74
 
 
75
 
DATA_FILES = 
 
31
        gtk-gui/generated.cs
76
32
 
77
33
RESOURCES = \
78
 
        resources/feed-icon.png \
79
 
        resources/RSS.addin.xml \
 
34
        Resources/RSS.addin.xml \
 
35
        Resources/icons/feed-icon.png \
80
36
        gtk-gui/gui.stetic \
81
 
        gtk-gui/objects.xml 
82
 
 
83
 
EXTRAS = \
84
 
        src/RSS.usertasks \
85
 
        src/RSS.userprefs \
86
 
        rss.pc.in 
87
 
 
88
 
REFERENCES =  \
89
 
        $(GTK_SHARP_20_LIBS) \
 
37
        gtk-gui/objects.xml
 
38
 
 
39
REFERENCES = \
90
40
        System \
 
41
        System.Core \
 
42
        System.Web \
91
43
        System.Xml \
92
44
        Mono.Posix \
93
 
        System.Web \
94
 
        Do.Addins \
95
 
        $(GCONF_SHARP_20_LIBS)
96
 
 
97
 
DLL_REFERENCES = 
98
 
 
99
 
CLEANFILES = $(PROGRAMFILES) $(LINUX_PKGCONFIG) 
100
 
 
101
 
include $(top_srcdir)/Makefile.include
102
 
 
103
 
RSS_PC = $(BUILD_DIR)/rss.pc
104
 
 
105
 
$(eval $(call emit-deploy-wrapper,RSS_PC,rss.pc))
106
 
 
107
 
 
108
 
$(eval $(call emit_resgen_targets))
109
 
$(build_xamlg_list): %.xaml.g.cs: %.xaml
110
 
        xamlg '$<'
111
 
 
112
 
$(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
113
 
        mkdir -p $(shell dirname $(ASSEMBLY))
114
 
        $(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)
 
45
        $(GTK_SHARP_20_LIBS) \
 
46
        $(DO_PLATFORM_LIBS) \
 
47
        $(DO_UNIVERSE_LIBS)