# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ # This eclass contains useful routines and variables for # Ada language packages. ECLASS=ada INHERITED="$INHERITED $ECLASS" newdepend virtual/gnat DESCRIPTION="Based on the ${ECLASS} eclass" # # You may override these variables in make.conf if necessary # # Ada compiler ADAC=${ADAC:-gcc} ADACFLAGS=${ADACFLAGS:-"${CFLAGS}"} # Ada make utility ADAMAKE=${ADAMAKE:-gnatmake} ADAMAKEFLAGS=${ADAMAKEFLAGS:-"-cargs ${ADACFLAGS} -margs ${MAKEOPTS}"} # Ada bind utility ADABIND=${ADABIND:-gnatbind} ADABINDFLAGS=${ADABINDFLAGS:-""}