Hint added.
[AROS.git] / workbench / c / Decoration / mmakefile.src
blob9d7d4d5ca2af2e06d8e3a6b3ed6328747f140f7e
1 #   $Id$
3 #   Makefile to make Decoration.
5 include $(SRCDIR)/config/aros.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) detach=yes
25 %common