===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-bioc-lpsymphony-1.18.0+dfsg/configure-66-		        echo -e "* Defaulting to clang/clang++"
r-bioc-lpsymphony-1.18.0+dfsg/configure:67:		        CC="`${R} CMD config CC`"
r-bioc-lpsymphony-1.18.0+dfsg/configure:68:			CXX="`${R} CMD config CXX`"
r-bioc-lpsymphony-1.18.0+dfsg/configure-69-			if [ -z "$OMP_FLAG" ]; then
##############################################
r-bioc-lpsymphony-1.18.0+dfsg/configure-104-		CXXFLAGS="-w -g -O2" \
r-bioc-lpsymphony-1.18.0+dfsg/configure:105:		CC="`${R} CMD config CC`" \
r-bioc-lpsymphony-1.18.0+dfsg/configure:106:		#CPP="`${R} CMD config CPP`" \
r-bioc-lpsymphony-1.18.0+dfsg/configure:107:		CXX="`${R} CMD config CXX`" \
r-bioc-lpsymphony-1.18.0+dfsg/configure:108:		#CXXCPP="`${R} CMD config CXXCPP`" \
r-bioc-lpsymphony-1.18.0+dfsg/configure:109:		F77="`${R} CMD config FC`" \
r-bioc-lpsymphony-1.18.0+dfsg/configure:110:		FLIBS="`${R} CMD config FLIBS`")
r-bioc-lpsymphony-1.18.0+dfsg/configure-111-	    SYMPHONY_LIBS="-lSym -lCgl -lOsiClp -lClp -lOsi -lCoinUtils"
##############################################
r-bioc-lpsymphony-1.18.0+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-bioc-lpsymphony-1.18.0+dfsg/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-bioc-lpsymphony-1.18.0+dfsg/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM