1 # Copyright © 2003, The AROS Development Team. All rights reserved.
4 include $(TOP
)/config
/make.cfg
8 $(FD2PRAGMA
) : fd2pragma.c
9 @
$(ECHO
) "Compiling $(notdir $@)..."
10 @
$(HOST_CC
) $(HOST_CFLAGS
) $(USER_CFLAGS
) $< -o
$@
13 @
$(RM
) -f
$(FD2PRAGMA
)