revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / arch / all-pc / boot / grub-tools / mmakefile.src
blobe5196917d91301859bcc2b11ca37739ef275a4d3
1 # Copyright © 2011, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros.cfg
6 #MM- workbench-c : grub-aros-installer
7 #MM- workbench-c-quick : grub-aros-installer-quick
9 FILES := Install-grub
11 USER_CPPFLAGS := -DADATE="\"$(shell date "+%d.%m.%Y")\""
12 USER_INCLUDES := -isystem $(SRCDIR)/arch/all-pc/boot/grub-aros/include
14 %build_progs mmake=grub-aros-installer \
15     files=$(FILES) targetdir=$(AROS_C) \
16     uselibs="debug"
18 %common