2 # Copyright (C) 2013, The AROS Development Team
4 # Author: Jason S. McMullan <jason.mcmullan@gmail.com>
6 # Licensed under the AROS PUBLIC LICENSE (APL) Version 1.1
8 include $(TOP)/config/make.cfg
10 EXEDIR := $(AROS_TESTS)/objc
12 # gcc 4.6.2 can't build arm Objective C support without
14 #MM- test : test-$(OBJC_TARGET)-$(CPU)
15 #MM- test-objc-i386 : test-objc
16 #MM- test-objc-x86_64 : test-objc
17 #MM- test-objc-ppc : test-objc
18 #MM- test-quick : test-objc-quick
20 #MM- test-objc: test-objc-hello
21 #MM- test-objc-quick: test-objc-hello-quick
23 %build_prog mmake=test-objc-hello progname=hello \
24 files= objcfiles=hello targetdir=$(EXEDIR)