1## Makefile.am -- Process this file with automake to produce Makefile.in
2## Copyright (C) 2002 James Su
3##
4## This program is free software; you can redistribute it and/or modify
5## it under the terms of the GNU General Public License as published by
6## the Free Software Foundation; either version 2, or (at your option)
7## any later version.
8##
9## This program is distributed in the hope that it will be useful,
10## but WITHOUT ANY WARRANTY; without even the implied warranty of
11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12## GNU General Public License for more details.
13##
14## You should have received a copy of the GNU General Public License
15## along with this program; if not, write to the Free Software
16## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
18MAINTAINERCLEANFILES	= Makefile.in
19
20INCLUDES		= -I$(top_builddir) \
21	    		  -I$(top_srcdir) \
22			  -DHONOKA_LOCALEDIR=\"$(datadir)/locale\" \
23			  -DHONOKA_DATADIR=\"@HONOKA_DATADIR@\"
24
25
26
27
28plugindir           = @HONOKA_PLUGINDIR@
29plugin_LTLIBRARIES  = plugin-romkan.la
30
31
32plugin_romkan_la_CFLAGS = @SCIM_CFLAGS@ @SCIM_DEBUG_FLAGS@ @HONOKA_CFLAGS@
33plugin_romkan_la_CXXFLAGS = @SCIM_CFLAGS@ @SCIM_DEBUG_FLAGS@ @HONOKA_CFLAGS@
34plugin_romkan_la_LDFLAGS = -avoid-version -module -rpath $(plugindir) @LIBTOOL_EXPORT_OPTIONS@ @INTLLIBS@ @SCIM_LIBS@ @HONOKA_LIBS@
35
36
37noinst_HEADERS = romkan.h
38plugin_romkan_la_SOURCES = romkan.cpp
39