summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2012-05-10 08:58:49 +0000
committerAndre Fischer <af@apache.org>2012-05-10 08:58:49 +0000
commit4d03efdfea6100cb0ffaf2120ffeb3616491879d (patch)
tree3cc1f30e2fda4cbdad04f795cf6b09f4dae69271 /sdext
parent2ed8ccfd4348df1e860477cdd093d780ca02e5da (diff)
Fixed build breaker and some cleanup.
Notes
ignore: obsolete
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/makefile.mk21
1 files changed, 11 insertions, 10 deletions
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk
index b8cab95572f9..6fc59c68fb8e 100644
--- a/sdext/source/presenter/makefile.mk
+++ b/sdext/source/presenter/makefile.mk
@@ -38,14 +38,21 @@ MAXLINELENGTH:=80000
PACKAGE=com.sun.PresenterScreen-$(PLATFORMID)
-.IF "$(L10N_framework)"==""
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
.IF "$(ENABLE_PRESENTER_SCREEN)" == "NO"
@all:
@echo "Presenter Screen build disabled."
.ELSE
+.IF "$(L10N_framework)" != ""
+
+@all:
+ @echo "L10N framework disabled => Presenter Screen can not be built."
+
+.ELSE
+
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
+
+
DLLPRE=
common_build_zip=
@@ -269,12 +276,10 @@ LINKLINKFILES= \
$(PACKAGE)/{$(my_XHPFILES)}
# --- Targets ----------------------------------
-.ENDIF # L10N_framework
.INCLUDE : target.mk
.INCLUDE : extension_helplink.mk
-.IF "$(L10N_framework)"==""
$(SLO)$/PresenterComponent.obj : $(INCCOM)$/PresenterExtensionIdentifier.hxx
$(INCCOM)$/PresenterExtensionIdentifier.hxx : PresenterExtensionIdentifier.txx
@@ -349,9 +354,5 @@ $(COMPONENT_LIBRARY) : $(DLLDEST)$/$$(@:f)
.INCLUDE : extension_post.mk
-.ENDIF # "$(ENABLE_PRESENTER_SCREEN)" != "NO"
-.ELSE
-ivo:
- $(ECHO)
.ENDIF # L10N_framework
-
+.ENDIF # "$(ENABLE_PRESENTER_SCREEN)" != "NO"