X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=27286c93e0ad08c4189d69fce3a82c16309dae57;hb=0875e1f0271b4d43c84e61384b1959902e9516ba;hp=67dfd0afb8e047498e91c6be03d33efbf609d30c;hpb=1b6594fd1a349abef33a259439d8eeaa8a4af2e1;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 67dfd0a..27286c9 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,11 @@ # -all: JVM Linux Win32 Darwin Solaris +all: JVM Linux Win32 Darwin #Solaris -clean:; rm -rf .jikes .configure* .install* build .compile +clean: + rm -rf .jikes .configure* .install* build .compile .build* + find upstream -name config.cache -exec rm {} \; JVM: build/JVM/xwt.jar Linux: ; make gcj platform=Linux target=i686-pc-linux-gnu link_flags="-lX11 -lXext" @@ -138,7 +140,10 @@ $(target_bin): build/$(platform)/org/xwt/plat/$(platform).cc.o upstream/jpeg-6b/ # builtin_src := $(shell find src/org/xwt/builtin -name '*.*') -build/res/builtin.jar: $(builtin_src:src/%=build/res/%) build/res/freetype.mips +build/res/fonts/vera: .download_vera-1.10 + mkdir -p build/res/fonts/vera + cd build/res/fonts/vera; ln -s ../../../../upstream/vera-1.10/ttf-bitstream-vera-1.10/Vera.ttf +build/res/builtin.jar: $(builtin_src:src/%=build/res/%) build/res/freetype.mips build/res/libmspack.mips build/res/fonts/vera @echo -e "\n\033[1mzipping res/* -> .jar: builtin.jar\033[0m" cd build/res; $(jar) cf builtin.jar $(^:build/res/%=%) @@ -154,7 +159,7 @@ build/$(platform)/builtin.o: build/res/builtin.jar # compile is here to force compilation of the .class files (they get used via -Ibuild) without # having the individual .o's depend on the .java's (otherwise every .o gets recompiled when one .java changes) -gcj: .vendor .install_gcc-3.3_$(target) $(target_bin) +gcj: .vendor .compile .install_gcc-3.3_$(target) $(target_bin) build/JVM/xwt.jar: .compile build/res/builtin.jar @echo -e "\n\033[1marchiving .class -> .jar: build/JVM/xwt.jar\033[0m" @@ -191,6 +196,22 @@ build/res/freetype.mips: build/mips/org/xwt/translators/Freetype.c.o build/mips/ --strip \ -lfreetype +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 + make .install_libmspack-20030726_mips-unknown-elf target=mips-unknown-elf + @echo -e "\n\033[1mlinking .o -> .mips: $@\033[0m" + mkdir -p build/mips build/res + upstream/install/bin/mips-unknown-elf-gcc \ + -nostdlib \ + --static \ + -march=mips1 \ + -T src/org/xwt/mips/linker.ld \ + -Lbuild/mips \ + -Lupstream/libmspack-20030726/build-mips-unknown-elf/ \ + -o $@ \ + build/mips/org/xwt/translators/MSPack.c.o \ + --strip \ + -lmspack + @@ -240,22 +261,22 @@ this_branch_flag := $(shell test $(this_branch) = HEAD && echo || echo -r $ # pre-depend on compile as a sanity check dist: compile - # this will fail if we haven't checked-in since the comment is null; we want this. - cvs commit -m '' > /dev/null - cvs tag -F xwt-$(current_build) - echo "***********************************************************" echo "* This build is $(current_build)" echo "***********************************************************" - ifeq ($(shell uname -n),serverbeach.megacz.com) + ifeq ($(shell uname -n),megacz.com) (make $(silent) dist-private 2>&1) >> .make-dist.out || \ (tail -n 200 .make-dist.out | mail -s "Build $(current_build) FAILED" cvs@xwt.org; false) tail -n 200 .make-dist.out | \ mail -s "Unsigned binaries of $(current_build) are now available" cvs@xwt.org else + # this will fail if we haven't checked-in since the comment is null; we want this. + cvs commit -m '' > /dev/null + cvs tag -F xwt-$(current_build) + # echo -e 'export JAVA_HOME=/usr/lib/j2sdk1.4\n cd /home/xwt\n date=`date +%d-%b-%H%M`\n mkdir xwt-$$date\n cd xwt-$$date\n /usr/bin/cvs -d /cvs co $(this_branch_flag) xwt\n mv xwt/* .\n mv xwt/.* .\n rmdir xwt\n touch .make-dist.out\n nohup make dist &\n echo\n cat .make-dist.out' | ssh xwt@xwt.org | grep -v "make...:.\(Entering\|Leaving\).directory" - echo -e 'export JAVA_HOME=/usr/lib/j2sdk1.4\n cd /home/xwt/dist\n/usr/bin/cvs update $(this_branch_flag)\ntouch .make-dist.out\n make clean\n nohup make dist &\n echo\n cat .make-dist.out' | ssh xwt@xwt.org | grep -v "make...:.\(Entering\|Leaving\).directory" + echo -e 'export JAVA_HOME=/usr/lib/j2sdk1.4\n cd /home/xwt/dist\n/usr/bin/cvs update $(this_branch_flag)\ntouch .make-dist.out\n make clean\n nohup make dist &\n' | ssh xwt@xwt.org | grep -v "make...:.\(Entering\|Leaving\).directory" endif dist-private: @@ -278,9 +299,9 @@ dist-private: upstream/install/i686-pc-linux-gnu/bin/strip build/Linux/xwt.linux \ -o /var/www/master.dist.xwt.org/xwt-$(current_build).linux.unsigned - echo "copying xwt.solaris to distribution area..." - upstream/install/sparc-sun-solaris2.7/bin/strip build/Solaris/xwt.solaris \ - -o /var/www/master.dist.xwt.org/xwt-$(current_build).solaris.unsigned +# echo "copying xwt.solaris to distribution area..." +# upstream/install/sparc-sun-solaris2.7/bin/strip build/Solaris/xwt.solaris \ +# -o /var/www/master.dist.xwt.org/xwt-$(current_build).solaris.unsigned echo "copying xwt.darwin to distribution area..." upstream/install/powerpc-apple-darwin/bin/strip build/Darwin/xwt.darwin \ @@ -293,3 +314,9 @@ dist-private: echo echo "*** DONE ******************************************" + + +# this is for Adam; don't mess with it +test: JVM; /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Commands/java -jar build/JVM/xwt.jar . + +