Merge branch 'master' of ssh://git.claws-mail.org/home/git/claws
[claws.git] / src / plugins / pgpmime / Makefile.am
1 EXTRA_DIST = version.rc plugin.def claws.def mypgpcore.def pgpmime.deps
2
3 IFLAGS = \
4         -I$(top_srcdir)/src \
5         -I$(top_srcdir)/src/common \
6         -I$(top_builddir)/src/common \
7         -I$(top_srcdir)/src/gtk
8
9 if OS_WIN32
10
11 LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \
12      `echo $(DEFS) $(DEFAULT_INCLUDES) $(IFLAGS) | \
13      sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
14
15 %.lo : %.rc
16         $(LTRCCOMPILE) -i $< -o $@
17
18 plugin_res = version.lo
19 plugin_res_ldflag = -Wl,.libs/version.o
20
21 export_symbols = -export-symbols $(srcdir)/plugin.def
22
23 plugin_deps = libclaws.a libmypgpcore.a $(plugin_res) plugin.def
24
25 libclaws.a: claws.def
26         $(DLLTOOL) --output-lib $@ --def $<
27
28 libmypgpcore.a: mypgpcore.def
29         $(DLLTOOL) --output-lib $@ --def $<
30
31 plugin_ldadd = -L. -lclaws -lmypgpcore
32
33 else
34 plugin_res =
35 plugin_res_ldflag =
36 export_symbols =
37 plugin_deps =
38 plugin_ldadd =
39 endif
40
41 if PLATFORM_WIN32
42 no_undefined = -no-undefined
43 else
44 no_undefined =
45 endif
46
47 if CYGWIN
48 cygwin_export_lib = -L$(top_builddir)/src -lclaws-mail
49 pgpcore_lib = ../pgpcore/pgpcore.la
50 else
51 pgpcore_lib = 
52 endif
53
54 plugindir = $(pkglibdir)/plugins
55 plugin_DATA=pgpmime.deps
56
57 if BUILD_PGPMIME_PLUGIN
58 plugin_LTLIBRARIES = pgpmime.la
59 endif
60
61 pgpmime_la_SOURCES = \
62         plugin.c \
63         pgpmime.c
64
65 pluginincludedir = $(pkgincludedir)/plugins/pgpmime
66 plugininclude_HEADERS = \
67         pgpmime.h 
68
69 pgpmime_la_LDFLAGS = \
70         $(plugin_res_ldflag) $(no_undefined) $(export_symbols) \
71         -avoid-version -module 
72 pgpmime_la_DEPENDENCIES = $(plugin_deps)
73 pgpmime_la_LIBADD = $(plugin_ldadd) $(pgpcore_lib) $(cygwin_export_lib) \
74         $(GTK_LIBS) \
75         $(GPGME_LIBS) \
76         $(ENCHANT_LIBS)
77
78 pgpmime_la_CPPFLAGS = \
79         $(IFLAGS) \
80         $(GLIB_CFLAGS) \
81         $(GTK_CFLAGS) \
82         $(GPGME_CFLAGS) \
83         $(ENCHANT_CFLAGS) \
84         -Wno-deprecated-declarations
85
86 clean-local:
87         rm -f libclaws.a