add casts to zune macros to silence some warnings
[tangerine.git] / workbench / prefs / font / mmakefile.src
blobadcd0fb4feefa44befb0d2e0a4ffe11cf66f4ed3
1 # $Id$
3 # Makefile to build Font Prefs program.
5 include $(TOP)/config/make.cfg
7 FILES       := main args locale misc fpeditor 
8 EXEDIR      := $(AROS_PREFS)
10 #MM- workbench-prefs : workbench-prefs-font
11 #MM workbench-prefs-font : workbench-prefs-font-catalogs 
13 USER_CFLAGS := -DADATE="\"$(shell date '+%d.%m.%Y')\""
15 %build_prog mmake=workbench-prefs-font \
16     progname=Font targetdir=$(EXEDIR) \
17     files=$(FILES) uselibs="mui arossupport amiga arosc m"
19 %common