tools/adflib: build only host variant which is used by Sam440 target
[AROS.git] / external / openurl / libopenurl / mmakefile.src
blob635d9ddec593f7ddbf4dd8ab1b06e222a62a6a98
1 include $(SRCDIR)/config/aros.cfg
3 #MM- linklibs : linklibs-openurl
5 OPENURL_LIB := $(AROS_LIB)/libopenurl.a
7 #MM- linklibs-openurl: includes linklibs-openurl-quick
8 #MM linklibs-openurl-quick : linklibs-openurl-setup 
10 #MM
11 linklibs-openurl-quick : $(OPENURL_LIB)
13 FILES = autoinit-aros
15 OBJS := $(foreach f,$(FILES),$(OBJDIR)/$(f).o)
17 $(OPENURL_LIB) : $(OBJS)
18         %mklib_q from=$^
20 $(OBJDIR)/%.o : %.c
21         %compile_q
23 #MM
24 linklibs-openurl-setup :
25         %mkdirs_q $(OBJDIR)
26         %mkdirs_q $(AROS_LIB)