===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/zlib.h-1117-     8: DEBUG
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/zlib.h:1118:     9: ASMV or ASMINF -- use ASM code
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/zlib.h-1119-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/Makefile.in-9-
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/Makefile.in:10:# To use the asm code, type:
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/Makefile.in-11-#    cp contrib/asm?86/match.S ./match.S
##############################################
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/Makefile.in-64-
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/Makefile.in:65:# to use the asm code: make OBJA=match.o, PIC_OBJA=match.lo
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/Makefile.in-66-OBJA =
##############################################
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/deflate.c-88-#ifdef ASMV
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/deflate.c:89:      void match_init OF((void)); /* asm code initialization */
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/deflate.c-90-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/deflate.c-1128-#ifdef ASMV
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/deflate.c:1129:    match_init(); /* initialize the asm code */
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/deflate.c-1130-#endif
##############################################
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/deflate.c-1144-#ifndef ASMV
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/deflate.c:1145:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/deflate.c-1146- * match.S. The code will be functionally equivalent.
##############################################
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/crc32.c-187-/* =========================================================================
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/crc32.c:188: * This function can be used by asm versions of crc32()
mapsembler2-2.2.4+dfsg1/thirdparty/zlib/crc32.c-189- */
##############################################
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86_64_msvc.asm-311-
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86_64_msvc.asm:312:;	the same asm code as in addvector_x64 only two instructions 'adc' changed to 'sbb'
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86_64_msvc.asm-313-
##############################################
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86_64.h-84-		we have following types:
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86_64.h:85:		  asm_vc_32   - with asm code designed for Microsoft Visual C++ (32 bits)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86_64.h:86:		  asm_gcc_32  - with asm code designed for GCC (32 bits)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86_64.h:87:		  asm_vc_64   - with asm for VC (64 bit)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86_64.h:88:		  asm_gcc_64  - with asm for GCC (64 bit)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86_64.h:89:		  no_asm_32   - pure C++ version (32 bit) - without any asm code
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86_64.h:90:		  no_asm_64   - pure C++ version (64 bit) - without any asm code
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86_64.h-91-	*/
##############################################
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86_64.h-578-		
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86_64.h:579:		//	the asm code is nearly the same as in AddVector
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86_64.h-580-		//	only two instructions 'adc' are changed to 'sbb'
##############################################
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86.h-65-		we have following types:
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86.h:66:		  asm_vc_32   - with asm code designed for Microsoft Visual C++ (32 bits)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86.h:67:		  asm_gcc_32  - with asm code designed for GCC (32 bits)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86.h:68:		  asm_vc_64   - with asm for VC (64 bit)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86.h:69:		  asm_gcc_64  - with asm for GCC (64 bit)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86.h:70:		  no_asm_32   - pure C++ version (32 bit) - without any asm code
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86.h:71:		  no_asm_64   - pure C++ version (64 bit) - without any asm code
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86.h-72-	*/
##############################################
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86.h-783-			/*
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86.h:784:				the asm code is nearly the same as in AddVector
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_x86.h-785-				only two instructions 'adc' are changed to 'sbb'
##############################################
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_noasm.h-57-		we have following types:
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_noasm.h:58:		  asm_vc_32   - with asm code designed for Microsoft Visual C++ (32 bits)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_noasm.h:59:		  asm_gcc_32  - with asm code designed for GCC (32 bits)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_noasm.h:60:		  asm_vc_64   - with asm for VC (64 bit)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_noasm.h:61:		  asm_gcc_64  - with asm for GCC (64 bit)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_noasm.h:62:		  no_asm_32   - pure C++ version (32 bit) - without any asm code
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_noasm.h:63:		  no_asm_64   - pure C++ version (64 bit) - without any asm code
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_noasm.h-64-	*/
##############################################
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_noasm.h-101-
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_noasm.h:102:		this method is created only when TTMATH_NOASM macro is defined
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_noasm.h-103-	*/
##############################################
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_noasm.h-288-
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_noasm.h:289:		this method is created only when TTMATH_NOASM macro is defined
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathuint_noasm.h-290-	*/
##############################################
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h-107-/*!
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h:108:	asm version of the library is available by default only for:
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h-109-	x86 and amd64 platforms and for Microsoft Visual and GCC compilers
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h-110-
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h:111:	but you can force using asm version (the same asm as for Microsoft Visual)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h:112:	by defining TTMATH_FORCEASM macro
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h:113:	you have to be sure that your compiler accept such an asm format
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h-114-*/
##############################################
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h-127-
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h:128:			asm version is available only for x86 or amd64 platforms
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h-129-		*/
##############################################
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h-136-		/*!
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h:137:			another compilers than MS VC or GCC by default use no asm version
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h-138-		*/
##############################################
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h-318-		lib type codes:
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h:319:		  asm_vc_32   - with asm code designed for Microsoft Visual C++ (32 bits)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h:320:		  asm_gcc_32  - with asm code designed for GCC (32 bits)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h:321:		  asm_vc_64   - with asm for VC (64 bit)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h:322:		  asm_gcc_64  - with asm for GCC (64 bit)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h:323:		  no_asm_32   - pure C++ version (32 bit) - without any asm code
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h:324:		  no_asm_64   - pure C++ version (64 bit) - without any asm code
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathtypes.h-325-	*/
##############################################
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathbig.h-137-		we have following types:
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathbig.h:138:		  asm_vc_32   - with asm code designed for Microsoft Visual C++ (32 bits)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathbig.h:139:		  asm_gcc_32  - with asm code designed for GCC (32 bits)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathbig.h:140:		  asm_vc_64   - with asm for VC (64 bit)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathbig.h:141:		  asm_gcc_64  - with asm for GCC (64 bit)
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathbig.h:142:		  no_asm_32   - pure C++ version (32 bit) - without any asm code
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathbig.h:143:		  no_asm_64   - pure C++ version (64 bit) - without any asm code
mapsembler2-2.2.4+dfsg1/minia/ttmath/ttmathbig.h-144-	*/
##############################################
mapsembler2-2.2.4+dfsg1/mapsembler2_extremities/thirdparty/gatb-core/thirdparty/emphf/perfutils.hpp-20-    inline void do_not_optimize_away(T&& datum) {
mapsembler2-2.2.4+dfsg1/mapsembler2_extremities/thirdparty/gatb-core/thirdparty/emphf/perfutils.hpp:21:        asm volatile("" : "+r" (datum));
mapsembler2-2.2.4+dfsg1/mapsembler2_extremities/thirdparty/gatb-core/thirdparty/emphf/perfutils.hpp-22-    }
##############################################
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile-10-	space:= $(empty) $(empty)
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile:11:	GCCVERSIONSTRING := $(shell expr `$(CXX) -dumpversion`)
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile-12-	#Create version number without "."
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile:13:	GCCVERSION := $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f1 -d.)
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile:14:	GCCVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f2 -d.)
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile:15:	GCCVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f3 -d.)
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile-16-	# Make sure the version number has at least 3 decimals
##############################################
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile-20-	# Crop the version number to 3 decimals.
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile:21:	GCCVERSION := $(shell expr `echo $(GCCVERSION)` | cut -b1-3)
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile-22-
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile:23:	INT_GCC_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 470)
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile-24-
##############################################
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile-32-	space:= $(empty) $(empty)
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile:33:	CLANGVERSIONSTRING := $(shell expr `$(CXX) -dumpversion`)
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile-34-	#Create version number without "."
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile:35:	CLANGVERSION := $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f1 -d.)
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile:36:	CLANGVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f2 -d.)
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile:37:	CLANGVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f3 -d.)
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile-38-	# Make sure the version number has at least 3 decimals
##############################################
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile-42-	# Crop the version number to 3 decimals.
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile:43:	CLANGVERSION := $(shell expr `echo $(GCCVERSION)` | cut -b1-3)
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile-44-
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile:45:	INT_CLANG_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 360)
mapsembler2-2.2.4+dfsg1/mapsembler2_extend/makefile-46-
##############################################
mapsembler2-2.2.4+dfsg1/compile_all_tools.sh-234-echo -e "\t 2/ replace PATH_RS=\"./tools\" by PATH_RS=\"\" in the \"run_mapsembler_and_phaser.sh\" configuration file"
mapsembler2-2.2.4+dfsg1/compile_all_tools.sh:235:MY_PATH="`( cd \"$MY_PATH\" && pwd )`"  # absolutized and normalized
mapsembler2-2.2.4+dfsg1/compile_all_tools.sh-236-if [ -z "$MY_PATH" ] ; then
##############################################
mapsembler2-2.2.4+dfsg1/debian/createmanpages-4-
mapsembler2-2.2.4+dfsg1/debian/createmanpages:5:VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*://' -e 's/-.*//' -e 's/[+~]dfsg$//'`
mapsembler2-2.2.4+dfsg1/debian/createmanpages-6-NAME=`grep "^Description:" debian/control | sed 's/^Description: *//' | head -n1`
##############################################
mapsembler2-2.2.4+dfsg1/debian/patches/cross.patch-31- 	space:= $(empty) $(empty)
mapsembler2-2.2.4+dfsg1/debian/patches/cross.patch:32:-	GCCVERSIONSTRING := $(shell expr `$(CC) -dumpversion`)
mapsembler2-2.2.4+dfsg1/debian/patches/cross.patch:33:+	GCCVERSIONSTRING := $(shell expr `$(CXX) -dumpversion`)
mapsembler2-2.2.4+dfsg1/debian/patches/cross.patch-34- 	#Create version number without "."
mapsembler2-2.2.4+dfsg1/debian/patches/cross.patch:35: 	GCCVERSION := $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f1 -d.)
mapsembler2-2.2.4+dfsg1/debian/patches/cross.patch:36: 	GCCVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f2 -d.)
mapsembler2-2.2.4+dfsg1/debian/patches/cross.patch-37-@@ -30,7 +30,7 @@
##############################################
mapsembler2-2.2.4+dfsg1/debian/patches/cross.patch-40- 	space:= $(empty) $(empty)
mapsembler2-2.2.4+dfsg1/debian/patches/cross.patch:41:-	CLANGVERSIONSTRING := $(shell expr `$(CC) -dumpversion`)
mapsembler2-2.2.4+dfsg1/debian/patches/cross.patch:42:+	CLANGVERSIONSTRING := $(shell expr `$(CXX) -dumpversion`)
mapsembler2-2.2.4+dfsg1/debian/patches/cross.patch-43- 	#Create version number without "."
mapsembler2-2.2.4+dfsg1/debian/patches/cross.patch:44: 	CLANGVERSION := $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f1 -d.)
mapsembler2-2.2.4+dfsg1/debian/patches/cross.patch:45: 	CLANGVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f2 -d.)
mapsembler2-2.2.4+dfsg1/debian/patches/cross.patch-46-@@ -110,10 +110,10 @@
##############################################
mapsembler2-2.2.4+dfsg1/.pc/run_pipeline/run_mapsembler2_pipeline.sh-147-#######################################################################
mapsembler2-2.2.4+dfsg1/.pc/run_pipeline/run_mapsembler2_pipeline.sh:148:MY_PATH="`( cd \"$MY_PATH\" && pwd )`"  # absolutized and normalized
mapsembler2-2.2.4+dfsg1/.pc/run_pipeline/run_mapsembler2_pipeline.sh-149-if [ -z "$MY_PATH" ] ; then
##############################################
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile-10-	space:= $(empty) $(empty)
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile:11:	GCCVERSIONSTRING := $(shell expr `$(CC) -dumpversion`)
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile-12-	#Create version number without "."
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile:13:	GCCVERSION := $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f1 -d.)
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile:14:	GCCVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f2 -d.)
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile:15:	GCCVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f3 -d.)
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile-16-	# Make sure the version number has at least 3 decimals
##############################################
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile-20-	# Crop the version number to 3 decimals.
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile:21:	GCCVERSION := $(shell expr `echo $(GCCVERSION)` | cut -b1-3)
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile-22-
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile:23:	INT_GCC_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 470)
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile-24-
##############################################
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile-32-	space:= $(empty) $(empty)
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile:33:	CLANGVERSIONSTRING := $(shell expr `$(CC) -dumpversion`)
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile-34-	#Create version number without "."
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile:35:	CLANGVERSION := $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f1 -d.)
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile:36:	CLANGVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f2 -d.)
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile:37:	CLANGVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f3 -d.)
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile-38-	# Make sure the version number has at least 3 decimals
##############################################
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile-42-	# Crop the version number to 3 decimals.
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile:43:	CLANGVERSION := $(shell expr `echo $(GCCVERSION)` | cut -b1-3)
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile-44-
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile:45:	INT_CLANG_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 360)
mapsembler2-2.2.4+dfsg1/.pc/add_hardening/mapsembler2_extend/makefile-46-
##############################################
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile-10-	space:= $(empty) $(empty)
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile:11:	GCCVERSIONSTRING := $(shell expr `$(CC) -dumpversion`)
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile-12-	#Create version number without "."
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile:13:	GCCVERSION := $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f1 -d.)
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile:14:	GCCVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f2 -d.)
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile:15:	GCCVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f3 -d.)
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile-16-	# Make sure the version number has at least 3 decimals
##############################################
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile-20-	# Crop the version number to 3 decimals.
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile:21:	GCCVERSION := $(shell expr `echo $(GCCVERSION)` | cut -b1-3)
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile-22-
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile:23:	INT_GCC_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 470)
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile-24-
##############################################
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile-32-	space:= $(empty) $(empty)
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile:33:	CLANGVERSIONSTRING := $(shell expr `$(CC) -dumpversion`)
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile-34-	#Create version number without "."
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile:35:	CLANGVERSION := $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f1 -d.)
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile:36:	CLANGVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f2 -d.)
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile:37:	CLANGVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f3 -d.)
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile-38-	# Make sure the version number has at least 3 decimals
##############################################
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile-42-	# Crop the version number to 3 decimals.
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile:43:	CLANGVERSION := $(shell expr `echo $(GCCVERSION)` | cut -b1-3)
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile-44-
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile:45:	INT_CLANG_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 360)
mapsembler2-2.2.4+dfsg1/.pc/cross.patch/mapsembler2_extend/makefile-46-
##############################################
mapsembler2-2.2.4+dfsg1/run_mapsembler2_pipeline.sh-147-#######################################################################
mapsembler2-2.2.4+dfsg1/run_mapsembler2_pipeline.sh:148:MY_PATH="`( cd \"$MY_PATH\" && pwd )`"  # absolutized and normalized
mapsembler2-2.2.4+dfsg1/run_mapsembler2_pipeline.sh-149-if [ -z "$MY_PATH" ] ; then