Synch mason iconset targets with iconset changes
[AROS.git] / images / IconSets / Mason / workbench / Tools / mmakefile.src
blobef8a7a0f4620896434ceaf04e30a65b671c8409b
1 # $Id$
3 # Makefile for Mason's workbench icons
5 include $(TOP)/config/make.cfg
7 ICONS     := HDToolBox WiMP Commodities Calculator
8 ICONDIR   := $(AROSDIR)/Tools
9 ICONFILES := $(foreach f, $(ICONS), $(ICONDIR)/$(f).info)
11 #MM- iconset-Mason-icons : masonworkbenchtoolicons
13 #MM
14 masonworkbenchtoolicons : setup $(ICONFILES)
15         @$(NOP)
16         
17 $(ICONDIR)/%.info : %.info.src %_N.png %_S.png
18         %makeicon2
20 setup :
21         %mkdirs_q $(ICONDIR)