define __KERNEL_STRICT_NAMES to avoid inclusion of kernel types on systems that carry...
[cake.git] / workbench / libs / openurl / libopenurl / mmakefile.src
blobe60979744c3233d2a179050dfb2a8aa94fa3e035
1 include $(TOP)/config/make.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)