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)/%)
17 $(MKDIR) $(dir $@) ; \
22 workbench-prefs-envarc-theme:
23 @echo "THEMES:$(AROS_GUI_THEME)" > $(AROS_ENVARC)/SYS/theme.var