Modified to install LICENSE information
[framework/uifw/ise-engine-tables.git] / 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 INST_ICONS              = table.png     \
21                           Amharic.png   \
22                           Arabic.png    \
23                           Array30.png   \
24                           Bengali-inscript.png  \
25                           Bengali-probhat.png   \
26                           CangJie.png   \
27                           CangJie3.png  \
28                           Cantonese.png \
29                           CantonHK.png  \
30                           CNS11643.png  \
31                           Dayi.png      \
32                           Erbi.png      \
33                           Erbi-QS.png   \
34                           EZ.png        \
35                           Gujarati-inscript.png \
36                           Gujarati-phonetic.png \
37                           Hangul.png    \
38                           Hanja.png     \
39                           Hindi-inscript.png    \
40                           Hindi-phonetic.png    \
41                           Hindi-remington.png   \
42                           HIRAGANA.png  \
43                           IPA-X-SAMPA.png  \
44                           Jyutping.png  \
45                           KATAKANA.png  \
46                           Kannada-inscript.png  \
47                           Kannada-kgp.png       \
48                           LaTeX.png     \
49                           Malayalam-inscript.png        \
50                           Malayalam-phonetic.png        \
51                           Marathi-remington.png   \
52                           Nepali.png    \
53                           Nippon.png    \
54                           Punjabi-inscript.png  \
55                           Punjabi-jhelum.png    \
56                           Punjabi-phonetic.png  \
57                           Punjabi-remington.png \
58                           Quick.png     \
59                           RussianTraditional.png        \
60                           Simplex.png   \
61                           SmartCangJie6.png    \
62                           Stroke5.png   \
63                           Tamil-inscript.png    \
64                           Tamil-phonetic.png    \
65                           Tamil-remington.png   \
66                           Telugu-inscript.png   \
67                           Tamil-tamil99.png   \
68                           Thai.png      \
69                           Translit.png  \
70                           Ukrainian-Translit.png        \
71                           Uyghur.png    \
72                           Viqr.png      \
73                           Wu.png        \
74                           Wubi.png      \
75                           Yawerty.png   \
76                           ZhuYin.png    \
77                           Ziranma.png
78
79 EXTRA_DIST              = $(INST_ICONS)
80
81 icondir                 = $(SCIM_ICONDIR)
82 icon_DATA               = $(INST_ICONS)
83