1 # Copyright © 2003, The AROS Development Team. All rights reserved.
4 include $(TOP
)/config
/make.cfg
6 USER_CFLAGS
:= -Wall
-Wstrict-prototypes
'-DVERSION="1.37"' -g
-O2
10 $(FD2INLINE
) : fd2inline.c
11 @
$(ECHO
) "Compiling $(notdir $@)..."
12 @
$(HOST_CC
) $(HOST_CFLAGS
) $(USER_CFLAGS
) $< -o
$@
15 @
$(RM
) -f
$(FD2INLINE
)