Replaced deprecated variables CONTRIBDIR, BINDIR and
[AROS-Contrib.git] / aminet / text / misc / Typeface / mmakefile.src
blob86fcfcb40889b6b68dfceca1fa443a21cb55250f
1 # $Id$
3 # Makefile to make Typeface.
5 include $(TOP)/config/make.cfg
7 FILES  := char checkbox error node locale \
8           gadget text fontio typeface
10 EXEDIR := $(AROS_CONTRIB)/Misc/aminet/Typeface
12 USER_CFLAGS := -DINTUITION_NO_INLINE_STDARG \
13                -Wno-unused-function $(FORMAT_SECURITY_CFLAGS)
15 #MM aminet-text-misc-typeface : setup-typeface-catalogs contrib-bgui
17 %build_prog mmake=aminet-text-misc-typeface \
18     progname=Typeface targetdir=$(EXEDIR) \
19     files=$(FILES) uselibs="bgui"
21 %common