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_CPP := @aros_host_cpp@
14 HOST_CC := @aros_cc_pre@ @aros_host_cc@
15 HOST_CFLAGS := @aros_host_cflags@
16 HOST_CXX := @aros_host_cxx@
17 HOST_CXXFLAGS := @aros_host_cflags@ @aros_host_cxxflags@
18 HOST_LD := @aros_host_ld@
19 HOST_MAKE := @aros_host_make@
20 HOST_LDFLAGS := @aros_host_ldflags@
21 HOST_DEBUG := @aros_host_debug@
22 HOST_MKDEP := @aros_host_mkdep@
23 MKARGS := @aros_host_mkargs@
25 HOST_IQUOTE := @host_cflags_iquote@
26 HOST_IQUOTE_END := @host_cflags_iquote_end@
28 HOST_GNU89_INLINE := @gnu89_inline@
30 HOST_AR := @aros_host_ar@
31 HOST_RANLIB := @aros_host_ranlib@
32 HOST_STRIP := @aros_host_strip@
33 HOST_EXE_SUFFIX := @aros_host_exe_suffix@
34 HOST_LIB_SUFFIX := @aros_host_lib_suffix@
52 PNGTOPNM := @PNGTOPNM@
53 PPMTOILBM := @PPMTOILBM@
58 ANDROID := @android_tool@
61 # --------------------------------------------------------------------------