Git init
[profile/ivi/isf.git] / ism / data / icons / 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 NOINST_ICONS            = setup.xpm \
21                           full-letter.xpm \
22                           half-letter.xpm \
23                           help.xpm \
24                           up.xpm \
25                           down.xpm \
26                           left.xpm \
27                           right.xpm \
28                           pin-down.xpm \
29                           pin-up.xpm \
30                           full-punct.xpm \
31                           half-punct.xpm \
32                           trademark.xpm \
33                           menu.xpm
34
35 INST_ICONS              = up.png \
36                   down.png \
37                   left.png \
38                   right.png \
39                   01_header_icon_cancel.png \
40                   01_header_icon_done.png \
41                   01_list_select_all.png \
42                   ISF_candidate_bg.png \
43                   ISF_candidate_divider.png \
44                   ISF_icon_31_help.png \
45                   ISF_icon_31_help_t.png \
46                   ISF_icon_help.png \
47                   ISF_icon_option.png \
48                   ISF_panel_bg.png
49
50 SCTC_FILTER_ICONS       = sctc.png \
51                           sctc-sc-to-tc.png \
52                           sctc-tc-to-sc.png
53
54 if SCIM_BUILD_FILTER_SCTC
55 INST_SCTC_ICONS         = $(SCTC_FILTER_ICONS)
56 endif
57
58 EXTRA_DIST              = $(NOINST_ICONS) \
59                           $(INST_ICONS) \
60                           $(SCTC_FILTER_ICONS)
61
62 icondir                 = @SCIM_ICONDIR@
63 icon_DATA               = $(INST_ICONS) $(INST_SCTC_ICONS)
64