packaging: cleanup
[framework/uifw/efl-theme-tizen.git] / Makefile
index 8a23423..943d5b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,34 +1,15 @@
 PREFIX ?= /usr
 
-INSTALL=install -c
-
-$(warning $(CC) )
-
-all: themes
-       echo $(escaped_prefix)
-
-themes: copy_edc       
+all:
        cd themes && make
-       rm themes/nbeat-*.edc
 
-install_themes:
-       cd themes && make install
-       
-install: install_themes
-
-copy_edc:
-       cp themes/nbeat.edc themes/nbeat-black.edc
-
-nbeat:
+install: 
        cd themes && make $@
 
-nbeat-black:
-       cp themes/nbeat.edc themes/$@.edc
+uninstall:
        cd themes && make $@
-       rm themes/nbeat-*.edc
 
 clean:
-       rm -rf themes/*.edj
-       rm -rf themes/nbeat-*.edc
+       cd themes && make $@
 
 distclean: clean