use for all targets
[AROS.git] / workbench / prefs / appearance / mmakefile.src
blobd7b1c44e5ff5d056e35b1cad26fac331a3a1adf0
1 # Copyright © 2013, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES  := main appearanceeditor themepreview misc locale args
8 EXEDIR := $(AROS_PREFS)
10 USER_CFLAGS := $(PARANOIA_CFLAGS)
12 #MM- workbench-prefs : workbench-prefs-appearance
13 #MM workbench-prefs-appearance : includes linklibs workbench-prefs-appearance-catalogs
15 %build_prog mmake=workbench-prefs-appearance \
16     progname=Appearance targetdir=$(EXEDIR) \
17     files=$(FILES) uselibs="mui"
19 %common