# This file must be used with "source bin/activate" *from bash* # you cannot run it directly # TODO deactivate XCT=/mbari/LRAUV/Tools/linuxi64/cross-compile-tools export XCT PATH="/mbari/LRAUV/nxp/gcc-4.3.2-glibc-2.7/bin:$XCT/bin:$PATH" #PATH="/opt/nxp/gcc-4.3.2-glibc-2.7/bin:$XCT/bin:$PATH" #PATH="/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/bin:$XCT/bin:$PATH" export PATH #LRAUVROOT=/mbari/LRAUV/rootfs/2.6.27.8-nxp #LRAUVROOT=/mbari/LRAUV/rootfs/2.6.27.8 #LRAUVROOT=/mbari/LRAUV/rootfs/2.6.39.2 LRAUVROOT=/mbari/LRAUV/rootfs/2.6.27.8-nxp-middleware export LRAUVROOT CFLAGS="-I$LRAUVROOT/usr/include -I$LRAUVROOT/usr/local/include" CPPFLAGS="-I$LRAUVROOT/usr/include -I$LRAUVROOT/usr/local/include" LDFLAGS="-L$LRAUVROOT/usr/lib -L$LRAUVROOT/usr/local/lib" PKG_CONFIG_PATH="$LRAUVROOT/usr/lib/pkgconfig:$LRAUVROOT/usr/lib/local/pkgconfig" export CFLAGS export CPPFLAGS export LDFLAGS export PKG_CONFIG_PATH PS1="(LRAUV-XCT)[\u@\h \W]\\$ " export PS1 # This should detect bash and zsh, which have a hash command that must # be called to get it to forget past commands. Without forgetting # past commands the $PATH changes we made may not be respected if [ -n "$BASH" -o -n "$ZSH_VERSION" ] ; then hash -r fi