upload tizen 2.0 beta code
[framework/uifw/ise-engine-default.git] / 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 default_DEFINES         =       -DISF_ICONDIR=\"@ISF_ICONDIR@\" \
21                                                 -DISF_DEFAULT_LOCALEDIR=\"$(localedir)\" \
22                                                 -DISF_DEFAULT_DATADIR=\"@ISF_DEFAULT_DATADIR@\" \
23                                                 -DISF_DEFAULT_ICON_FILE=\"@ISF_ICONDIR@/isf-default.png\"
24
25 noinst_HEADERS          =       isf_default_imengine.h\
26                                                 kdb_resource.h
27
28 moduledir                       =       @ISF_MODULEDIR@/IMEngine
29 module_LTLIBRARIES      =       ise-engine-default.la
30
31
32 ise_engine_default_la_SOURCES   =       isf_default_imengine.cpp
33
34 ise_engine_default_la_CFLAGS            =       @ISF_CFLAGS@ $(default_DEFINES)
35 ise_engine_default_la_CXXFLAGS  =       @ISF_CFLAGS@ $(default_DEFINES)\
36                                         $(DEFAULT_CFLAGS)
37
38 ise_engine_default_la_LDFLAGS   =       -avoid-version \
39                                                 -rpath $(moduledir) \
40                                                 -module \
41                                                 @LIBTOOL_EXPORT_OPTIONS@ \
42                                                 @ISF_LIBS@