added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / images / kalamatee / gadgets / window / mmakefile.src
blobf28214644c3f1d921d50b1e2ffef7bf1b7e0dce7
1 include $(TOP)/config/make.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
13 themes-kalamatee-images-gadgets-window : files-copy
15 %rule_makedirs dirs="$(addprefix $(AROS_THEMES)/,$(DIRS))"
17 %copy_files_q files=$(FILES) dst=$(AROS_THEMES)
19 %common