Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / images / IconSets / Mason / workbench / system / mmakefile.src
blob58f0647e70fd33dd83d6f02dc1a08ffaee327ef1
1 # $Id$
3 # Makefile for Mason's workbench icons
5 include $(TOP)/config/make.cfg
7 ICONS     := FixFonts
8 ICONDIR   := $(AROSDIR)/System
9 ICONFILES := $(foreach f, $(ICONS), $(ICONDIR)/$(f).info)
11 #MM- iconset-Mason-icons : masonworkbenchsystemicons
13 #MM
14 masonworkbenchsystemicons : setup $(ICONFILES)
15         @$(NOP)
16         
17 $(ICONDIR)/%.info : %.info.src %_N.png %_S.png
18         %makeicon2
20 setup :
21         %mkdirs_q $(ICONDIR)