Sunpinyin engine should work on any layout, remove layout checking code.
[platform/core/uifw/ise-engine-sunpinyin.git] / wrapper / scim / src / Makefile.am
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
18 MAINTAINERCLEANFILES    = Makefile.in
19
20 ise_engine_sunpinyin_DEFINES    = -DSCIM_ICONDIR=\"@SUNPINYIN_ICON_DIR@\"\
21                 -DSCIM_SUNPINYIN_LOCALEDIR=\"$(localedir)\"
22
23 INCLUDES = -I./ -I../../../ -I../../../src/ -I../../../src/ime-core
24 noinst_HEADERS  = imi_scimwin.h\
25                         sunpinyin_imengine.h\
26                         sunpinyin_imengine_config_keys.h\
27                         sunpinyin_keycode.h\
28                         sunpinyin_lookup_table.h\
29                         sunpinyin_private.h\
30                         sunpinyin_utils.h
31
32
33 moduledir = @SUNPINYIN_MODULE_DIR@/IMEngine
34 module_LTLIBRARIES = ise-engine-sunpinyin.la
35
36 ise_engine_sunpinyin_la_SOURCES =imi_scimwin.cpp\
37                                   sunpinyin_imengine.cpp\
38                                   sunpinyin_lookup_table.cpp\
39                                   sunpinyin_utils.cpp
40
41 ise_engine_sunpinyin_la_CXXFLAGS = @ISF_CFLAGS@ ${ise_engine_sunpinyin_DEFINES}
42
43 ise_engine_sunpinyin_la_LDFLAGS = -avoid-version \
44                                         -module \
45                                         -export-dynamic\
46                                         @ISF_LIBS@\
47                                          -lstdc++
48
49 ise_engine_sunpinyin_la_LIBADD = $(top_builddir)/src/libsunpinyin.la