Changeset c7e4b3d in terepaima for terepaima-0.4.16/Makefile


Ignore:
Timestamp:
Jan 8, 2018, 7:46:05 AM (6 years ago)
Author:
pbuitrago@…>
Branches:
stretch
Children:
5ce8751
Parents:
5de5cc7
Message:

Se modifico el flujo del proceso de firma electrónica consumiendo el servicio de Murachi y se comenzo agregar un funcion para descargar un archivo firmado del servidor Murachi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • terepaima-0.4.16/Makefile

    r63dadfc rc7e4b3d  
    2727COMPRESS      = gzip -9f
    2828DISTNAME      = qpdfview1.0.0
    29 DISTDIR = /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/.tmp/qpdfview1.0.0
     29DISTDIR = /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/.tmp/qpdfview1.0.0
    3030SUBTARGETS    =  \
    3131                sub-pdf-plugin-pro \
     
    3737
    3838sub-pdf-plugin-pro-qmake_all:  FORCE
    39         $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin
     39        $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin
    4040        $(MAKE) -f Makefile.pdf-plugin qmake_all
    4141sub-pdf-plugin-pro: FORCE
    42         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin
     42        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin
    4343sub-pdf-plugin-pro-make_first-ordered: FORCE
    44         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin
     44        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin
    4545sub-pdf-plugin-pro-make_first: FORCE
    46         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin
     46        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin
    4747sub-pdf-plugin-pro-all-ordered: FORCE
    48         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin all
     48        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin all
    4949sub-pdf-plugin-pro-all: FORCE
    50         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin all
     50        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin all
    5151sub-pdf-plugin-pro-clean-ordered: FORCE
    52         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin clean
     52        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin clean
    5353sub-pdf-plugin-pro-clean: FORCE
    54         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin clean
     54        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin clean
    5555sub-pdf-plugin-pro-distclean-ordered: FORCE
    56         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin distclean
     56        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin distclean
    5757sub-pdf-plugin-pro-distclean: FORCE
    58         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin distclean
     58        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin distclean
    5959sub-pdf-plugin-pro-install_subtargets-ordered: FORCE
    60         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin install
     60        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin install
    6161sub-pdf-plugin-pro-install_subtargets: FORCE
    62         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin install
     62        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin install
    6363sub-pdf-plugin-pro-uninstall_subtargets-ordered: FORCE
    64         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin uninstall
     64        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin uninstall
    6565sub-pdf-plugin-pro-uninstall_subtargets: FORCE
    66         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin uninstall
     66        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin uninstall
    6767sub-ps-plugin-pro-qmake_all: sub-pdf-plugin-pro-qmake_all FORCE
    68         $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin
     68        $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin
    6969        $(MAKE) -f Makefile.ps-plugin qmake_all
    7070sub-ps-plugin-pro: FORCE
    71         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin
     71        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin
    7272sub-ps-plugin-pro-make_first-ordered: sub-pdf-plugin-pro-make_first-ordered  FORCE
    73         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin
     73        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin
    7474sub-ps-plugin-pro-make_first: FORCE
    75         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin
     75        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin
    7676sub-ps-plugin-pro-all-ordered: sub-pdf-plugin-pro-all-ordered  FORCE
    77         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin all
     77        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin all
    7878sub-ps-plugin-pro-all: FORCE
    79         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin all
     79        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin all
    8080sub-ps-plugin-pro-clean-ordered: sub-pdf-plugin-pro-clean-ordered  FORCE
    81         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin clean
     81        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin clean
    8282sub-ps-plugin-pro-clean: FORCE
    83         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin clean
     83        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin clean
    8484sub-ps-plugin-pro-distclean-ordered: sub-pdf-plugin-pro-distclean-ordered  FORCE
    85         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin distclean
     85        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin distclean
    8686sub-ps-plugin-pro-distclean: FORCE
    87         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin distclean
     87        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin distclean
    8888sub-ps-plugin-pro-install_subtargets-ordered: sub-pdf-plugin-pro-install_subtargets-ordered  FORCE
    89         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin install
     89        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin install
    9090sub-ps-plugin-pro-install_subtargets: FORCE
    91         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin install
     91        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin install
    9292sub-ps-plugin-pro-uninstall_subtargets-ordered: sub-pdf-plugin-pro-uninstall_subtargets-ordered  FORCE
    93         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin uninstall
     93        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin uninstall
    9494sub-ps-plugin-pro-uninstall_subtargets: FORCE
    95         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin uninstall
     95        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin uninstall
    9696sub-djvu-plugin-pro-qmake_all: sub-ps-plugin-pro-qmake_all FORCE
    97         $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin
     97        $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin
    9898        $(MAKE) -f Makefile.djvu-plugin qmake_all
    9999sub-djvu-plugin-pro: FORCE
    100         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin
     100        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin
    101101sub-djvu-plugin-pro-make_first-ordered: sub-ps-plugin-pro-make_first-ordered  FORCE
    102         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin
     102        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin
    103103sub-djvu-plugin-pro-make_first: FORCE
    104         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin
     104        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin
    105105sub-djvu-plugin-pro-all-ordered: sub-ps-plugin-pro-all-ordered  FORCE
    106         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin all
     106        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin all
    107107sub-djvu-plugin-pro-all: FORCE
    108         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin all
     108        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin all
    109109sub-djvu-plugin-pro-clean-ordered: sub-ps-plugin-pro-clean-ordered  FORCE
    110         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin clean
     110        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin clean
    111111sub-djvu-plugin-pro-clean: FORCE
    112         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin clean
     112        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin clean
    113113sub-djvu-plugin-pro-distclean-ordered: sub-ps-plugin-pro-distclean-ordered  FORCE
    114         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin distclean
     114        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin distclean
    115115sub-djvu-plugin-pro-distclean: FORCE
    116         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin distclean
     116        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin distclean
    117117sub-djvu-plugin-pro-install_subtargets-ordered: sub-ps-plugin-pro-install_subtargets-ordered  FORCE
    118         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin install
     118        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin install
    119119sub-djvu-plugin-pro-install_subtargets: FORCE
    120         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin install
     120        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin install
    121121sub-djvu-plugin-pro-uninstall_subtargets-ordered: sub-ps-plugin-pro-uninstall_subtargets-ordered  FORCE
    122         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin uninstall
     122        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin uninstall
    123123sub-djvu-plugin-pro-uninstall_subtargets: FORCE
    124         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin uninstall
     124        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin uninstall
    125125sub-image-plugin-pro-qmake_all: sub-djvu-plugin-pro-qmake_all FORCE
    126         $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin
     126        $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin
    127127        $(MAKE) -f Makefile.image-plugin qmake_all
    128128sub-image-plugin-pro: FORCE
    129         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin
     129        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin
    130130sub-image-plugin-pro-make_first-ordered: sub-djvu-plugin-pro-make_first-ordered  FORCE
    131         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin
     131        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin
    132132sub-image-plugin-pro-make_first: FORCE
    133         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin
     133        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin
    134134sub-image-plugin-pro-all-ordered: sub-djvu-plugin-pro-all-ordered  FORCE
    135         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin all
     135        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin all
    136136sub-image-plugin-pro-all: FORCE
    137         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin all
     137        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin all
    138138sub-image-plugin-pro-clean-ordered: sub-djvu-plugin-pro-clean-ordered  FORCE
    139         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin clean
     139        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin clean
    140140sub-image-plugin-pro-clean: FORCE
    141         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin clean
     141        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin clean
    142142sub-image-plugin-pro-distclean-ordered: sub-djvu-plugin-pro-distclean-ordered  FORCE
    143         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin distclean
     143        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin distclean
    144144sub-image-plugin-pro-distclean: FORCE
    145         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin distclean
     145        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin distclean
    146146sub-image-plugin-pro-install_subtargets-ordered: sub-djvu-plugin-pro-install_subtargets-ordered  FORCE
    147         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin install
     147        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin install
    148148sub-image-plugin-pro-install_subtargets: FORCE
    149         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin install
     149        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin install
    150150sub-image-plugin-pro-uninstall_subtargets-ordered: sub-djvu-plugin-pro-uninstall_subtargets-ordered  FORCE
    151         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin uninstall
     151        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin uninstall
    152152sub-image-plugin-pro-uninstall_subtargets: FORCE
    153         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin uninstall
     153        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin uninstall
    154154sub-application-pro-qmake_all: sub-image-plugin-pro-qmake_all FORCE
    155         $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application
     155        $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application
    156156        $(MAKE) -f Makefile.application qmake_all
    157157sub-application-pro: FORCE
    158         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application
     158        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application
    159159sub-application-pro-make_first-ordered: sub-image-plugin-pro-make_first-ordered  FORCE
    160         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application
     160        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application
    161161sub-application-pro-make_first: FORCE
    162         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application
     162        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application
    163163sub-application-pro-all-ordered: sub-image-plugin-pro-all-ordered  FORCE
    164         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application all
     164        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application all
    165165sub-application-pro-all: FORCE
    166         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application all
     166        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application all
    167167sub-application-pro-clean-ordered: sub-image-plugin-pro-clean-ordered  FORCE
    168         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application clean
     168        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application clean
    169169sub-application-pro-clean: FORCE
    170         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application clean
     170        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application clean
    171171sub-application-pro-distclean-ordered: sub-image-plugin-pro-distclean-ordered  FORCE
    172         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application distclean
     172        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application distclean
    173173sub-application-pro-distclean: FORCE
    174         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application distclean
     174        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application distclean
    175175sub-application-pro-install_subtargets-ordered: sub-image-plugin-pro-install_subtargets-ordered  FORCE
    176         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application install
     176        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application install
    177177sub-application-pro-install_subtargets: FORCE
    178         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application install
     178        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application install
    179179sub-application-pro-uninstall_subtargets-ordered: sub-image-plugin-pro-uninstall_subtargets-ordered  FORCE
    180         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application uninstall
     180        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application uninstall
    181181sub-application-pro-uninstall_subtargets: FORCE
    182         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application uninstall
     182        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application uninstall
    183183
    184184Makefile: qpdfview.pro /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64/qmake.conf /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf \
     
    312312
    313313sub-pdf-plugin-pro-check_ordered:
    314         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin check
     314        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin check
    315315sub-ps-plugin-pro-check_ordered: sub-pdf-plugin-pro-check_ordered
    316         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin check
     316        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin check
    317317sub-djvu-plugin-pro-check_ordered: sub-ps-plugin-pro-check_ordered
    318         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin check
     318        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin check
    319319sub-image-plugin-pro-check_ordered: sub-djvu-plugin-pro-check_ordered
    320         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin check
     320        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin check
    321321sub-application-pro-check_ordered: sub-image-plugin-pro-check_ordered
    322         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application check
     322        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application check
    323323check: sub-pdf-plugin-pro-check_ordered sub-ps-plugin-pro-check_ordered sub-djvu-plugin-pro-check_ordered sub-image-plugin-pro-check_ordered sub-application-pro-check_ordered
    324324
    325325sub-pdf-plugin-pro-benchmark_ordered:
    326         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin benchmark
     326        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -f Makefile.pdf-plugin benchmark
    327327sub-ps-plugin-pro-benchmark_ordered: sub-pdf-plugin-pro-benchmark_ordered
    328         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin benchmark
     328        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -f Makefile.ps-plugin benchmark
    329329sub-djvu-plugin-pro-benchmark_ordered: sub-ps-plugin-pro-benchmark_ordered
    330         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin benchmark
     330        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -f Makefile.djvu-plugin benchmark
    331331sub-image-plugin-pro-benchmark_ordered: sub-djvu-plugin-pro-benchmark_ordered
    332         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin benchmark
     332        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -f Makefile.image-plugin benchmark
    333333sub-application-pro-benchmark_ordered: sub-image-plugin-pro-benchmark_ordered
    334         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application benchmark
     334        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -f Makefile.application benchmark
    335335benchmark: sub-pdf-plugin-pro-benchmark_ordered sub-ps-plugin-pro-benchmark_ordered sub-djvu-plugin-pro-benchmark_ordered sub-image-plugin-pro-benchmark_ordered sub-application-pro-benchmark_ordered
    336336install:install_subtargets  FORCE
     
    348348
    349349sub-pdf-plugin-pro-distdir: FORCE
    350         ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -e -f Makefile.pdf-plugin distdir DISTDIR=$(DISTDIR)/
     350        ( test -e Makefile.pdf-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/pdf-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.pdf-plugin ) && $(MAKE) -e -f Makefile.pdf-plugin distdir DISTDIR=$(DISTDIR)/
    351351
    352352sub-ps-plugin-pro-distdir: FORCE
    353         ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -e -f Makefile.ps-plugin distdir DISTDIR=$(DISTDIR)/
     353        ( test -e Makefile.ps-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/ps-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.ps-plugin ) && $(MAKE) -e -f Makefile.ps-plugin distdir DISTDIR=$(DISTDIR)/
    354354
    355355sub-djvu-plugin-pro-distdir: FORCE
    356         ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -e -f Makefile.djvu-plugin distdir DISTDIR=$(DISTDIR)/
     356        ( test -e Makefile.djvu-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/djvu-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.djvu-plugin ) && $(MAKE) -e -f Makefile.djvu-plugin distdir DISTDIR=$(DISTDIR)/
    357357
    358358sub-image-plugin-pro-distdir: FORCE
    359         ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -e -f Makefile.image-plugin distdir DISTDIR=$(DISTDIR)/
     359        ( test -e Makefile.image-plugin || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/image-plugin.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.image-plugin ) && $(MAKE) -e -f Makefile.image-plugin distdir DISTDIR=$(DISTDIR)/
    360360
    361361sub-application-pro-distdir: FORCE
    362         ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/Desarrollo/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -e -f Makefile.application distdir DISTDIR=$(DISTDIR)/
    363 
     362        ( test -e Makefile.application || $(QMAKE) /home/pbuitrago/Cenditel/Seguridad/POA-2017/Terepaima/terepaima/terepaima-0.4.16/application.pro -spec linux-g++-64 DEFINES+=_FILE_OFFSET_BITS=64 'QMAKE_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' QMAKE_LFLAGS=-Wl,-z,relro -o Makefile.application ) && $(MAKE) -e -f Makefile.application distdir DISTDIR=$(DISTDIR)/
     363
Note: See TracChangeset for help on using the changeset viewer.