makefile   [plain text]


# quick test
all: 
	perl test.pl $(MAKEFLAGS)

# default-arch but otherwise comprehensive test for buildbot
buildbot:
	perl test.pl $(MAKEFLAGS) MEM=mrc,gc CC=clang,llvm-gcc-4.2,gcc-4.2 LANGUAGE=c,c++,objc,objc++

# comprehensive tests
mac macos macosx:
	perl test.pl $(MAKEFLAGS) ARCH=x86_64,i386 MEM=mrc,gc CC=clang,llvm-gcc-4.2,gcc-4.2 LANGUAGE=c,c++,objc,objc++

iphonesimulator:
	perl test.pl $(MAKEFLAGS) ARCH=i386 SDK=iphonesimulator MEM=mrc CC=clang,llvm-gcc-4.2,gcc-4.2 LANGUAGE=c,c++,objc,objc++

iphoneos:
	perl test.pl $(MAKEFLAGS) ARCH=armv6,armv7 SDK=iphoneos MEM=mrc CC=clang,llvm-gcc-4.2,gcc-4.2 LANGUAGE=c,c++,objc,objc++

clean: 
	@ perl test.pl clean