Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
[framework/uifw/elementary.git] / data / edje_externals / Makefile.am
1 AUTOMAKE_OPTIONS     = 1.4 foreign
2 MAINTAINERCLEANFILES = Makefile.in
3
4 EDJE_CC = @edje_cc@
5 EDJE_FLAGS = -v -id $(top_srcdir)/data/edje_externals -fd $(top_srcdir)/data/edje_externals
6
7 filesdir = $(datadir)/elementary/edje_externals
8 files_DATA = icons.edj
9
10 EXTRA_DIST = \
11 icons.edc \
12 ico_anchorblock.png \
13 ico_anchorview.png \
14 ico_bubble.png \
15 ico_button.png \
16 ico_check.png \
17 ico_clock.png \
18 ico_fileselector.png \
19 ico_fileselector_button.png \
20 ico_gengrid.png \
21 ico_genlist.png \
22 ico_hoversel.png \
23 ico_icon.png \
24 ico_list.png \
25 ico_map.png \
26 ico_notepad.png \
27 ico_page_control.png \
28 ico_photocam.png \
29 ico_progressbar.png \
30 ico_radio.png \
31 ico_scrolled_entry.png \
32 ico_slider.png \
33 ico_slideshow.png \
34 ico_spinner.png \
35 ico_thumb.png \
36 ico_toggle.png \
37 ico_toolbar.png
38
39 icons.edj: Makefile $(EXTRA_DIST)
40         $(EDJE_CC) $(EDJE_FLAGS) \
41         $(top_srcdir)/data/edje_externals/icons.edc \
42         $(top_builddir)/data/edje_externals/icons.edj
43
44 clean-local:
45         rm -f *.edj