grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / libs / codesets / libcodesets / mmakefile.src
blob71c00ff108428e4b90a224cb3d044a88f526c6b1
1 include $(SRCDIR)/config/aros.cfg
3 #MM- core-linklibs : linklibs-codesets
5 CODESETS_LIB := $(AROS_LIB)/libcodesets.a
7 #MM- linklibs-codesets: includes linklibs-codesets-quick
8 #MM linklibs-codesets-quick : linklibs-codesets-setup 
10 #MM
11 linklibs-codesets-quick : $(CODESETS_LIB)
13 FILES = autoinit-aros
15 OBJS := $(foreach f,$(FILES),$(OBJDIR)/$(f).o)
17 $(CODESETS_LIB) : $(OBJS)
18         %mklib_q from=$^
20 $(OBJDIR)/%.o : %.c
21         %compile_q
23 #MM
24 linklibs-codesets-setup :
25         %mkdirs_q $(OBJDIR)
26         %mkdirs_q $(AROS_LIB)