1 # Copyright © 2003-2016, The AROS Development Team. All rights reserved.
4 include $(TOP
)/config
/make.cfg
6 NOWARN_FLAGS
:= -Wno-format-security
10 $(FD2PRAGMA
) : fd2pragma.c
11 @
$(ECHO
) "Compiling $(notdir $@)..."
12 @
$(HOST_CC
) $(HOST_CFLAGS
) $(USER_CFLAGS
) $(NOWARN_FLAGS
) $< -o
$@
15 @
$(RM
) -f
$(FD2PRAGMA
)