make.tmpl: add missing compiler attribute to build_progs
[AROS.git] / tools / dtdesc / mmakefile.src
blob0e348964ccd74a31392013374760cd63fc7c3644
1 include $(SRCDIR)/config/aros.cfg
3 #MM- contrib-development : tools-dtdesc
4 #MM tools-dtdesc : includes linklibs
6 FILES  := createdtdesc examinedtdesc
7 EXEDIR := $(AROS_CONTRIB)/Development/Build
8 USER_CFLAGS :=
10 %build_progs mmake=tools-dtdesc \
11     files=$(FILES) \
12     targetdir=$(EXEDIR) uselibs="c_iff"
14 FILES := FORMAT
15 %copy_files_q mmake=tools-dtdesc dst=$(EXEDIR)/Docs
17 %common