Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / prefs / env-archive / mmakefile.src
blobb9230193850329d95e293dbfa00dec5ed53b8ea7
1 # Copyright © 2004, The AROS Development Team. All rights reserved.
2 # $Id: mmakefile 20923 2004-02-16 14:07:14Z chodorowski $
4 include $(TOP)/config/make.cfg
6 SUBDIRS := Zune SYS SYS/Packages
7 FILES   := $(foreach dir, $(SUBDIRS), $(filter-out $(dir)/CVS, $(call WILDCARD, $(dir)/*)))
9 #MM- workbench-prefs : workbench-prefs-envarc
10 #MM- workbench-prefs-envarc : workbench-prefs-envarc-copyfiles workbench-prefs-envarc-theme
11 #MM  workbench-prefs-envarc-copyfiles
13 workbench-prefs-envarc-copyfiles : $(FILES:%=$(AROS_ENVARC)/%)
15 $(AROS_ENVARC)/% : %
16         @if [ -f $< ]; then      \
17             $(MKDIR) $(dir $@) ; \
18             $(CP) $< $@ ;        \
19         fi
21 #MM
22 workbench-prefs-envarc-theme:
23         @echo "THEMES:$(AROS_GUI_THEME)" > $(AROS_ENVARC)/SYS/theme.var