Fixed out-by-one error in previous commit.
[AROS.git] / workbench / c / Decoration / mmakefile.src
blob475017b41f72d6d23587b0115b7cc7d017a41f4f
1 #   $Id$
3 #   Makefile to make Decoration.
5 include $(TOP)/config/make.cfg
7 FILES := \
8             decoration \
9             windowdecorclass \
10             screendecorclass \
11             menudecorclass \
12             newimagefuncs \
13             drawfuncs \
14             config \
16 EXEDIR := $(AROS_C)
18 #MM workbench-c-decoration : includes linklibs
19 #MM- workbench-c : workbench-c-decoration
21 %build_prog mmake=workbench-c-decoration \
22     progname=Decoration targetdir=$(EXEDIR) \
23     files=$(FILES) uselibs="arossupport" \
24     detach=yes
25 %common