prism2.device: Compiler delint
[AROS.git] / arch / i386-all / include / mmakefile.src
blob79e4520c8d0681d4f0bdd365e2f8794dfe4898d3
1 # $Id$
2 include $(TOP)/config/make.cfg
4 INCLUDE_FILES := $(call WILDCARD, aros/*.h)
5 %copy_includes mmake=compiler-includes path=aros/i386 dir=aros
7 INCLUDE_FILES := $(call WILDCARD, asm/*.h)
8 %copy_includes mmake=compiler-includes path=asm/i386 dir=asm
10 #MM- compiler-includes: includes-generated-i386-libcall
12 #MM includes-generated-i386-libcall
13 includes-generated-i386-libcall: $(AROS_INCLUDES)/aros/i386/libcall.h $(GENINCDIR)/aros/i386/libcall.h
15 $(AROS_INCLUDES)/aros/i386/libcall.h: $(HOSTGENDIR)/tools/gencall_i386 | $(AROS_INCLUDES)/aros/i386
16         $(HOSTGENDIR)/tools/gencall_i386 >$@
17 GLOB_MKDIRS += $(AROS_INCLUDES)/aros/i386
19 $(GENINCDIR)/aros/i386/libcall.h: $(AROS_INCLUDES)/aros/i386/libcall.h | $(GENINCDIR)/aros/i386
20         $(CP) $< $@
21 GLOB_MKDIRS += $(GENINCDIR)/aros/i386
23 $(HOSTGENDIR)/tools/gencall_i386: $(SRCDIR)/$(CURDIR)/gencall.c
24         @$(HOST_CC) -Wall -Werror -o $@ $<