[access] add dark theme
[platform/core/uifw/efl-theme-tizen.git] / Makefile
index e2c5adf..fc206dc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,37 +1,18 @@
 PREFIX ?= /usr
 
-INSTALL=install -c
-
-$(warning $(CC) )
-
-all: themes
-       echo $(escaped_prefix)
-
-themes: copy_edc       
+all:
+       cp themes/tizen.edc themes/light.edc
+       cp themes/tizen.edc themes/dark.edc
        cd themes && make
-       rm themes/nbeat-*.edc
-
-install_themes:
-       cd themes && make install
-       
-install: install_themes
-
-copy_edc: 
-       cp themes/nbeat.edc themes/nbeat-blue.edc
-       cp themes/nbeat.edc themes/nbeat-purple.edc
-       cp themes/nbeat.edc themes/nbeat-green.edc
-       cp themes/nbeat.edc themes/nbeat-black.edc
 
-nbeat:
-       cd themes && make $@ 
+install: 
+       cd themes && make $@
+       rm -rf themes/light.edc themes/dark.edc
 
-nbeat-blue nbeat-purple nbeat-green nbeat-black: 
-       cp themes/nbeat.edc themes/$@.edc
-       cd themes && make $@ 
-       rm themes/nbeat-*.edc
+uninstall:
+       cd themes && make $@
 
 clean:
-       rm -rf themes/*.edj
-       rm -rf themes/nbeat-*.edc
+       cd themes && make $@
 
 distclean: clean