Files
PX4-Autopilot/build/catkin_generated/setup_cached.sh
T
2014-08-28 10:58:46 +02:00

20 lines
1.3 KiB
Bash
Executable File

#!/usr/bin/env sh
# generated from catkin/python/catkin/environment_cache.py
# based on a snapshot of the environment before and after calling the setup script
# it emulates the modifications of the setup script without recurring computations
# new environment variables
# modified environment variables
export CATKIN_TEST_RESULTS_DIR="/home/roman/src/Firmware/build/test_results"
export CMAKE_PREFIX_PATH="/home/roman/src/Firmware/devel:$CMAKE_PREFIX_PATH"
export CPATH="/home/roman/src/Firmware/devel/include:$CPATH"
export LD_LIBRARY_PATH="/home/roman/src/Firmware/devel/lib:/home/roman/src/Firmware/devel/lib/x86_64-linux-gnu:/home/roman/catkin_ws/devel/lib/x86_64-linux-gnu:/opt/ros/indigo/lib/x86_64-linux-gnu:/home/roman/catkin_ws/devel/lib:/opt/ros/indigo/lib"
export PATH="/home/roman/src/Firmware/devel/bin:$PATH"
export PKG_CONFIG_PATH="/home/roman/src/Firmware/devel/lib/pkgconfig:/home/roman/src/Firmware/devel/lib/x86_64-linux-gnu/pkgconfig:$PKG_CONFIG_PATH"
export PWD="/home/roman/src/Firmware/build"
export PYTHONPATH="/home/roman/src/Firmware/devel/lib/python2.7/dist-packages:$PYTHONPATH"
export ROSLISP_PACKAGE_DIRECTORIES="/home/roman/src/Firmware/devel/share/common-lisp:$ROSLISP_PACKAGE_DIRECTORIES"
export ROS_PACKAGE_PATH="/home/roman/src/Firmware/src:$ROS_PACKAGE_PATH"
export ROS_TEST_RESULTS_DIR="/home/roman/src/Firmware/build/test_results"