fix a bunch of mmakefiles which still used the old make.cfg
[AROS.git] / images / kalamatee / gadgets / window / mmakefile.src
blob2306b96d77a39a5a80916f12fd3bc7acffb30b02
1 include $(SRCDIR)/config/aros.cfg
3 DIRS = os1.x os3.1 special #xen
5 FILES = os1.x/win_close os1.x/win_depth os1.x/win_size os1.x/win_zoom \
6         os3.1/win_close os3.1/win_depth os3.1/win_size os3.1/win_zoom \
7         special/win_close special/win_depth special/win_size special/win_zoom \
8         special/win_close_N special/win_depth_N special/win_size_N special/win_zoom_N
9 #       xen/win_close xen/win_depth xen/win_size xen/win_zoom
11 ##MM- themes-kalamatee-images-gadgets : themes-kalamatee-images-gadgets-window
12 #MM themes-kalamatee-images-gadgets-window : setup themes-kalamatee-images-gadgets-window-simoami
14 #MM
15 themes-kalamatee-images-gadgets-window: kalamatee-images-gadgets-window-dirs
17 kalamatee-images-gadgets-window-dirs:
18         $(MKDIR) $(addprefix $(AROS_THEMES)/,$(DIRS))
20 %copy_files_q mmake=themes-kalamatee-images-gadgets-window files=$(FILES) dst=$(AROS_THEMES)
22 %common