===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
onscripter-20200722/Makefile.iPhone-7-
onscripter-20200722/Makefile.iPhone:8:INCS = `$(PREF)/bin/sdl-config --cflags` `$(PREF)/bin/freetype-config --cflags`
onscripter-20200722/Makefile.iPhone:9:#LIBS = `$(PREF)/bin/sdl-config --libs` -lSDL_ttf -lSDL_image -lSDL_mixer -lSDL -lvorbisidec -lfreetype -ljpeg -lpng -lbz2 -lz
onscripter-20200722/Makefile.iPhone:10:LIBS = `$(PREF)/bin/sdl-config --libs` \
onscripter-20200722/Makefile.iPhone-11-	$(PREF)/lib/libSDL_ttf.a \
##############################################
onscripter-20200722/Makefile.WinCE-7-
onscripter-20200722/Makefile.WinCE:8:INCS = `$(PREF)/bin/sdl-config --cflags` `$(PREF)/bin/freetype-config --cflags`
onscripter-20200722/Makefile.WinCE-9-
onscripter-20200722/Makefile.WinCE:10:LIBS = -static `$(PREF)/bin/sdl-config --libs` -lSDL_ttf -lSDL_image -lSDL_mixer -lSDL -lfreetype -ljpeg -lpng -lz -lbz2
onscripter-20200722/Makefile.WinCE-11-
##############################################
onscripter-20200722/Makefile.GP2X-7-
onscripter-20200722/Makefile.GP2X:8:INCS = `$(PREF)/bin/sdl-config --cflags` `$(PREF)/bin/freetype-config --cflags`
onscripter-20200722/Makefile.GP2X-9-
onscripter-20200722/Makefile.GP2X:10:LIBS = -static `$(PREF)/bin/sdl-config --static-libs` -lSDL_ttf -lSDL_image -lSDL_mixer -lSDL -lmikmod -lfreetype -ljpeg -lpng -lz -lbz2 -lvorbisidec
onscripter-20200722/Makefile.GP2X-11-
##############################################
onscripter-20200722/Makefile.iPodLinux-10-
onscripter-20200722/Makefile.iPodLinux:11:INCS = `$(PREF)/bin/sdl-config --cflags` `$(PREF)/bin/freetype-config --cflags`
onscripter-20200722/Makefile.iPodLinux-12-
onscripter-20200722/Makefile.iPodLinux:13:LIBS = `$(PREF)/bin/sdl-config --libs` -lSDL_ttf -lSDL_image -lSDL_mixer -lSDL -lfreetype -ljpeg -lbz2
onscripter-20200722/Makefile.iPodLinux-14-
##############################################
onscripter-20200722/debian/rules-30-ifneq (,$(DEB_MP3MAD_FLAG))
onscripter-20200722/debian/rules:31:CONFINCS += `$(PKG_CONFIG) --cflags mad`
onscripter-20200722/debian/rules:32:CONFLIBS += `$(PKG_CONFIG) --libs mad`
onscripter-20200722/debian/rules-33-CONFDEFS += -DMP3_MAD
##############################################
onscripter-20200722/debian/rules-51-ifneq (,$(DEB_VORBIS_FLAG))
onscripter-20200722/debian/rules:52:CONFINCS += `$(PKG_CONFIG) --cflags vorbisfile`
onscripter-20200722/debian/rules:53:CONFLIBS += `$(PKG_CONFIG) --libs vorbisfile`
onscripter-20200722/debian/rules-54-CONFDEFS += -DUSE_OGG_VORBIS
##############################################
onscripter-20200722/debian/rules-59-ifneq (,$(DEB_FONTCONFIG_FLAG))
onscripter-20200722/debian/rules:60:CONFINCS += `$(PKG_CONFIG) --cflags fontconfig`
onscripter-20200722/debian/rules:61:CONFLIBS += `$(PKG_CONFIG) --libs fontconfig`
onscripter-20200722/debian/rules-62-CONFDEFS += -DUSE_FONTCONFIG
##############################################
onscripter-20200722/debian/rules-66-ifneq (,$(DEB_LUA_FLAG))
onscripter-20200722/debian/rules:67:CONFINCS += `$(PKG_CONFIG) --cflags lua5.2`
onscripter-20200722/debian/rules:68:CONFLIBS += `$(PKG_CONFIG) --libs lua5.2`
onscripter-20200722/debian/rules-69-CONFDEFS += -DUSE_LUA
##############################################
onscripter-20200722/debian/tests/hello01-8-S1=`date +%s%N`
onscripter-20200722/debian/tests/hello01:9:START_TIME=`expr $S1 / 1000000`
onscripter-20200722/debian/tests/hello01-10-if [ x"$DEBUG1" = x ]; then
##############################################
onscripter-20200722/debian/tests/hello01-15-S21=`date +%s%N`
onscripter-20200722/debian/tests/hello01:16:S2=`expr $S21 / 1000000`
onscripter-20200722/debian/tests/hello01:17:ELAPSED_TIME=`expr $S2 - $START_TIME`
onscripter-20200722/debian/tests/hello01-18-
##############################################
onscripter-20200722/debian/tests/hello02-11-S1=`date +%s%N`
onscripter-20200722/debian/tests/hello02:12:START_TIME=`expr $S1 / 1000000`
onscripter-20200722/debian/tests/hello02-13-if [ x"$DEBUG1" = x ]; then
##############################################
onscripter-20200722/debian/tests/hello02-18-S21=`date +%s%N`
onscripter-20200722/debian/tests/hello02:19:S2=`expr $S21 / 1000000`
onscripter-20200722/debian/tests/hello02:20:ELAPSED_TIME=`expr $S2 - $START_TIME`
onscripter-20200722/debian/tests/hello02-21-
##############################################
onscripter-20200722/debian/tests/hello03-10-S1=`date +%s%N`
onscripter-20200722/debian/tests/hello03:11:START_TIME=`expr $S1 / 1000000`
onscripter-20200722/debian/tests/hello03-12-if [ x"$DEBUG1" = x ]; then
##############################################
onscripter-20200722/debian/tests/hello03-17-S21=`date +%s%N`
onscripter-20200722/debian/tests/hello03:18:S2=`expr $S21 / 1000000`
onscripter-20200722/debian/tests/hello03:19:ELAPSED_TIME=`expr $S2 - $START_TIME`
onscripter-20200722/debian/tests/hello03-20-