prism2.device: Compiler delint
[AROS.git] / workbench / c / iprefs / mmakefile.src
blob64da47a7100dd95e33f446cd6522778232959ba9
1 #   $Id$
3 #   Makefile to make IPrefs.
5 include $(TOP)/config/make.cfg
7 FILES := main vars patches misc \
8          localeprefs fontprefs screenmodeprefs serialprefs inputprefs \
9          icontrolprefs pointerprefs wbpatternprefs trackdiskprefs printerprefs
11 EXEDIR := $(AROS_C)
13 #MM workbench-c-iprefs : includes linklibs
14 #MM- workbench-c : workbench-c-iprefs
16 %build_prog mmake=workbench-c-iprefs \
17     progname=IPrefs targetdir=$(EXEDIR) \
18     files=$(FILES) uselibs="arossupport" \
19     detach=yes
21 %common