680d761dd213423ebab2d52b7ea50f990cf2213e
[profile/ivi/isf.git] / ism / data / pixmaps / 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 CLEANFILES           = *.bak *.edj
20
21 ISF_CANDIDATE_PNG = 08_textinput_predictive_popup_arrow.png \
22                     08_textinput_predictive_popup_arrow_2.png
23
24 #pixmapsdir = @SCIM_DATADIR@/pixmaps
25 #pixmaps_DATA = $(ISF_CANDIDATE_PNG)
26
27 EXTRA_DIST = $(ISF_CANDIDATE_PNG)
28
29 # edjes
30 isf_candidate_theme1.edj : isf_candidate_theme1.edc
31         edje_cc $^ $@
32
33 isf_candidate_theme2.edj : isf_candidate_theme2.edc
34         edje_cc $^ $@
35
36 isfsetting.edj : isfsetting.edc
37         edje_cc $^ $@
38
39 edjdir   = @SCIM_DATADIR@
40 edj_DATA = isf_candidate_theme1.edj isf_candidate_theme2.edj isfsetting.edj