use the locations specified in the bcm2708_boot header
[AROS.git] / test / objc / mmakefile.src
blobd3a57c4756d60acb300f1a00772e8ac514644c29
1
2 #  Copyright (C) 2013, The AROS Development Team
3 #  All right reserved.
4 #  Author: Jason S. McMullan <jason.mcmullan@gmail.com>
5
6 #  Licensed under the AROS PUBLIC LICENSE (APL) Version 1.1
7
8 include $(TOP)/config/make.cfg
10 EXEDIR := $(AROS_TESTS)/objc
12 # gcc 4.6.2 can't build arm Objective C support without
13 # a compiler error.
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)
26 %common