# The default used for an unknown/unset MATRIX
# $Id: M_default,v 1.16 2007/03/22 16:51:37 tlaronde Exp $
#
# Copyright 2004 Thierry LARONDE <tlaronde@polynum.com>
# Public Domain. NO GUARANTEES!

#----- MATRIX environment dependent

OBJDIRPREFIX=${OBJDIRPREFIX:-$PROJECTDIR}
MATRIX=${MATRIX:-$(uname -s)}
MATRIX_ARCH=${MATRIX_ARCH:-$(uname -m)}
MATRIX_RELEASE=${MATRIX_RELEASE:-$(uname -r)}

# Headers and libraries shall be the ones of the TARGET! But
# these have to be accessible on the MATRIX, perhaps in a dedicated
# place, hence the prefix for the cross-lib and cross-headers.
#
M_CROSS_PATH_PREFIX=
SYS_LIB_PATH="/lib:/usr/lib"
HEADER_SEARCH_PATH="SYS"
LIB_SEARCH_PATH="SYS"

#----- There shall be a compile environment

include C_posix

