Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / muimaster / tutorial / examples / mmakefile.src
blob725ebb77ec5d4a596f1a70c3393b0807861a1b24
1 # $Id$
3 # Makefile for Zune step by step examples
5 include $(TOP)/config/make.cfg
7 FILES  := \
8     HelloZune \
9     HGroup    \
10     VGroup    \
11     VHGroup   \
12     VHGroup2  \
13     HVGroup   \
14     Notify
16 #MM workbench-libs-muimaster-examples : includes linklibs
18 %build_progs mmake=workbench-libs-muimaster-examples \
19     files=$(FILES) targetdir=$(ARODIR)/Demos/Zune \
20     uselibs="mui arossupport amiga arosc"
22 %common