clean up some makefile issues. (NicJA)
[AROS.git] / arch / all-pc / boot / grub2-tools / mmakefile.src
blob94d3e611e13b0cc29c9ff6afb489e162ecda489a
1 # Copyright © 2003-2011, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros.cfg
6 FILES := Install-grub2
8 USER_CPPFLAGS := -DADATE="\"$(shell date "+%d.%m.%Y")\""
9 USER_INCLUDES := -isystem $(SRCDIR)/arch/all-pc/boot/grub2-aros/include
11 %build_progs mmake=workbench-c-install-grub2 \
12     files=$(FILES) targetdir=$(AROS_C) \
13     uselibs="debug"
15 %common