Merge branch 'java_dev' of https://github.com/cseagle/unicorn into cseagle-java_dev

This commit is contained in:
Nguyen Anh Quynh 2015-09-25 16:14:57 +08:00
commit 79b81e6ae4
1 changed files with 12 additions and 12 deletions

View File

@ -1,26 +1,26 @@
.PHONY: gen_const clean jar all lib samples install .PHONY: gen_const clean jar all lib samples install
all: gen_const all: gen_const
$(MAKE) -f Makefile.build all $(MAKE) -f Makefile.build all
lib: lib:
$(MAKE) -f Makefile.build lib $(MAKE) -f Makefile.build lib
samples: samples:
$(MAKE) -f Makefile.build samples $(MAKE) -f Makefile.build samples
jar: jar:
$(MAKE) -f Makefile.build jar $(MAKE) -f Makefile.build jar
install: lib jar install: lib jar
$(MAKE) -f Makefile.build install $(MAKE) -f Makefile.build install
gen_const: gen_const:
cd .. && python const_generator.py java cd .. && python const_generator.py java
clean: clean:
rm -f unicorn/*.class rm -f unicorn/*.class
rm -f samples/*.class rm -f samples/*.class
rm -f *.so rm -f *.so
rm -f *.dylib rm -f *.dylib
rm -f *.dll rm -f *.dll