===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
caja-1.24.0/autogen.sh-3-
caja-1.24.0/autogen.sh:4:srcdir=`dirname $0`
caja-1.24.0/autogen.sh-5-test -z "$srcdir" && srcdir=.
##############################################
caja-1.24.0/configure.ac-265-LIBEGG_MODULES="gtk+-3.0"
caja-1.24.0/configure.ac:266:LIBEGG_CFLAGS="`$PKG_CONFIG --cflags $LIBEGG_MODULES`"
caja-1.24.0/configure.ac-267-AC_SUBST(LIBEGG_CFLAGS)
caja-1.24.0/configure.ac:268:LIBEGG_LIBS="`$PKG_CONFIG --libs $LIBEGG_MODULES`"
caja-1.24.0/configure.ac-269-AC_SUBST(LIBEGG_LIBS)
##############################################
caja-1.24.0/configure.ac-272-LIBCAJA_EXTENSION_MODULES="glib-2.0 gtk+-3.0"
caja-1.24.0/configure.ac:273:LIBCAJA_EXTENSION_CFLAGS="`$PKG_CONFIG --cflags $LIBCAJA_EXTENSION_MODULES`"
caja-1.24.0/configure.ac-274-AC_SUBST(LIBCAJA_EXTENSION_CFLAGS)
caja-1.24.0/configure.ac:275:LIBCAJA_EXTENSION_LIBS="`$PKG_CONFIG --libs $LIBCAJA_EXTENSION_MODULES`"
caja-1.24.0/configure.ac-276-AC_SUBST(LIBCAJA_EXTENSION_LIBS)
##############################################
caja-1.24.0/configure.ac-280-CORE_MODULES="glib-2.0 $GMODULE_ADD mate-desktop-2.0 gthread-2.0 gio-2.0 gio-unix-2.0 gail-3.0 libxml-2.0 $EXTRA_CORE_MODULES gtk+-3.0 x11"
caja-1.24.0/configure.ac:281:CORE_CFLAGS="`$PKG_CONFIG --cflags $CORE_MODULES`"
caja-1.24.0/configure.ac-282-AC_SUBST(CORE_CFLAGS)
caja-1.24.0/configure.ac:283:CORE_LIBS="`$PKG_CONFIG --libs $CORE_MODULES`"
caja-1.24.0/configure.ac-284-AC_SUBST(CORE_LIBS)
##############################################
caja-1.24.0/data/icons/Makefile.am-43-	for icon in $(public_icons); do \
caja-1.24.0/data/icons/Makefile.am:44:		THEME=`echo $$icon | cut -d_ -f1`; \
caja-1.24.0/data/icons/Makefile.am:45:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
caja-1.24.0/data/icons/Makefile.am:46:		SIZE=`echo $$icon | cut -d_ -f3`; \
caja-1.24.0/data/icons/Makefile.am:47:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
caja-1.24.0/data/icons/Makefile.am-48-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
caja-1.24.0/data/icons/Makefile.am-51-	for icon in $(private_icons); do \
caja-1.24.0/data/icons/Makefile.am:52:		THEME=`echo $$icon | cut -d_ -f1`; \
caja-1.24.0/data/icons/Makefile.am:53:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
caja-1.24.0/data/icons/Makefile.am:54:		SIZE=`echo $$icon | cut -d_ -f3`; \
caja-1.24.0/data/icons/Makefile.am:55:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
caja-1.24.0/data/icons/Makefile.am-56-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
caja-1.24.0/data/icons/Makefile.am-61-	-for icon in $(public_icons); do \
caja-1.24.0/data/icons/Makefile.am:62:		THEME=`echo $$icon | cut -d_ -f1`; \
caja-1.24.0/data/icons/Makefile.am:63:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
caja-1.24.0/data/icons/Makefile.am:64:		SIZE=`echo $$icon | cut -d_ -f3`; \
caja-1.24.0/data/icons/Makefile.am:65:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
caja-1.24.0/data/icons/Makefile.am-66-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
caja-1.24.0/data/icons/Makefile.am-68-	for icon in $(private_icons); do \
caja-1.24.0/data/icons/Makefile.am:69:		THEME=`echo $$icon | cut -d_ -f1`; \
caja-1.24.0/data/icons/Makefile.am:70:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
caja-1.24.0/data/icons/Makefile.am:71:		SIZE=`echo $$icon | cut -d_ -f3`; \
caja-1.24.0/data/icons/Makefile.am:72:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
caja-1.24.0/data/icons/Makefile.am-73-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
caja-1.24.0/git.mk-176-	@any_failed=; \
caja-1.24.0/git.mk:177:		find "`test -z "$(top_srcdir)" && echo . || echo "$(top_srcdir)"`" -name Makefile.am | while read x; do \
caja-1.24.0/git.mk-178-		if grep 'include .*/git.mk' $$x >/dev/null; then \
##############################################
caja-1.24.0/git.mk-375-	} | \
caja-1.24.0/git.mk:376:	sed "s@^/`echo "$(srcdir)" | sed 's/\(.\)/[\1]/g'`/@/@" | \
caja-1.24.0/git.mk-377-	sed 's@/[.]/@/@g' | \
##############################################
caja-1.24.0/po/uz.po-3032-msgid "When to show thumbnails of image files"
caja-1.24.0/po/uz.po:3033:msgstr "Rasm fayllarning miniatyurasi koʻrsatilishi"
caja-1.24.0/po/uz.po-3034-
##############################################
caja-1.24.0/po/uz.po-4646-msgid "Image Type:"
caja-1.24.0/po/uz.po:4647:msgstr "Rasm turi:"
caja-1.24.0/po/uz.po-4648-
##############################################
caja-1.24.0/po/uz.po-4662-msgid "Failed to load image information"
caja-1.24.0/po/uz.po:4663:msgstr "Rasm maʼlumotini yuklab boʻlmadi"
caja-1.24.0/po/uz.po-4664-
##############################################
caja-1.24.0/po/uz.po-4711-msgid "The file that you dropped is not an image."
caja-1.24.0/po/uz.po:4712:msgstr "Ushlab olib qoʻyilgan fayl rasm fayli emas."
caja-1.24.0/po/uz.po-4713-
##############################################
caja-1.24.0/po/uz.po-5204-msgid "Select an Image File for the New Emblem"
caja-1.24.0/po/uz.po:5205:msgstr "Yangi emblema uchun rasm faylini tanlang"
caja-1.24.0/po/uz.po-5206-
##############################################
caja-1.24.0/po/uz.po-5266-msgid "Sorry, but \"%s\" is not a usable image file."
caja-1.24.0/po/uz.po:5267:msgstr "Kechirasiz, \"%s\" qoʻllab boʻladigan rasm fayli emas."
caja-1.24.0/po/uz.po-5268-
##############################################
caja-1.24.0/po/uz.po-5270-msgid "The file is not an image."
caja-1.24.0/po/uz.po:5271:msgstr "Fayl rasm emas."
caja-1.24.0/po/uz.po-5272-