summaryrefslogtreecommitdiff
path: root/sdext/Library_pdfimport.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/Library_pdfimport.mk')
-rw-r--r--sdext/Library_pdfimport.mk29
1 files changed, 1 insertions, 28 deletions
diff --git a/sdext/Library_pdfimport.mk b/sdext/Library_pdfimport.mk
index 485a14adf3f2..f8e47ad83392 100644
--- a/sdext/Library_pdfimport.mk
+++ b/sdext/Library_pdfimport.mk
@@ -25,8 +25,6 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-include $(dir $(realpath $(lastword $(MAKEFILE_LIST))))platform.mk
-
$(eval $(call gb_Library_Library,pdfimport))
$(eval $(call gb_Library_add_api,pdfimport,\
@@ -34,15 +32,6 @@ $(eval $(call gb_Library_add_api,pdfimport,\
udkapi \
))
-$(eval $(call gb_Library_add_defs,pdfimport,\
- -DBOOST_SPIRIT_USE_OLD_NAMESPACE \
- -DPDFI_IMPL_IDENTIFIER=\"com.sun.star.PDFImport-$(sdext_PLATFORM)\" \
-))
-
-$(eval $(call gb_Library_add_package_headers,pdfimport,\
- sdext_pdfimport_keywords \
-))
-
$(eval $(call gb_Library_set_include,pdfimport,\
-I$(WORKDIR)/CustomTarget/sdext/source/pdfimport/wrapper \
-I$(SRCDIR)/sdext/source/pdfimport/inc \
@@ -57,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,pdfimport,\
$(eval $(call gb_Library_add_linked_static_libs,pdfimport,\
basegfx_s \
+ pdfimport_s \
))
$(eval $(call gb_Library_use_externals,pdfimport,\
@@ -64,24 +54,7 @@ $(eval $(call gb_Library_use_externals,pdfimport,\
))
$(eval $(call gb_Library_add_exception_objects,pdfimport,\
- sdext/source/pdfimport/filterdet \
- sdext/source/pdfimport/misc/pdfihelper \
- sdext/source/pdfimport/misc/pwdinteract \
- sdext/source/pdfimport/odf/odfemitter \
- sdext/source/pdfimport/pdfiadaptor \
- sdext/source/pdfimport/pdfparse/pdfentries \
- sdext/source/pdfimport/pdfparse/pdfparse \
- sdext/source/pdfimport/sax/emitcontext \
- sdext/source/pdfimport/sax/saxattrlist \
sdext/source/pdfimport/services \
- sdext/source/pdfimport/tree/drawtreevisiting \
- sdext/source/pdfimport/tree/genericelements \
- sdext/source/pdfimport/tree/imagecontainer \
- sdext/source/pdfimport/tree/pdfiprocessor \
- sdext/source/pdfimport/tree/style \
- sdext/source/pdfimport/tree/treevisitorfactory \
- sdext/source/pdfimport/tree/writertreevisiting \
- sdext/source/pdfimport/wrapper/wrapper \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab: