use m4_normalize on the output strings to remove trailing spaces/tabs and consolidate...
[AROS.git] / workbench / c / HDTool / mmakefile.src
blob44c8aae0a6a6195a4315e4360684f06dbea9c5e8
1 #   $Id$
3 #   Makefile to make HDTool
5 include $(SRCDIR)/config/aros.cfg
7 FILES := \
8         main \
9         deviceio \
10         install \
11         list \
12         setup
14 EXEDIR := $(AROS_C)
16 #MM workbench-c : includes linklibs
18 %build_prog mmake=workbench-c \
19     progname=HDTool targetdir=$(EXEDIR) \
20     files=$(FILES)
22 %common