X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=943d5b4ca9f4e2bd022cd06d07d2f664382be398;hb=1f356a7b9d545c1c3572a1db1c2a6d4ade9106c3;hp=8a2342350d5aa933298962e5b6ff71cef4f22cea;hpb=fd99d0f7de68ef3a8722dd5947c1a168a7a0f8b7;p=profile%2Fivi%2Fefl-theme-tizen.git diff --git a/Makefile b/Makefile index 8a23423..943d5b4 100644 --- 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