X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=943d5b4ca9f4e2bd022cd06d07d2f664382be398;hb=HEAD;hp=e2c5adfbd5e4e38e5a25e223fd4acb820bcacd66;hpb=d7e6ffcb1aada454e58e5e1f7febd57eaaa725af;p=profile%2Fivi%2Fefl-theme-tizen.git diff --git a/Makefile b/Makefile index e2c5adf..943d5b4 100644 --- a/Makefile +++ b/Makefile @@ -1,37 +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-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 $@ -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