handle USER_INCLUDES via the CPPFLAGS
[AROS.git] / tools / fd2pragma / Makefile
blobddb884d7991026595a41e488fe2d9d09e0d45ad5
1 # Copyright © 2003-2016, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 NOWARN_FLAGS := -Wno-format-security
8 all : $(FD2PRAGMA)
10 $(FD2PRAGMA) : fd2pragma.c
11 @$(ECHO) "Compiling $(notdir $@)..."
12 @$(HOST_CC) $(HOST_CFLAGS) $(USER_CFLAGS) $(NOWARN_FLAGS) $< -o $@
14 clean:
15 @$(RM) -f $(FD2PRAGMA)