1 # Copyright © 1995-2001, The AROS Development Team. All rights reserved.
4 # Desc: host.cfg - an autoconf output file for make variables.
7 # --------------------------------------------------------------------------
9 # --------------------------------------------------------------------------
10 AROS_HOST_ARCH := @aros_host_arch@
11 AROS_HOST_CPU := @aros_host_cpu@
13 HOST_CC := @aros_cc_pre@ @aros_host_cc@
14 HOST_LD := @aros_host_ld@
15 HOST_MAKE := @aros_host_make@
16 HOST_CFLAGS := @aros_host_cflags@
17 HOST_LDFLAGS := @aros_host_ldflags@
18 HOST_DEBUG := @aros_host_debug@
19 HOST_MKDEP := @aros_host_mkdep@
20 MKARGS := @aros_host_mkargs@
22 HOST_IQUOTE := @host_cflags_iquote@
23 HOST_IQUOTE_END := @host_cflags_iquote_end@
25 HOST_GNU89_INLINE := @gnu89_inline@
27 HOST_AR := @aros_host_ar@
28 HOST_RANLIB := @aros_host_ranlib@
29 HOST_STRIP := @aros_host_strip@
30 HOST_EXE_SUFFIX := @aros_host_exe_suffix@
31 HOST_LIB_SUFFIX := @aros_host_lib_suffix@
49 PNGTOPNM := @PNGTOPNM@
50 PPMTOILBM := @PPMTOILBM@
55 ANDROID := @android_tool@
58 # --------------------------------------------------------------------------