3 include $(SRCDIR)/config/aros.cfg
5 INCLUDE_FILES := $(call WILDCARD, aros/*.h)
6 %copy_includes mmake=compiler-includes path=aros/i386 dir=aros
8 INCLUDE_FILES := $(call WILDCARD, asm/*.h)
9 %copy_includes mmake=compiler-includes path=asm/i386 dir=asm
11 #MM- compiler-includes: includes-generated-i386-libcall
13 #MM includes-generated-i386-libcall
14 includes-generated-i386-libcall: $(AROS_INCLUDES)/aros/i386/libcall.h $(GENINCDIR)/aros/i386/libcall.h
16 $(AROS_INCLUDES)/aros/i386/libcall.h: $(HOSTGENDIR)/tools/gencall_i386 | $(AROS_INCLUDES)/aros/i386
17 $(HOSTGENDIR)/tools/gencall_i386 >$@
18 GLOB_MKDIRS += $(AROS_INCLUDES)/aros/i386
20 $(GENINCDIR)/aros/i386/libcall.h: $(AROS_INCLUDES)/aros/i386/libcall.h | $(GENINCDIR)/aros/i386
22 GLOB_MKDIRS += $(GENINCDIR)/aros/i386
24 $(HOSTGENDIR)/tools/gencall_i386: $(SRCDIR)/$(CURDIR)/gencall.c
25 @$(HOST_CC) -Wall -Werror -o $@ $<