# Copyright 1999-2018 the Claws Mail team. # This file is part of Claws Mail package, and distributed under the # terms of the General Public License version 3 (or later). # See COPYING file for license details. SUBDIRS = litehtml EXTRA_DIST = claws.def plugin.def version.rc css.inc IFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/common \ -I$(top_builddir)/src \ -I$(top_srcdir)/src/gtk \ -I$(top_srcdir)/src/plugins/litehtml_viewer/litehtml plugin_res = plugin_res_ldflag = export_symbols = plugin_deps = plugin_ldadd = no_undefined = cygwin_export_lib = plugindir = $(pkglibdir)/plugins #if BUILD_LITEHTML_VIEWER_PLUGIN plugin_LTLIBRARIES = litehtml_viewer.la #endif litehtml_viewer_la_DEPENDENCIES = $(plugin_deps) litehtml_viewer_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \ $(top_builddir)/src/plugins/litehtml_viewer/litehtml/liblitehtml.la \ $(GTK_LIBS) litehtml_viewer_la_CXXFLAGS = -std=c++11 litehtml_viewer_la_CFLAGS = -std=c99 litehtml_viewer_la_SOURCES = \ container_linux.cpp \ plugin.c \ lh_viewer.c \ lh_widget.cpp \ container_linux.h \ lh_viewer.h \ lh_widget.h \ lh_widget_wrapped.h litehtml_viewer_la_LDFLAGS = \ $(plugin_res_ldflag) $(no_undefined) $(export_symbols) \ -avoid-version -module \ $(GTK_LIBS) \ $(FONTCONFIG_LIBS) \ $(CAIRO_LIBS) litehtml_viewer_la_CPPFLAGS = \ $(IFLAGS) \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) \ $(FONTCONFIG_CFLAGS) \ $(CAIRO_CFLAGS) .PHONY: test