1 # Copyright © 2009, The AROS Development Team. All rights reserved.
4 include $(TOP)/config/make.cfg
7 EXEDIR := $(AROS_TOOLS)
10 #MM- workbench-tools : workbench-tools-installaros
12 ifeq ($(strip $(AROS_TARGET_BOOTLOADER)),grub)
13 USER_CFLAGS := -DGRUB=1
15 ifeq ($(strip $(AROS_TARGET_BOOTLOADER)),grub2)
16 USER_CFLAGS := -DGRUB=2
19 %build_prog mmake=workbench-tools-installaros \
20 progname=InstallAROS targetdir=$(EXEDIR) \