source: visorpdf/Makefile.pdf-plugin @ 07a4108

pruebas
Last change on this file since 07a4108 was 07a4108, checked in by Argenis Osorio <aosorio@…>, 8 years ago

Modificaciones a los ficheros y rutas internas, levantamiento de .pdf y verificación de firmas exitoso

  • Property mode set to 100644
File size: 11.4 KB
Line 
1#############################################################################
2# Makefile for building: libqpdfview_pdf.so
3# Generated by qmake (2.01a) (Qt 4.8.6) on: vie sep 16 14:51:40 2016
4# Project:  pdf-plugin.pro
5# Template: lib
6# Command: /usr/bin/qmake-qt4 -o Makefile.pdf-plugin pdf-plugin.pro
7#############################################################################
8
9####### Compiler, tools and options
10
11CC            = gcc
12CXX           = g++
13DEFINES       = -DQT_WEBKIT -DHAS_POPPLER_14 -DHAS_POPPLER_18 -DHAS_POPPLER_20 -DHAS_POPPLER_22 -DHAS_POPPLER_24 -DHAS_POPPLER_26 -DHAS_POPPLER_31 -DHAS_POPPLER_35 -DQT_NO_DEBUG -DQT_PLUGIN -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
14CFLAGS        = -m64 -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
15CXXFLAGS      = -m64 -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
16INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/local/include/poppler/qt4 -I/usr/local/include/poppler -Imoc-pdf
17LINK          = g++
18LFLAGS        = -m64 -Wl,-O1 -shared
19LIBS          = $(SUBLIBS)  -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lpoppler-qt4 -lQtXml -lQtGui -lQtCore -lpthread
20AR            = ar cqs
21RANLIB        =
22QMAKE         = /usr/bin/qmake-qt4
23TAR           = tar -cf
24COMPRESS      = gzip -9f
25COPY          = cp -f
26SED           = sed
27COPY_FILE     = $(COPY)
28COPY_DIR      = $(COPY) -r
29STRIP         = strip
30INSTALL_FILE  = install -m 644 -p
31INSTALL_DIR   = $(COPY_DIR)
32INSTALL_PROGRAM = install -m 755 -p
33DEL_FILE      = rm -f
34SYMLINK       = ln -f -s
35DEL_DIR       = rmdir
36MOVE          = mv -f
37CHK_DIR_EXISTS= test -d
38MKDIR         = mkdir -p
39
40####### Output directory
41
42OBJECTS_DIR   = objects-pdf/
43
44####### Files
45
46SOURCES       = sources/pdfmodel.cpp \
47                sources/annotationwidgets.cpp \
48                sources/formfieldwidgets.cpp moc-pdf/moc_model.cpp \
49                moc-pdf/moc_pdfmodel.cpp \
50                moc-pdf/moc_annotationwidgets.cpp \
51                moc-pdf/moc_formfieldwidgets.cpp
52OBJECTS       = objects-pdf/pdfmodel.o \
53                objects-pdf/annotationwidgets.o \
54                objects-pdf/formfieldwidgets.o \
55                objects-pdf/moc_model.o \
56                objects-pdf/moc_pdfmodel.o \
57                objects-pdf/moc_annotationwidgets.o \
58                objects-pdf/moc_formfieldwidgets.o
59DIST          = /usr/share/qt4/mkspecs/common/unix.conf \
60                /usr/share/qt4/mkspecs/common/linux.conf \
61                /usr/share/qt4/mkspecs/common/gcc-base.conf \
62                /usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
63                /usr/share/qt4/mkspecs/common/g++-base.conf \
64                /usr/share/qt4/mkspecs/common/g++-unix.conf \
65                /usr/share/qt4/mkspecs/qconfig.pri \
66                /usr/share/qt4/mkspecs/modules/qt_webkit.pri \
67                /usr/share/qt4/mkspecs/features/qt_functions.prf \
68                /usr/share/qt4/mkspecs/features/qt_config.prf \
69                /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
70                /usr/share/qt4/mkspecs/features/default_pre.prf \
71                qpdfview.pri \
72                /usr/share/qt4/mkspecs/features/release.prf \
73                /usr/share/qt4/mkspecs/features/default_post.prf \
74                /usr/share/qt4/mkspecs/features/link_pkgconfig.prf \
75                /usr/share/qt4/mkspecs/features/shared.prf \
76                /usr/share/qt4/mkspecs/features/dll.prf \
77                /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
78                /usr/share/qt4/mkspecs/features/warn_on.prf \
79                /usr/share/qt4/mkspecs/features/qt.prf \
80                /usr/share/qt4/mkspecs/features/unix/thread.prf \
81                /usr/share/qt4/mkspecs/features/moc.prf \
82                /usr/share/qt4/mkspecs/features/resources.prf \
83                /usr/share/qt4/mkspecs/features/uic.prf \
84                /usr/share/qt4/mkspecs/features/yacc.prf \
85                /usr/share/qt4/mkspecs/features/lex.prf \
86                /usr/share/qt4/mkspecs/features/include_source_dir.prf \
87                pdf-plugin.pro
88QMAKE_TARGET  = qpdfview_pdf
89DESTDIR       =
90TARGET        = libqpdfview_pdf.so
91TARGETD       = libqpdfview_pdf.so
92
93first: all
94####### Implicit rules
95
96.SUFFIXES: .o .c .cpp .cc .cxx .C
97
98.cpp.o:
99        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
100
101.cc.o:
102        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
103
104.cxx.o:
105        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
106
107.C.o:
108        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
109
110.c.o:
111        $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
112
113####### Build rules
114
115all: Makefile.pdf-plugin  $(TARGET)
116
117$(TARGET):  $(OBJECTS) $(SUBLIBS) $(OBJCOMP) 
118        -$(DEL_FILE) $(TARGET)
119        $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP)
120
121
122
123Makefile.pdf-plugin: pdf-plugin.pro  /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf /usr/share/qt4/mkspecs/common/unix.conf \
124                /usr/share/qt4/mkspecs/common/linux.conf \
125                /usr/share/qt4/mkspecs/common/gcc-base.conf \
126                /usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
127                /usr/share/qt4/mkspecs/common/g++-base.conf \
128                /usr/share/qt4/mkspecs/common/g++-unix.conf \
129                /usr/share/qt4/mkspecs/qconfig.pri \
130                /usr/share/qt4/mkspecs/modules/qt_webkit.pri \
131                /usr/share/qt4/mkspecs/features/qt_functions.prf \
132                /usr/share/qt4/mkspecs/features/qt_config.prf \
133                /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
134                /usr/share/qt4/mkspecs/features/default_pre.prf \
135                qpdfview.pri \
136                /usr/share/qt4/mkspecs/features/release.prf \
137                /usr/share/qt4/mkspecs/features/default_post.prf \
138                /usr/share/qt4/mkspecs/features/link_pkgconfig.prf \
139                /usr/share/qt4/mkspecs/features/shared.prf \
140                /usr/share/qt4/mkspecs/features/dll.prf \
141                /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
142                /usr/share/qt4/mkspecs/features/warn_on.prf \
143                /usr/share/qt4/mkspecs/features/qt.prf \
144                /usr/share/qt4/mkspecs/features/unix/thread.prf \
145                /usr/share/qt4/mkspecs/features/moc.prf \
146                /usr/share/qt4/mkspecs/features/resources.prf \
147                /usr/share/qt4/mkspecs/features/uic.prf \
148                /usr/share/qt4/mkspecs/features/yacc.prf \
149                /usr/share/qt4/mkspecs/features/lex.prf \
150                /usr/share/qt4/mkspecs/features/include_source_dir.prf \
151                /usr/lib/x86_64-linux-gnu/libQtXml.prl \
152                /usr/lib/x86_64-linux-gnu/libQtGui.prl \
153                /usr/lib/x86_64-linux-gnu/libQtCore.prl
154        $(QMAKE) -o Makefile.pdf-plugin pdf-plugin.pro
155/usr/share/qt4/mkspecs/common/unix.conf:
156/usr/share/qt4/mkspecs/common/linux.conf:
157/usr/share/qt4/mkspecs/common/gcc-base.conf:
158/usr/share/qt4/mkspecs/common/gcc-base-unix.conf:
159/usr/share/qt4/mkspecs/common/g++-base.conf:
160/usr/share/qt4/mkspecs/common/g++-unix.conf:
161/usr/share/qt4/mkspecs/qconfig.pri:
162/usr/share/qt4/mkspecs/modules/qt_webkit.pri:
163/usr/share/qt4/mkspecs/features/qt_functions.prf:
164/usr/share/qt4/mkspecs/features/qt_config.prf:
165/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
166/usr/share/qt4/mkspecs/features/default_pre.prf:
167qpdfview.pri:
168/usr/share/qt4/mkspecs/features/release.prf:
169/usr/share/qt4/mkspecs/features/default_post.prf:
170/usr/share/qt4/mkspecs/features/link_pkgconfig.prf:
171/usr/share/qt4/mkspecs/features/shared.prf:
172/usr/share/qt4/mkspecs/features/dll.prf:
173/usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf:
174/usr/share/qt4/mkspecs/features/warn_on.prf:
175/usr/share/qt4/mkspecs/features/qt.prf:
176/usr/share/qt4/mkspecs/features/unix/thread.prf:
177/usr/share/qt4/mkspecs/features/moc.prf:
178/usr/share/qt4/mkspecs/features/resources.prf:
179/usr/share/qt4/mkspecs/features/uic.prf:
180/usr/share/qt4/mkspecs/features/yacc.prf:
181/usr/share/qt4/mkspecs/features/lex.prf:
182/usr/share/qt4/mkspecs/features/include_source_dir.prf:
183/usr/lib/x86_64-linux-gnu/libQtXml.prl:
184/usr/lib/x86_64-linux-gnu/libQtGui.prl:
185/usr/lib/x86_64-linux-gnu/libQtCore.prl:
186qmake:  FORCE
187        @$(QMAKE) -o Makefile.pdf-plugin pdf-plugin.pro
188
189dist:
190        @$(CHK_DIR_EXISTS) objects-pdf/qpdfview_pdf1.0.0 || $(MKDIR) objects-pdf/qpdfview_pdf1.0.0
191        $(COPY_FILE) --parents $(SOURCES) $(DIST) objects-pdf/qpdfview_pdf1.0.0/ && $(COPY_FILE) --parents sources/model.h sources/pdfmodel.h sources/annotationwidgets.h sources/formfieldwidgets.h objects-pdf/qpdfview_pdf1.0.0/ && $(COPY_FILE) --parents sources/pdfmodel.cpp sources/annotationwidgets.cpp sources/formfieldwidgets.cpp objects-pdf/qpdfview_pdf1.0.0/ && (cd `dirname objects-pdf/qpdfview_pdf1.0.0` && $(TAR) qpdfview_pdf1.0.0.tar qpdfview_pdf1.0.0 && $(COMPRESS) qpdfview_pdf1.0.0.tar) && $(MOVE) `dirname objects-pdf/qpdfview_pdf1.0.0`/qpdfview_pdf1.0.0.tar.gz . && $(DEL_FILE) -r objects-pdf/qpdfview_pdf1.0.0
192
193
194clean:compiler_clean
195        -$(DEL_FILE) $(OBJECTS)
196        -$(DEL_FILE) *~ core *.core
197
198
199####### Sub-libraries
200
201distclean: clean
202        -$(DEL_FILE) $(TARGET)
203        -$(DEL_FILE) Makefile.pdf-plugin
204
205
206check: first
207
208mocclean: compiler_moc_header_clean compiler_moc_source_clean
209
210mocables: compiler_moc_header_make_all compiler_moc_source_make_all
211
212compiler_moc_header_make_all: moc-pdf/moc_model.cpp moc-pdf/moc_pdfmodel.cpp moc-pdf/moc_annotationwidgets.cpp moc-pdf/moc_formfieldwidgets.cpp
213compiler_moc_header_clean:
214        -$(DEL_FILE) moc-pdf/moc_model.cpp moc-pdf/moc_pdfmodel.cpp moc-pdf/moc_annotationwidgets.cpp moc-pdf/moc_formfieldwidgets.cpp
215moc-pdf/moc_model.cpp: sources/global.h \
216                sources/model.h
217        /usr/lib/x86_64-linux-gnu/qt4/bin/moc $(DEFINES) $(INCPATH) sources/model.h -o moc-pdf/moc_model.cpp
218
219moc-pdf/moc_pdfmodel.cpp: sources/model.h \
220                sources/global.h \
221                sources/pdfmodel.h
222        /usr/lib/x86_64-linux-gnu/qt4/bin/moc $(DEFINES) $(INCPATH) sources/pdfmodel.h -o moc-pdf/moc_pdfmodel.cpp
223
224moc-pdf/moc_annotationwidgets.cpp: sources/annotationwidgets.h
225        /usr/lib/x86_64-linux-gnu/qt4/bin/moc $(DEFINES) $(INCPATH) sources/annotationwidgets.h -o moc-pdf/moc_annotationwidgets.cpp
226
227moc-pdf/moc_formfieldwidgets.cpp: sources/formfieldwidgets.h
228        /usr/lib/x86_64-linux-gnu/qt4/bin/moc $(DEFINES) $(INCPATH) sources/formfieldwidgets.h -o moc-pdf/moc_formfieldwidgets.cpp
229
230compiler_rcc_make_all:
231compiler_rcc_clean:
232compiler_image_collection_make_all: qmake_image_collection.cpp
233compiler_image_collection_clean:
234        -$(DEL_FILE) qmake_image_collection.cpp
235compiler_moc_source_make_all:
236compiler_moc_source_clean:
237compiler_uic_make_all:
238compiler_uic_clean:
239compiler_yacc_decl_make_all:
240compiler_yacc_decl_clean:
241compiler_yacc_impl_make_all:
242compiler_yacc_impl_clean:
243compiler_lex_make_all:
244compiler_lex_clean:
245compiler_clean: compiler_moc_header_clean
246
247####### Compile
248
249objects-pdf/pdfmodel.o: sources/pdfmodel.cpp sources/pdfmodel.h \
250                sources/model.h \
251                sources/global.h \
252                sources/annotationwidgets.h \
253                sources/formfieldwidgets.h
254        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects-pdf/pdfmodel.o sources/pdfmodel.cpp
255
256objects-pdf/annotationwidgets.o: sources/annotationwidgets.cpp sources/annotationwidgets.h
257        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects-pdf/annotationwidgets.o sources/annotationwidgets.cpp
258
259objects-pdf/formfieldwidgets.o: sources/formfieldwidgets.cpp sources/formfieldwidgets.h
260        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects-pdf/formfieldwidgets.o sources/formfieldwidgets.cpp
261
262objects-pdf/moc_model.o: moc-pdf/moc_model.cpp
263        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects-pdf/moc_model.o moc-pdf/moc_model.cpp
264
265objects-pdf/moc_pdfmodel.o: moc-pdf/moc_pdfmodel.cpp
266        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects-pdf/moc_pdfmodel.o moc-pdf/moc_pdfmodel.cpp
267
268objects-pdf/moc_annotationwidgets.o: moc-pdf/moc_annotationwidgets.cpp
269        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects-pdf/moc_annotationwidgets.o moc-pdf/moc_annotationwidgets.cpp
270
271objects-pdf/moc_formfieldwidgets.o: moc-pdf/moc_formfieldwidgets.cpp
272        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects-pdf/moc_formfieldwidgets.o moc-pdf/moc_formfieldwidgets.cpp
273
274####### Install
275
276install_target: first FORCE
277        @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/lib/qpdfview/ || $(MKDIR) $(INSTALL_ROOT)/usr/lib/qpdfview/
278        -$(INSTALL_PROGRAM) "$(TARGET)" "$(INSTALL_ROOT)/usr/lib/qpdfview/$(TARGET)"
279        -$(STRIP) --strip-unneeded "$(INSTALL_ROOT)/usr/lib/qpdfview/$(TARGET)"
280
281uninstall_target:  FORCE
282        -$(DEL_FILE) "$(INSTALL_ROOT)/usr/lib/qpdfview/$(TARGET)"
283        -$(DEL_DIR) $(INSTALL_ROOT)/usr/lib/qpdfview/
284
285
286install:  install_target  FORCE
287
288uninstall: uninstall_target   FORCE
289
290FORCE:
291
Note: See TracBrowser for help on using the repository browser.