2005-12-20 [colin] 1.9.100cvs97
[claws.git] / src / plugins / pgpinline / Makefile.am
1 EXTRA_DIST = version.rc plugin.def sylpheed.def pgpinline.deps
2
3
4 if PLATFORM_WIN32
5
6 LTRCCOMPILE = $(LIBTOOL) --mode=compile $(RC) \
7      `echo $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | \
8      sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
9
10 %.lo : %.rc
11         $(LTRCCOMPILE) -i $< -o $@
12
13 plugin_res = version.lo
14 plugin_res_ldflag = -Wl,.libs/version.o
15
16 no_undefined = -no-undefined
17 export_symbols = -export-symbols $(srcdir)/plugin.def
18
19 plugin_deps = libsylpheed.a $(plugin_res) plugin.def
20
21 libsylpheed.a: sylpheed.def
22         $(DLLTOOL) --output-lib $@ --def $<
23
24 plugin_ldadd = -L . -lsylpheed
25
26 else
27 plugin_res =
28 plugin_res_ldflag =
29 no_undefined =
30 export_symbols =
31 plugin_deps =
32 plugin_ldadd =
33 endif
34
35
36 plugindir = $(pkglibdir)/plugins
37 plugin_DATA=pgpinline.deps
38
39 plugin_LTLIBRARIES = pgpinline.la
40
41 pgpinline_la_SOURCES = \
42         plugin.c \
43         pgpinline.c
44
45 pluginincludedir = $(pkgincludedir)/plugins/pgpinline
46 plugininclude_HEADERS = \
47         pgpinline.h 
48
49 pgpinline_la_LDFLAGS = \
50         $(plugin_res_ldflag) $(no_undefined) $(export_symbols) \
51         -avoid-version -module \
52         $(GTK_LIBS) \
53         $(GPGME_LIBS)
54 pgpinline_la_DEPENDENCIES = $(plugin_deps)
55 pgpinline_la_LIBADD = $(plugin_ldadd)
56
57 INCLUDES = \
58         -I$(top_srcdir)/src \
59         -I$(top_srcdir)/src/common \
60         -I$(top_srcdir)/src/gtk
61
62 AM_CPPFLAGS = \
63         $(GLIB_CFLAGS) \
64         $(GTK_CFLAGS) \
65         $(GPGME_CFLAGS) \
66         -Wno-deprecated-declarations
67
68 clean-local:
69         rm -f libsylpheed.a