29209b235bd319e127f4b64f0a5da3586d2dfdda
[claws.git] / src / plugins / rssyl / Makefile.am
1 # Copyright 1999-2014 the Claws Mail team.
2 # This file is part of Claws Mail package, and distributed under the
3 # terms of the General Public License version 3 (or later).
4 # See COPYING file for license details.
5
6 SUBDIRS = libfeed
7
8 EXTRA_DIST = claws.def plugin.def version.rc
9
10 IFLAGS = \
11         -I$(top_srcdir)/src \
12         -I$(top_srcdir)/src/common \
13         -I$(top_builddir)/src \
14         -I$(top_srcdir)/src/gtk
15
16 if OS_WIN32
17
18 LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \
19      `echo $(DEFS) $(DEFAULT_INCLUDES) $(IFLAGS) | \
20      sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
21
22 %.lo : %.rc
23         $(LTRCCOMPILE) -i $< -o $@
24
25 plugin_res = version.lo
26 plugin_res_ldflag = -Wl,.libs/version.o
27
28 export_symbols = -export-symbols $(srcdir)/plugin.def
29
30 plugin_deps = libclaws.a $(plugin_res) plugin.def
31
32 libclaws.a: claws.def
33         $(DLLTOOL) --output-lib $@ --def $<
34
35 plugin_ldadd = -L. -lclaws
36
37 else
38 plugin_res =
39 plugin_res_ldflag =
40 export_symbols =
41 plugin_deps =
42 plugin_ldadd =
43 endif
44
45 if PLATFORM_WIN32
46 no_undefined = -no-undefined
47 else
48 no_undefined =
49 endif
50
51 if CYGWIN
52 cygwin_export_lib = -L$(top_builddir)/src -lclaws-mail
53 else
54 cygwin_export_lib = 
55 endif
56
57 plugindir = $(pkglibdir)/plugins
58
59 if BUILD_RSSYL_PLUGIN
60 plugin_LTLIBRARIES = rssyl.la
61 endif
62
63 rssyl_la_LDFLAGS = \
64         $(plugin_res_ldflag) $(no_undefined) $(export_symbols) \
65         -avoid-version -module \
66         $(EXPAT_LIBS) \
67         $(CURL_LIBS) \
68         $(GTK_LIBS)
69
70 rssyl_la_DEPENDENCIES = $(plugin_deps) libfeed/libfeed.la
71
72 rssyl_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \
73         $(GTK_LIBS) $(CURL_LIBS) libfeed/libfeed.la
74
75 rssyl_la_CPPFLAGS = \
76         $(IFLAGS) \
77         $(GLIB_CFLAGS) \
78         $(GTK_CFLAGS) \
79         $(ENCHANT_CFLAGS) \
80         $(CURL_CFLAGS) \
81         $(EXPAT_CFLAGS)
82
83 rssyl_la_SOURCES = \
84         old_feeds.c old_feeds.h \
85         opml_export.c opml_export.h \
86         opml_import.c opml_import.h \
87         parse822.c parse822.h \
88         plugin.c \
89         rssyl.c rssyl.h \
90         rssyl_add_item.c rssyl_add_item.h \
91         rssyl_cb_menu.c rssyl_cb_menu.h \
92         rssyl_deleted.c rssyl_deleted.h \
93         rssyl_feed.c rssyl_feed.h \
94         rssyl_feed_props.c rssyl_feed_props.h \
95         rssyl_gtk.c rssyl_gtk.h \
96         rssyl_parse_feed.c rssyl_parse_feed.h \
97         rssyl_prefs.c rssyl_prefs.h \
98         rssyl_update_comments.c rssyl_update_comments.h \
99         rssyl_update_feed.c rssyl_update_feed.h \
100         rssyl_update_format.c rssyl_update_format.h \
101         rssyl_subscribe.c rssyl_subscribe.h \
102         rssyl_subscribe_gtk.c rssyl_subscribe_gtk.h \
103         strutils.c strutils.h