summaryrefslogtreecommitdiff
path: root/sdext/source
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source')
-rw-r--r--sdext/source/pdfimport/misc/makefile.mk7
-rw-r--r--sdext/source/pdfimport/odf/makefile.mk7
-rw-r--r--sdext/source/pdfimport/pdfparse/makefile.mk7
-rw-r--r--sdext/source/pdfimport/sax/makefile.mk7
-rw-r--r--sdext/source/pdfimport/tree/makefile.mk7
-rwxr-xr-xsdext/source/pdfimport/wrapper/makefile.mk7
6 files changed, 36 insertions, 6 deletions
diff --git a/sdext/source/pdfimport/misc/makefile.mk b/sdext/source/pdfimport/misc/makefile.mk
index 54ea287fb016..0c901273a781 100644
--- a/sdext/source/pdfimport/misc/makefile.mk
+++ b/sdext/source/pdfimport/misc/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
# This file is part of OpenOffice.org.
#
@@ -47,4 +47,9 @@ SLOFILES=\
# --- Targets ------------------------------------------------------
+.IF "$(ENABLE_PDFIMPORT)" == "NO"
+@all:
+ @echo "PDF Import extension disabled."
+.ENDIF
+
.INCLUDE: target.mk
diff --git a/sdext/source/pdfimport/odf/makefile.mk b/sdext/source/pdfimport/odf/makefile.mk
index f446b03819ea..4c0ecf8662a6 100644
--- a/sdext/source/pdfimport/odf/makefile.mk
+++ b/sdext/source/pdfimport/odf/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
# This file is part of OpenOffice.org.
#
@@ -46,4 +46,9 @@ SLOFILES=\
# --- Targets ------------------------------------------------------
+.IF "$(ENABLE_PDFIMPORT)" == "NO"
+@all:
+ @echo "PDF Import extension disabled."
+.ENDIF
+
.INCLUDE: target.mk
diff --git a/sdext/source/pdfimport/pdfparse/makefile.mk b/sdext/source/pdfimport/pdfparse/makefile.mk
index 6b4c61ba61b5..7249e52205eb 100644
--- a/sdext/source/pdfimport/pdfparse/makefile.mk
+++ b/sdext/source/pdfimport/pdfparse/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
# This file is part of OpenOffice.org.
#
@@ -52,4 +52,9 @@ SLOFILES=\
# --- Targets ------------------------------------------------------
+.IF "$(ENABLE_PDFIMPORT)" == "NO"
+@all:
+ @echo "PDF Import extension disabled."
+.ENDIF
+
.INCLUDE : target.mk
diff --git a/sdext/source/pdfimport/sax/makefile.mk b/sdext/source/pdfimport/sax/makefile.mk
index 36e46712d440..d813b01dfa92 100644
--- a/sdext/source/pdfimport/sax/makefile.mk
+++ b/sdext/source/pdfimport/sax/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
# This file is part of OpenOffice.org.
#
@@ -47,4 +47,9 @@ SLOFILES=\
# --- Targets ------------------------------------------------------
+.IF "$(ENABLE_PDFIMPORT)" == "NO"
+@all:
+ @echo "PDF Import extension disabled."
+.ENDIF
+
.INCLUDE: target.mk
diff --git a/sdext/source/pdfimport/tree/makefile.mk b/sdext/source/pdfimport/tree/makefile.mk
index 5461d7c683ad..347bad8667b0 100644
--- a/sdext/source/pdfimport/tree/makefile.mk
+++ b/sdext/source/pdfimport/tree/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
# This file is part of OpenOffice.org.
#
@@ -52,4 +52,9 @@ SLOFILES=\
# --- Targets ------------------------------------------------------
+.IF "$(ENABLE_PDFIMPORT)" == "NO"
+@all:
+ @echo "PDF Import extension disabled."
+.ENDIF
+
.INCLUDE: target.mk
diff --git a/sdext/source/pdfimport/wrapper/makefile.mk b/sdext/source/pdfimport/wrapper/makefile.mk
index 2eeb913f5cf5..ce02047986e5 100755
--- a/sdext/source/pdfimport/wrapper/makefile.mk
+++ b/sdext/source/pdfimport/wrapper/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
# This file is part of OpenOffice.org.
#
@@ -49,4 +49,9 @@ SLOFILES=\
# --- Targets ------------------------------------------------------
+.IF "$(ENABLE_PDFIMPORT)" == "NO"
+@all:
+ @echo "PDF Import extension disabled."
+.ENDIF
+
.INCLUDE : target.mk