summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-08-28 06:16:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-08-28 06:16:16 +0000
commitf4037076f8e263a5cf2989190cd7869ad16ece0d (patch)
treefaa55db3ede9776b26fb204b5545aaa8f112a802
parent3302e844920b1abd226d72e0da27db193dfbe2ba (diff)
#i10000# Introduce ENABLE_PDFIMPORT condition.
-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 54ea287..0c90127 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 f446b03..4c0ecf8 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 6b4c61b..7249e52 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 36e4671..d813b01 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 5461d7c..347bad8 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 2eeb913..ce02047 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