Reapplied r44288:
[AROS.git] / workbench / tools / ShowConfig / mmakefile.src
blobe52c019b130049e9205c80f52ab721f2545134bb
1 # Copyright © 2011-2012, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES   := ShowConfig cpu_i386 cpu_arm
7 EXEDIR  := $(AROS_TOOLS)
9 #MM- workbench-tools : kernel-kernel-includes workbench-tools-showconfig
11 %build_prog mmake=workbench-tools-showconfig \
12     progname=ShowConfig targetdir=$(EXEDIR) \
13     files=$(FILES) uselibs="arossupport"
15 %common