Replaced deprecated variables CONTRIBDIR, BINDIR and
[AROS-Contrib.git] / aminet / util / dir / filemaster / mmakefile.src
blobf01afa1fe80bf33ec42e5171999e4beb2dafeda9
1 #   $Id$
3 #   Makefile to make FileMaster.
5 include $(TOP)/config/make.cfg
7 FILES := about commodity config copy dir diskinfo drives event execute \
8          fileclick fm fmdos fmgui locale operate request showicon showpic showtext \
9          parse taskwindow launch gadgets fmoutput edit clock \
10          nodes screen aros
12 # does not work: audio
14 EXEDIR := $(AROS_CONTRIB)/Misc/aminet/FileMaster
16 USER_CFLAGS := -DAROS -DV39 
18 #MM aminet-util-dir-filemaster : includes linklibs contrib-bgui setup-filemaster-catalogs
20 %build_prog mmake=aminet-util-dir-filemaster \
21     progname=FileMaster targetdir=$(EXEDIR) \
22     files=$(FILES) uselibs="bgui reqtoolsstubs"
24 %common