Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / c / Decoration / mmakefile.src
blob15d632e11634389d36fbbcd80122c00da64b0312
1 #   $Id$
3 #   Makefile to make Decoration.
5 include $(TOP)/config/make.cfg
7 FILES := decoration
8 EXEDIR := $(AROS_C)
10 #MM workbench-c-decoration : includes linklibs
11 #MM- workbench-c : workbench-c-decoration
13 %build_prog mmake=workbench-c-decoration \
14     progname=Decoration targetdir=$(EXEDIR) \
15     files=$(FILES) uselibs="arossupport amiga arosc m" \
16     detach=yes
17 %common