===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xaos-4.2/NEWS-298-Evaluator) library for several months. XaoS-3.3 can be compiled using
xaos-4.2/NEWS:299:both NASM (Netwide Assembler) or GSL (GNU Scientific Library) for the
xaos-4.2/NEWS-300-underlying complex arithmetic used by SFFE. For more information about
##############################################
xaos-4.2/XaoS.pro-64-
xaos-4.2/XaoS.pro:65:include($$PWD/i18n/i18n.pri)
xaos-4.2/XaoS.pro:66:include($$PWD/src/include/include.pri)
xaos-4.2/XaoS.pro:67:include($$PWD/src/ui/ui.pri)
xaos-4.2/XaoS.pro:68:include($$PWD/src/engine/engine.pri)
xaos-4.2/XaoS.pro:69:include($$PWD/src/ui-hlp/ui-hlp.pri)
xaos-4.2/XaoS.pro:70:include($$PWD/src/util/util.pri)
xaos-4.2/XaoS.pro:71:include($$PWD/src/sffe/sffe.pri)
##############################################
xaos-4.2/src/include/sffe.h-15-//	SFFE_CMPLX_GSL - uses GSL complex number routines
xaos-4.2/src/include/sffe.h:16://	SFFE_CMPLX_ASM - uses my asm complex unit (compile it with NASM)
xaos-4.2/src/include/sffe.h-17-/////////////////////////////////////////////////////////////////////////////////////*/
##############################################
xaos-4.2/tools/create-deb-17-MAINDIR=`cd ..; pwd`
xaos-4.2/tools/create-deb:18:XAOS_VERSION=`cat $MAINDIR/src/include/config.h | grep XaoS_VERSION | awk '{print $3}' | sed s/\"//g`
xaos-4.2/tools/create-deb-19-
##############################################
xaos-4.2/tools/dep-deb-versions-4-(ldd ../bin/xaos | awk '{if ($3=="") print $1; else print $3}' | while read LIB; do
xaos-4.2/tools/dep-deb-versions:5:  LIB2=`realpath $LIB`; (dpkg -S $LIB 2>/dev/null || dpkg -S $LIB2) \
xaos-4.2/tools/dep-deb-versions-6- | awk '{print $1}' | cut -d: -f1 ; done) | sort | uniq | xargs dpkg -l | grep :$ARCH \
##############################################
xaos-4.2/tools/xaf2cat-25-    }
xaos-4.2/tools/xaf2cat:26:export BASENAME=`basename $1 .xaf`
xaos-4.2/tools/xaf2cat-27-cp $1 $1.orig
##############################################
xaos-4.2/debian/changelog-422-    boxes.
xaos-4.2/debian/changelog:423:  * Don't build parts of i386.c because it has broken asm code that doesn't
xaos-4.2/debian/changelog-424-    work with newer gcc. Urk. Since none of those functions in that file