get the correct flags to copy
[AROS.git] / workbench / locale / flags / mmakefile.src
blobc3a69973540250a0eed7c3b257fadb95c0fe1913
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 REGIONFLAGS := $(notdir $(call WILDCARD, countries/*))
5 MISCFLAGS := $(notdir $(call WILDCARD, misc/*))
7 #MM- workbench-locale : workbench-locale-flags-countries workbench-locale-flags-misc
9 %copy_files_q mmake=workbench-locale-flags-countries files=$(REGIONFLAGS) src=countries \
10     dst=$(AROS_LOCALE)/Flags/Countries
12 %copy_files_q mmake=workbench-locale-flags-misc files=$(MISCFLAGS) src=misc \
13     dst=$(AROS_LOCALE)/Flags/Misc
16 %common