Subversion Repositories DevTools

Rev

Rev 239 | Rev 3967 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# -*- mode: mak; tabs: 8; -*-
##############################################################################
# Unix host toolset:
###############################################################################
#

echo        := echo
cmdfile     := $(GBE_BIN)/cmdfile
rm          := rm
cp          := $(GBE_BIN)/cp
mv          := mv
mkdir       := mkdir
rmdir       := rmdir
chmod       := chmod
pwd         := pwd
grep        := grep
touch       := touch
awk         := nawk

flex        := $(GBE_BIN)/flex
yacc        := $(GBE_BIN)/yacc
rpcgen      := rpcgen
printenv    := env

pathsep     := :

#