1 # Copyright © 1995-2018, 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_CPPFLAGS := @aros_host_cppflags@
15 HOST_DEF_CC := $(CC_PREFIX) @aros_host_def_cc@
16 HOST_CC := $(CC_PREFIX) @aros_host_cc@
17 HOST_CFLAGS := @aros_host_cflags@
18 HOST_CXX := @aros_host_cxx@
19 HOST_CXXFLAGS := @aros_host_cxxflags@
20 HOST_LD := @aros_host_ld@
21 HOST_MAKE := @aros_host_make@
22 HOST_LDFLAGS := @aros_host_ldflags@
23 HOST_DEBUG := @aros_host_debug@
24 HOST_MKDEP := @aros_host_mkdep@
25 MKARGS := @aros_host_mkargs@
27 HOST_IQUOTE := @host_cflags_iquote@
28 HOST_IQUOTE_END := @host_cflags_iquote_end@
30 HOST_GNU89_INLINE := @gnu89_inline@
32 HOST_AR := @aros_host_ar@
33 HOST_RANLIB := @aros_host_ranlib@
34 HOST_DEF_STRIP := @aros_host_strip@
35 HOST_EXE_SUFFIX := @aros_host_exe_suffix@
36 HOST_LIB_SUFFIX := @aros_host_lib_suffix@
54 PNGTOPNM := @PNGTOPNM@
55 PPMTOILBM := @PPMTOILBM@
59 HOST_FLEX_VERSION := @ax_cv_flex_version@
61 # host libpng for ilbmtoicon
62 HOST_LIBPNG := @libpng@
63 HOST_LIBPNG_INCLUDES := @libpng_incdir@
64 HOST_LIBPNG_LIBEXTRA := @libpng_libextra@
66 HOST_STAT_H_FIXUP := @host_stat_h__unused_used@
68 # --------------------------------------------------------------------------