Fix IO memory access .. SB128 driver makes noises in VMWare - CMI is untested (Curren...
[AROS.git] / tools / fd2inline / Makefile
blob9452bb78b8724eba7073ee344a084cddbd0d93fe
1 # Copyright © 2003, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 USER_CFLAGS := -Wall -Wstrict-prototypes '-DVERSION="1.37"' -g -O2
8 all : $(FD2INLINE)
10 $(FD2INLINE) : fd2inline.c
11 @$(ECHO) "Compiling $(notdir $@)..."
12 @$(HOST_CC) $(HOST_CFLAGS) $(USER_CFLAGS) $< -o $@
14 clean:
15 @$(RM) -f $(FD2INLINE)