X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=8cd4135a15347fefc4635291c4814904244120c7;hb=78c49c04f5b4718f99b1283a9b685e0785629928;hp=083388740801f9be21178c241a7b9945fd1c984b;hpb=3ffc91cfb12d8804718079887f7ee644bbfc72ee;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 0833887..8cd4135 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ all: JVM Linux Win32 Darwin #Solaris clean: + rm -rf build + +dist-clean: rm -rf .jikes .configure* .install* build .compile .build* find upstream -name config.cache -exec rm {} \; @@ -211,7 +214,8 @@ build/res/freetype.mips: build/mips/org/xwt/translators/Freetype.c.o build/mips/ $^ \ -lfreetype -.install_libmspack-20030726:; make .install_libmspack-20030726_mips-unknown-elf target=mips-unknown-elf +.install_libmspack-20030726: + make .install_libmspack-20030726_mips-unknown-elf target=mips-unknown-elf && touch .install_libmspack-20030726 build/mips/org/xwt/translators/MSPack.c.o: .install_libmspack-20030726 build/res/libmspack.mips: build/mips/org/xwt/translators/MSPack.c.o build/mips/org/xwt/mips/crt0.c.o build/mips/org/xwt/mips/syscalls.c.o @echo -e "\n\033[1mlinking .o -> .mips: $@\033[0m"