1 # Copyright © 2000, The AROS Development Team. All rights reserved.
4 # Desc: Makefile to create the (soon to be obsolete) cpak
7 USER_CFLAGS
:= -Wall
-Wunused
-O2
8 -include $(TOP
)/config
/make.cfg
14 HOST_CFLAGS ?
= $(USER_CFLAGS
)
19 @
$(MECHO
) "Compiling $(notdir $@)..."
20 @
$(HOST_CC
) $(HOST_CFLAGS
) $< -o
$@
21 @
$(HOST_STRIP
) $(CPAK
)