===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
passwordsafe-1.11.0+dfsg/Misc/osx-build-wx-36-
passwordsafe-1.11.0+dfsg/Misc/osx-build-wx:37:`basename $1`: Runs wxWidgets configure script appropriately for building pwsafe
passwordsafe-1.11.0+dfsg/Misc/osx-build-wx-38-              You then run make to actually build it
##############################################
passwordsafe-1.11.0+dfsg/Misc/osx-build-wx-113-
passwordsafe-1.11.0+dfsg/Misc/osx-build-wx:114:WX_VER=`$CONF_SCRIPT -V | grep 'wxWidgets configure' | cut -d' ' -f3`
passwordsafe-1.11.0+dfsg/Misc/osx-build-wx-115-
##############################################
passwordsafe-1.11.0+dfsg/Misc/osx-build-wx-151-    # see http://wiki.wxwidgets.org/Development:_wxMac#Building_under_10.6_Snow_Leopard
passwordsafe-1.11.0+dfsg/Misc/osx-build-wx:152:    MIN_OSX_VER=`/usr/libexec/PlistBuddy -c "Print :DefaultProperties:MACOSX_DEPLOYMENT_TARGET" $SDKPATH/SDKSettings.plist`
passwordsafe-1.11.0+dfsg/Misc/osx-build-wx-153-
##############################################
passwordsafe-1.11.0+dfsg/Misc/mkversion.pl-54-if (-x $GIT && (-d ".git" || -d "../../../.git")) {
passwordsafe-1.11.0+dfsg/Misc/mkversion.pl:55:    $VERSTRING = `$GIT describe --all --always --dirty=+  --long`;
passwordsafe-1.11.0+dfsg/Misc/mkversion.pl-56-    chomp $VERSTRING;
##############################################
passwordsafe-1.11.0+dfsg/Misc/mkversion.pl-93-} else {
passwordsafe-1.11.0+dfsg/Misc/mkversion.pl:94:    `/usr/bin/diff -q $TMPFILE $OUTFILE > /dev/null`;
passwordsafe-1.11.0+dfsg/Misc/mkversion.pl-95-    if ($VERSTRING ne "local" && $? != 0) {
##############################################
passwordsafe-1.11.0+dfsg/src/core/Makefile-71-ifeq ($(CONFIG),debug)
passwordsafe-1.11.0+dfsg/src/core/Makefile:72:CPPFLAGS += -O0 -g -ggdb -D_DEBUG -DDEBUG `$(WX_CONFIG) --debug=yes --unicode=no --inplace --cxxflags`
passwordsafe-1.11.0+dfsg/src/core/Makefile-73-else ifeq ($(CONFIG),release)
passwordsafe-1.11.0+dfsg/src/core/Makefile:74:CPPFLAGS += -O -DNDEBUG `$(WX_CONFIG) --debug=no --unicode=no --inplace --libs`
passwordsafe-1.11.0+dfsg/src/core/Makefile-75-else ifeq ($(CONFIG),unicodedebug)
passwordsafe-1.11.0+dfsg/src/core/Makefile:76:CPPFLAGS += -O0 -g -ggdb -DUNICODE $(XERCESCPPFLAGS) -D_DEBUG -DDEBUG `$(WX_CONFIG) --debug=yes --unicode=yes --inplace --cxxflags`
passwordsafe-1.11.0+dfsg/src/core/Makefile-77-CFLAGS += -g
passwordsafe-1.11.0+dfsg/src/core/Makefile-78-else ifeq ($(CONFIG),unicoderelease)
passwordsafe-1.11.0+dfsg/src/core/Makefile:79:CPPFLAGS += -O -DUNICODE $(XERCESCPPFLAGS) -DNDEBUG `$(WX_CONFIG) --debug=no --unicode=yes --inplace --cxxflags`
passwordsafe-1.11.0+dfsg/src/core/Makefile-80-endif
##############################################
passwordsafe-1.11.0+dfsg/src/os/unix/Makefile-20-
passwordsafe-1.11.0+dfsg/src/os/unix/Makefile:21:CPPINC=`$(WX_CONFIG) --debug=no --unicode=yes --inplace --cxxflags`
passwordsafe-1.11.0+dfsg/src/os/unix/Makefile-22-
##############################################
passwordsafe-1.11.0+dfsg/src/test/Makefile-45-ifeq ($(CONFIG),debug)
passwordsafe-1.11.0+dfsg/src/test/Makefile:46:LDFLAGS += `$(WX_CONFIG) --debug=yes --unicode=no --libs`
passwordsafe-1.11.0+dfsg/src/test/Makefile-47-else ifeq ($(CONFIG),release)
passwordsafe-1.11.0+dfsg/src/test/Makefile:48:LDFLAGS += `$(WX_CONFIG) --debug=no --unicode=no --libs`
passwordsafe-1.11.0+dfsg/src/test/Makefile-49-else ifeq ($(CONFIG),unicodedebug)
passwordsafe-1.11.0+dfsg/src/test/Makefile:50:LDFLAGS += `$(WX_CONFIG) --debug=yes --unicode=yes --libs`
passwordsafe-1.11.0+dfsg/src/test/Makefile-51-else ifeq ($(CONFIG),unicoderelease)
passwordsafe-1.11.0+dfsg/src/test/Makefile:52:LDFLAGS += `$(WX_CONFIG) --debug=no --unicode=yes --libs`
passwordsafe-1.11.0+dfsg/src/test/Makefile-53-endif
##############################################
passwordsafe-1.11.0+dfsg/src/ui/cli/Makefile-48-CXXFLAGS += $(CPPFLAGS) -Wall -I$(COREPATH) -I../.. $(XERCESCPPFLAGS) -DUNICODE
passwordsafe-1.11.0+dfsg/src/ui/cli/Makefile:49:WXLIBS:=`$(WX_CONFIG) --debug=no --unicode=yes --libs`
passwordsafe-1.11.0+dfsg/src/ui/cli/Makefile-50-
##############################################
passwordsafe-1.11.0+dfsg/src/ui/cli/main.cpp-120-
passwordsafe-1.11.0+dfsg/src/ui/cli/main.cpp:121:                        where OP is one of ==, !==, ^= !^=, $=, !$=, ~=, !~=
passwordsafe-1.11.0+dfsg/src/ui/cli/main.cpp-122-                         = => exactly similar
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/graphics/psafetxt.xpm-484-"              { z.A.A.A.A.g.+   $ { B.A.A.A.A.C.Y   . D.A.A.A.A.E.A.A.A.A.A.A.F.Y     = B.A.A.A.A.A.A.A.A.A.G.Y     H.I.A.A.A.A.A.A.A.A.A.J.$ ( K.A.A.A.A.L.=   { z.A.A.A.A.M.c   3 M.A.A.A.A.p.!   -.C.A.A.A.A.A.A.A.A.A.A.A.A.N.{     c F.A.A.A.z.O.A.A.A.A.P.. ( Q.A.A.A.A.A.A.A.A.A.A.A.A.A.A.R.(                 2 R.A.A.A.A.A.A.S.T.U.Y =           # P.A.A.A.A.C.S.A.A.A.A.A.N.{   ^ A.A.A.A.A.A.A.A.A.A.g.+ J Q.A.A.A.A.S.z.V.A.A.A.A.W.)           ",
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/graphics/psafetxt.xpm:485:"              { X.Y.Y.Y.Y.Z.^ ^ `. +.+Y.Y.Y.Y.++c     / @+#+$+^ -.^ %+&+Y.Y.Y.Y.`.!   c *+Y.Y.Y.Y.=+^ ^ J.-+;+(   . >+Y.Y.Y.Y.*+^ ^ ^ ,+++)   $ '+Y.Y.Y.Y. +3   J.Y.Y.Y.Y.Y.)+/   { !+Y.Y.Y.@+) ~+2 {+Y.Y.Y.Y.]+=+^ $+++Y.Y.Y.Y.Y.%++.  c *+Y.Y.Y.Y.Y.Y.Y.Y.Y.>++.^+&+Y.Y.Y.Y.)+-+>+/+&+Y.Y.Y.Y.Y.{+(                   (+@+Y.Y.Y.Y.Y.Y.Y.Y.X.=+} @         _+!+#+J.^ } / `..+Y.Y.Y.Y.$+  -.{+{+Y.Y.Y.Y.Y.{+{+{+J.- ^+:+Y.Y.Y.<+[+{ ) -+Y.Y.Y.Y.=+V         ",
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/graphics/psafetxt.xpm-486-"              { }+|+|+|+|+|+|+|+|+|+|+|+|+|+1+_+.     h ] c ( [ { ; ^ 2+|+|+|+|+3++.  Y 1+|+|+|+|+4+2 . 5+h ~ +   V 6+|+|+|+|+7+} = 8+O [ =     ) 9+|+|+|+}+; # 0+|+|+|+|+|+|+a+$ _+b+|+|+|+2+3 8+$+b+|+|+|+|+0+c 8++ Y c+|+|+|+|+d+;   c e+|+|+|+|+|+1+f+a+^ ] 3 g+|+|+|+|+1+J.J . J $+h+|+|+|+|+g+(                   O _+i+|+|+|+|+|+|+|+|+|+i+/ @       3 / /.h 2 { { ] i+|+|+|+|+j+- ! ( ^ |+|+|+|+|+^ ( ( # c e+|+|+|+b+$+h . ~+^ k+|+|+|+d+{         ",
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/graphics/psafetxt.xpm-492-"              { E@F@F@F@F@j@+                     ~ G@F@F@F@F@H@O ~+3 I@F@F@F@F@J@c   $ ] { = 5+5+h K@L@F@F@F@M@)   ; ) J $ ~+O } N@F@F@F@F@O@.     b@L@F@F@P@Q@F@F@R@( / P@F@F@G@F@F@F@S@c       K@F@F@F@F@F@H@/.8+$ } N@F@F@F@F@N@~   c J@F@F@F@F@T@=         J U@F@F@F@F@P@j@/.+.2 H@L@F@F@F@F@V@3                 h W@U@j@) 2 ( J { X@E@F@F@F@F@U@3 Y Q@F@F@F@F@K@. ~+2 S@F@F@F@F@U@(     ^ F@F@F@F@F@^       ~ Y@F@F@F@L@Z@; ( . @ . h ( [ $           ",
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/graphics/psafetxt.xpm:493:"              { `@ # # # #.#+                     2 +# # # # #@#.#^ ##$# # # # #@#c   J %#&#*#=#^ ^ *# # # # #&#; @ =#-#;#>#^ ^ ,#'# # # # #K@@     { &# # # # # # #.#! 2 @# # # # # # #)#O       Y !# # # # #$#*#~#=#@# # # # #{#=#+.  c @# # # # #]#=         $ K@{# # # # #$#^#^#/#{# # # # # #@#c                 { `@ # #(#`@%#%#`@ # # # # # #)## [ &# # # # #!#K@^ ]#{# # # # #^#(     ^  # # # # #^       h _# # # # #{#&#^#>#>#_#^#!#^#2           ",
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/graphics/psafetxt.xpm-494-"              { :#<#<#<#<#[#+                     V }#<#<#<#<#<#<#<#<#<#<#<#<#<#|#c   Y 1#<#<#<#<#<#<#<#<#<#<#}#J V 2#<#<#<#<#<#<#<#<#<#<#3#-.      h }#<#<#<#<#<#4#/   = 5#<#<#<#<#<#6#]         @ X@4#<#<#<#<#<#<#<#<#<#<#<#<#}#~     c |#<#<#<#<#5#=           /.2#<#<#<#<#<#<#<#<#<#7#8#<#<#<#|#c                 X@7#<#<#<#<#<#<#<#<#<#<#<#<#2#Y   ( 9#<#<#<#<#<#<#<#<#<#<#<#<#<#0#(     ^ <#<#<#<#<#^         ; a#<#<#<#<#<#<#<#<#<#<#<#1#)           ",
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/graphics/psafetxt.xpm-496-"              { w#x#x#x#x#y#+                       # z#A#x#x#x#x#x#B#~#B#x#x#x#C#Y . D#A#E#x#x#x#x#x#x#F#G#/ @   ) H#F#x#x#x#x#x#x#I#J#z#h           } C#x#x#x#x#K#O     Y C#x#x#x#x#K#=             = -.L#I#x#x#x#x#x#x#M#y#~         c N#x#x#x#x#G#=             @ } L#E#x#x#x#x#O#P#^ Q#x#x#x#N#c               - y#R#C#x#x#x#x#x#x#x#x#N#y#{ $       = y#M#x#x#x#x#x#S#T#C#x#x#x#M#~     ^ x#x#x#x#x#^           ! ; U#Q#x#x#x#x#x#x#x#O#N#z#$         ",
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/graphics/psafetxt.xpm:497:"              J ^ ^ ^ ^ ^ /                           ! Y V#W#X#W#Y#) /.^ ^ ^ ^ ^ [   = { T#W#W#X#Z#W#`#/ J       $ c / V#W# $.$W#W#Y#[ .             = ^ ^ ^ ^ ^ ;       = ^ ^ ^ ^ ^ -.                  3 ^ z#W#Z#+$`#^ ) -           +.^ ^ ^ ^ ^ ] $                 c ^ V#@$+$z#] /./.^ ^ ^ ^ ^ J                 $ 3 ) y#W#W#X#@$W##$^ { .             - } `#+$Z#W#T#Y 2 ^ ^ ^ ^ ^ 2     ; ^ ^ ^ ^ ^ )               = -.^ `#+$$$+$W#V#^ ~ +.          ",
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/graphics/psafetxt.xpm-498-"                                                          ! - ( . +                         . . V V . .                 . . = ( . .                                                                           + . V O .                                                     ! +.O @                                         + . . V +.. $                       . # h .                                                         . # ( # . .                 ",
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-54-TOOLCHAINNAME=gtk2d
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile:55:WXVERSION:=$(shell echo `$(WX_CONFIG) --version`)
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-56-CXX?=g++
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-65-PROGRAM=pwsafe
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile:66:LIBS=`$(WX_CONFIG) --debug=yes --unicode=no --libs` -lcore -los -lcore -luuid -lXtst -lX11 $(CURL_LDFLAGS) -lmagic -l$(YBPERS_LIBS) ${LIBCXX_LD_EXTRA_FLAGS}
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-67-LINKERFLAGS=
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-71-LIBPATH=../../../lib/debug
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile:72:CPPINC=`$(WX_CONFIG) --debug=yes --unicode=no --inplace --cxxflags`
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-73-GCCFLAGS=-fPIC
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-81-TOOLCHAINNAME=gtk2
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile:82:WXVERSION:=$(shell echo `$(WX_CONFIG) --debug=no --unicode=no --version`)
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-83-CXX?=g++
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-92-PROGRAM=pwsafe
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile:93:LIBS=`$(WX_CONFIG) --debug=no --unicode=no --inplace --libs` -lcore -los -lcore -luuid -lXtst -lX11 $(CURL_LDFLAGS) -lmagic -l$(YBPERS_LIBS)
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-94-LINKERFLAGS=
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-98-LIBPATH=../../../lib/release
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile:99:CPPINC=`$(WX_CONFIG) --debug=no --unicode=no --inplace --cxxflags` -DNDEBUG
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-100-GCCFLAGS=-fPIC
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-108-TOOLCHAINNAME=gtk2ud
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile:109:WXVERSION:=$(shell echo `$(WX_CONFIG) --debug=yes --unicode=yes --version`)
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-110-CXX?=g++
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-119-PROGRAM=pwsafe
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile:120:LIBS=`$(WX_CONFIG) --debug=yes --unicode=yes --inplace --libs` -lcore -los -lcore -l$(YBPERS_LIBS)
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-121-ifneq ($(findstring Darwin, $(shell uname -s)), Darwin)
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-130-LIBPATH=../../../lib/unicodedebug
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile:131:CPPINC=`$(WX_CONFIG) --debug=yes --unicode=yes --inplace --cxxflags` -DUNICODE
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-132-GCCFLAGS=-fPIC
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-139-TOOLCHAINNAME=gtk2u
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile:140:WXVERSION:=$(shell echo `$(WX_CONFIG) --debug=no --unicode=yes --version`)
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-141-CXX?=g++
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-150-PROGRAM=pwsafe
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile:151:LIBS=`$(WX_CONFIG) --debug=no --unicode=yes --inplace --libs` -lcore -los -lcore -l$(YBPERS_LIBS)
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-152-ifneq ($(findstring Darwin, $(shell uname -s)), Darwin)
##############################################
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-161-LIBPATH=../../../lib/unicoderelease
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile:162:CPPINC=`$(WX_CONFIG) --debug=no --unicode=yes --inplace --cxxflags` -DUNICODE -DNDEBUG
passwordsafe-1.11.0+dfsg/src/ui/wxWidgets/Makefile-163-GCCFLAGS=-fPIC
##############################################
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks-25-+  find_package(wxWidgets COMPONENTS adv base core html REQUIRED)
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks:26:   include(${wxWidgets_USE_FILE})
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks-27- 
##############################################
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks-233- PROGRAM=pwsafe
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks:234:-LIBS=`$(WX_CONFIG) --debug=yes --unicode=no --libs` -lcore -los -lcore -luuid -lXtst -lX11  -lcurl -lssl -lmagic -l$(YBPERS_LIBS) ${LIBCXX_LD_EXTRA_FLAGS}
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks:235:+LIBS=`$(WX_CONFIG) --debug=yes --unicode=no --libs` -lcore -los -lcore -luuid -lXtst -lX11 $(CURL_LDFLAGS) -lmagic -l$(YBPERS_LIBS) ${LIBCXX_LD_EXTRA_FLAGS}
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks-236- LINKERFLAGS=
##############################################
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks-242- PROGRAM=pwsafe
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks:243:-LIBS=`$(WX_CONFIG) --debug=no --unicode=no --inplace --libs` -lcore -los -lcore -luuid -lXtst -lX11 -lcurl -lssl -lmagic -l$(YBPERS_LIBS)
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks:244:+LIBS=`$(WX_CONFIG) --debug=no --unicode=no --inplace --libs` -lcore -los -lcore -luuid -lXtst -lX11 $(CURL_LDFLAGS) -lmagic -l$(YBPERS_LIBS)
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks-245- LINKERFLAGS=
##############################################
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks-249- PROGRAM=pwsafe
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks:250: LIBS=`$(WX_CONFIG) --debug=yes --unicode=yes --inplace --libs` -lcore -los -lcore -l$(YBPERS_LIBS)
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks-251- ifneq ($(findstring Darwin, $(shell uname -s)), Darwin)
##############################################
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks-258- PROGRAM=pwsafe
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks:259: LIBS=`$(WX_CONFIG) --debug=no --unicode=yes --inplace --libs` -lcore -los -lcore -l$(YBPERS_LIBS)
passwordsafe-1.11.0+dfsg/debian/patches/disable_version_checks-260- ifneq ($(findstring Darwin, $(shell uname -s)), Darwin)
##############################################
passwordsafe-1.11.0+dfsg/.pc/perl_shebangs/Misc/mkversion.pl-54-if (-x $GIT && (-d ".git" || -d "../../../.git")) {
passwordsafe-1.11.0+dfsg/.pc/perl_shebangs/Misc/mkversion.pl:55:    $VERSTRING = `$GIT describe --all --always --dirty=+  --long`;
passwordsafe-1.11.0+dfsg/.pc/perl_shebangs/Misc/mkversion.pl-56-    chomp $VERSTRING;
##############################################
passwordsafe-1.11.0+dfsg/.pc/perl_shebangs/Misc/mkversion.pl-93-} else {
passwordsafe-1.11.0+dfsg/.pc/perl_shebangs/Misc/mkversion.pl:94:    `/usr/bin/diff -q $TMPFILE $OUTFILE > /dev/null`;
passwordsafe-1.11.0+dfsg/.pc/perl_shebangs/Misc/mkversion.pl-95-    if ($VERSTRING ne "local" && $? != 0) {
##############################################
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/CMakeLists.txt-137-  find_package(wxWidgets COMPONENTS adv base core html net REQUIRED)
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/CMakeLists.txt:138:  include(${wxWidgets_USE_FILE})
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/CMakeLists.txt-139-
##############################################
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-48-TOOLCHAINNAME=gtk2d
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile:49:WXVERSION:=$(shell echo `$(WX_CONFIG) --version`)
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-50-CXX?=g++
##############################################
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-59-PROGRAM=pwsafe
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile:60:LIBS=`$(WX_CONFIG) --debug=yes --unicode=no --libs` -lcore -los -lcore -luuid -lXtst -lX11  -lcurl -lssl -lmagic -l$(YBPERS_LIBS) ${LIBCXX_LD_EXTRA_FLAGS}
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-61-LINKERFLAGS=
##############################################
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-65-LIBPATH=../../../lib/debug
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile:66:CPPINC=`$(WX_CONFIG) --debug=yes --unicode=no --inplace --cxxflags`
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-67-GCCFLAGS=-fPIC
##############################################
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-75-TOOLCHAINNAME=gtk2
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile:76:WXVERSION:=$(shell echo `$(WX_CONFIG) --debug=no --unicode=no --version`)
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-77-CXX?=g++
##############################################
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-86-PROGRAM=pwsafe
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile:87:LIBS=`$(WX_CONFIG) --debug=no --unicode=no --inplace --libs` -lcore -los -lcore -luuid -lXtst -lX11 -lcurl -lssl -lmagic -l$(YBPERS_LIBS)
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-88-LINKERFLAGS=
##############################################
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-92-LIBPATH=../../../lib/release
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile:93:CPPINC=`$(WX_CONFIG) --debug=no --unicode=no --inplace --cxxflags` -DNDEBUG
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-94-GCCFLAGS=-fPIC
##############################################
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-102-TOOLCHAINNAME=gtk2ud
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile:103:WXVERSION:=$(shell echo `$(WX_CONFIG) --debug=yes --unicode=yes --version`)
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-104-CXX?=g++
##############################################
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-113-PROGRAM=pwsafe
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile:114:LIBS=`$(WX_CONFIG) --debug=yes --unicode=yes --inplace --libs` -lcore -los -lcore -l$(YBPERS_LIBS)
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-115-ifneq ($(findstring Darwin, $(shell uname -s)), Darwin)
##############################################
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-124-LIBPATH=../../../lib/unicodedebug
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile:125:CPPINC=`$(WX_CONFIG) --debug=yes --unicode=yes --inplace --cxxflags` -DUNICODE
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-126-GCCFLAGS=-fPIC
##############################################
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-133-TOOLCHAINNAME=gtk2u
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile:134:WXVERSION:=$(shell echo `$(WX_CONFIG) --debug=no --unicode=yes --version`)
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-135-CXX?=g++
##############################################
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-144-PROGRAM=pwsafe
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile:145:LIBS=`$(WX_CONFIG) --debug=no --unicode=yes --inplace --libs` -lcore -los -lcore -l$(YBPERS_LIBS)
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-146-ifneq ($(findstring Darwin, $(shell uname -s)), Darwin)
##############################################
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-155-LIBPATH=../../../lib/unicoderelease
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile:156:CPPINC=`$(WX_CONFIG) --debug=no --unicode=yes --inplace --cxxflags` -DUNICODE -DNDEBUG
passwordsafe-1.11.0+dfsg/.pc/disable_version_checks/src/ui/wxWidgets/Makefile-157-GCCFLAGS=-fPIC
##############################################
passwordsafe-1.11.0+dfsg/CMakeLists.txt-138-  find_package(wxWidgets COMPONENTS adv base core html REQUIRED)
passwordsafe-1.11.0+dfsg/CMakeLists.txt:139:  include(${wxWidgets_USE_FILE})
passwordsafe-1.11.0+dfsg/CMakeLists.txt-140-