[layout : searchbar style] change the alignment of X-mark for supporting Giant font
[framework/uifw/efl-theme-white.git] / Makefile
index 2ae06d1..943d5b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,33 +1,15 @@
 PREFIX ?= /usr
-EFL_THEME_DIR=$(DESTDIR)/opt/var/efl-theme-tizen-edc
 
-INSTALL=install -c
-
-$(warning $(CC) )
-
-all: themes
-       echo $(escaped_prefix)
-
-themes: copy_edc
+all:
        cd themes && make
-       rm -rf themes/white*.edc
-       rm -rf themes/widgets
-
-install_themes:
-       cd themes && make install
 
-install: install_themes
-
-copy_edc:
-       cp $(EFL_THEME_DIR)/tizen.edc themes/white-hd.edc
-       cp $(EFL_THEME_DIR)/widgets themes/ -r
+install: 
+       cd themes && make $@
 
-white-hd:
+uninstall:
        cd themes && make $@
 
 clean:
-       rm -rf themes/*.edj
-       rm -rf themes/white*.edc
-       rm -rf themes/widgets
+       cd themes && make $@
 
 distclean: clean