[Title] Enhancement Makefile and ignore tizen/Emulator
authorsyeon.hwang <syeon.hwang@samsung.com>
Thu, 15 Mar 2012 07:51:44 +0000 (16:51 +0900)
committersyeon.hwang <syeon.hwang@samsung.com>
Thu, 15 Mar 2012 07:51:44 +0000 (16:51 +0900)
[Type]
[Module] Emulator/
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

.gitignore
tizen/Makefile
tizen/src/Makefile

index 37b56fc..3e3e2f3 100644 (file)
@@ -76,4 +76,4 @@ cscope.*
 tags
 TAGS
 *~
-tizen/distrib/temp/dev/emul-skin.properties
+tizen/Emulator
index e51db95..b923334 100644 (file)
@@ -1,6 +1,12 @@
-all:
-       cd src && $(MAKE)
+qemu:
+       cd src && $(MAKE) qemu
+skin_client:
+       cd src && $(MAKE) skin_client
 clean:
        cd src && $(MAKE) clean
+distclean:
+       cd src && $(MAKE) distclean
+all:
+       cd src && $(MAKE)
 install:
        cd src && $(MAKE) install
index 8901fd5..a9af492 100644 (file)
@@ -1,10 +1,14 @@
 EMUL_DIR=../Emulator
 
-all:
+qemu:
        cd ../../ && $(MAKE)
+skin_client:
        ant -buildfile skin/client/build.xml
+all: qemu skin_client
 clean:
        cd ../../ && $(MAKE) clean
+distclean:
+       cd ../../ && $(MAKE) distclean
 install: all
        mkdir -p $(EMUL_DIR)/bin
        mkdir -p $(EMUL_DIR)/etc