![]() |
|
|||
File indexing completed on 2024-11-19 23:20:31
0001 #!/bin/bash 0002 0003 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 0004 0005 if [[ $1 == "--libs" ]]; then 0006 echo "-L$DIR -lrooutil" 0007 elif [[ $1 == "--include" ]]; then 0008 echo "-I$DIR" 0009 elif [[ $1 == "--rooutil-path" ]]; then 0010 echo "$DIR" 0011 else 0012 echo -I$DIR -L$DIR -lrooutil 0013 fi 0014
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |