[popup] changed center popup for white theme (color, sizes, images)
[framework/uifw/efl-theme-white.git] / Makefile
1 PREFIX ?= /usr
2 EFL_THEME_DIR=$(DESTDIR)/opt/var/efl-theme-tizen-edc
3
4 INSTALL=install -c
5
6 $(warning $(CC) )
7
8 all: themes
9         echo $(escaped_prefix)
10
11 themes: copy_edc
12         cd themes && make
13         rm -rf themes/white*.edc
14         rm -rf themes/widgets
15
16 install_themes:
17         cd themes && make install
18
19 install: install_themes
20
21 copy_edc:
22         cp $(EFL_THEME_DIR)/tizen.edc themes/white-hd.edc
23         cp $(EFL_THEME_DIR)/widgets themes/ -r
24
25 white-hd:
26         cd themes && make $@
27
28 clean:
29         rm -rf themes/*.edj
30         rm -rf themes/white*.edc
31         rm -rf themes/widgets
32
33 distclean: clean