17871dc3eSAndrew Rist#************************************************************** 2*45b93914SAriel Constenla-Haile# 37871dc3eSAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 47871dc3eSAndrew Rist# or more contributor license agreements. See the NOTICE file 57871dc3eSAndrew Rist# distributed with this work for additional information 67871dc3eSAndrew Rist# regarding copyright ownership. The ASF licenses this file 77871dc3eSAndrew Rist# to you under the Apache License, Version 2.0 (the 87871dc3eSAndrew Rist# "License"); you may not use this file except in compliance 97871dc3eSAndrew Rist# with the License. You may obtain a copy of the License at 10*45b93914SAriel Constenla-Haile# 117871dc3eSAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 12*45b93914SAriel Constenla-Haile# 137871dc3eSAndrew Rist# Unless required by applicable law or agreed to in writing, 147871dc3eSAndrew Rist# software distributed under the License is distributed on an 157871dc3eSAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 167871dc3eSAndrew Rist# KIND, either express or implied. See the License for the 177871dc3eSAndrew Rist# specific language governing permissions and limitations 187871dc3eSAndrew Rist# under the License. 19*45b93914SAriel Constenla-Haile# 207871dc3eSAndrew Rist#************************************************************** 217871dc3eSAndrew Rist 22*45b93914SAriel Constenla-Haile 23*45b93914SAriel Constenla-Haile 24cdf0e10cSrcweirPRJ=..$/.. 25cdf0e10cSrcweirPRJNAME=sdext 26cdf0e10cSrcweirTARGET=PresenterScreen 27cdf0e10cSrcweirGEN_HID=FALSE 28cdf0e10cSrcweirEXTNAME=PresenterScreen 29cdf0e10cSrcweir 30cdf0e10cSrcweirENABLE_EXCEPTIONS=TRUE 31*45b93914SAriel Constenla-Haile# survive zip dependencies 32*45b93914SAriel Constenla-HaileMAXLINELENGTH:=80000 33cdf0e10cSrcweir 34cdf0e10cSrcweir# --- Settings ---------------------------------- 35cdf0e10cSrcweir 36*45b93914SAriel Constenla-Haile.INCLUDE : rtlbootstrap.mk 37cdf0e10cSrcweir.INCLUDE : settings.mk 38cdf0e10cSrcweir 39*45b93914SAriel Constenla-HailePACKAGE=com.sun.PresenterScreen-$(PLATFORMID) 40*45b93914SAriel Constenla-Haile 41*45b93914SAriel Constenla-Haile.IF "$(ENABLE_PRESENTER_SCREEN)" == "NO" 42*45b93914SAriel Constenla-Haile@all: 43*45b93914SAriel Constenla-Haile @echo "Presenter Screen build disabled." 44*45b93914SAriel Constenla-Haile.ELSE 45*45b93914SAriel Constenla-Haile 461e921515SAndre Fischer.IF "$(L10N_framework)" != "" 471e921515SAndre Fischer 481e921515SAndre Fischer@all: 491e921515SAndre Fischer @echo "L10N framework disabled => Presenter Screen can not be built." 501e921515SAndre Fischer 511e921515SAndre Fischer.ELSE 521e921515SAndre Fischer 531e921515SAndre Fischer.INCLUDE : $(PRJ)$/util$/makefile.pmk 541e921515SAndre Fischer 55*45b93914SAriel Constenla-Haile 56cdf0e10cSrcweirDLLPRE= 57*45b93914SAriel Constenla-Hailecommon_build_zip= 58cdf0e10cSrcweir 59cdf0e10cSrcweir# --- Files ------------------------------------- 60cdf0e10cSrcweir 61*45b93914SAriel Constenla-HaileSLOFILES= \ 62*45b93914SAriel Constenla-Haile $(SLO)$/PresenterAccessibility.obj \ 63*45b93914SAriel Constenla-Haile $(SLO)$/PresenterAnimation.obj \ 64*45b93914SAriel Constenla-Haile $(SLO)$/PresenterAnimator.obj \ 65*45b93914SAriel Constenla-Haile $(SLO)$/PresenterBitmapContainer.obj \ 66*45b93914SAriel Constenla-Haile $(SLO)$/PresenterButton.obj \ 67*45b93914SAriel Constenla-Haile $(SLO)$/PresenterCanvasHelper.obj \ 68*45b93914SAriel Constenla-Haile $(SLO)$/PresenterConfigurationAccess.obj \ 69*45b93914SAriel Constenla-Haile $(SLO)$/PresenterController.obj \ 70*45b93914SAriel Constenla-Haile $(SLO)$/PresenterCurrentSlideObserver.obj \ 71*45b93914SAriel Constenla-Haile $(SLO)$/PresenterFrameworkObserver.obj \ 72*45b93914SAriel Constenla-Haile $(SLO)$/PresenterGeometryHelper.obj \ 73*45b93914SAriel Constenla-Haile $(SLO)$/PresenterHelper.obj \ 74*45b93914SAriel Constenla-Haile $(SLO)$/PresenterHelpView.obj \ 75*45b93914SAriel Constenla-Haile $(SLO)$/PresenterNotesView.obj \ 76*45b93914SAriel Constenla-Haile $(SLO)$/PresenterPaintManager.obj \ 77*45b93914SAriel Constenla-Haile $(SLO)$/PresenterPane.obj \ 78*45b93914SAriel Constenla-Haile $(SLO)$/PresenterPaneAnimator.obj \ 79*45b93914SAriel Constenla-Haile $(SLO)$/PresenterPaneBase.obj \ 80*45b93914SAriel Constenla-Haile $(SLO)$/PresenterPaneBorderManager.obj \ 81*45b93914SAriel Constenla-Haile $(SLO)$/PresenterPaneBorderPainter.obj \ 82*45b93914SAriel Constenla-Haile $(SLO)$/PresenterPaneContainer.obj \ 83*45b93914SAriel Constenla-Haile $(SLO)$/PresenterPaneFactory.obj \ 84*45b93914SAriel Constenla-Haile $(SLO)$/PresenterProtocolHandler.obj \ 85*45b93914SAriel Constenla-Haile $(SLO)$/PresenterScreen.obj \ 86*45b93914SAriel Constenla-Haile $(SLO)$/PresenterScrollBar.obj \ 87*45b93914SAriel Constenla-Haile $(SLO)$/PresenterSlidePreview.obj \ 88*45b93914SAriel Constenla-Haile $(SLO)$/PresenterSlideShowView.obj \ 89*45b93914SAriel Constenla-Haile $(SLO)$/PresenterSlideSorter.obj \ 90*45b93914SAriel Constenla-Haile $(SLO)$/PresenterSprite.obj \ 91*45b93914SAriel Constenla-Haile $(SLO)$/PresenterSpritePane.obj \ 92*45b93914SAriel Constenla-Haile $(SLO)$/PresenterTextView.obj \ 93*45b93914SAriel Constenla-Haile $(SLO)$/PresenterTheme.obj \ 94*45b93914SAriel Constenla-Haile $(SLO)$/PresenterTimer.obj \ 95*45b93914SAriel Constenla-Haile $(SLO)$/PresenterToolBar.obj \ 96*45b93914SAriel Constenla-Haile $(SLO)$/PresenterUIPainter.obj \ 97*45b93914SAriel Constenla-Haile $(SLO)$/PresenterViewFactory.obj \ 98*45b93914SAriel Constenla-Haile $(SLO)$/PresenterWindowManager.obj \ 99*45b93914SAriel Constenla-Haile $(SLO)$/PresenterComponent.obj 100cdf0e10cSrcweir 101cdf0e10cSrcweir 102cdf0e10cSrcweir# --- Library ----------------------------------- 103cdf0e10cSrcweir 104*45b93914SAriel Constenla-HaileSHL1TARGET= $(TARGET).uno 105cdf0e10cSrcweir 106*45b93914SAriel Constenla-HaileSHL1STDLIBS= $(CPPUHELPERLIB) \ 107*45b93914SAriel Constenla-Haile $(CPPULIB) \ 108*45b93914SAriel Constenla-Haile $(SALLIB) 109cdf0e10cSrcweir 110cdf0e10cSrcweirSHL1DEPN= 111*45b93914SAriel Constenla-HaileSHL1IMPLIB= i$(SHL1TARGET) 112*45b93914SAriel Constenla-HaileSHL1LIBS= $(SLB)$/$(TARGET).lib 113*45b93914SAriel Constenla-HaileSHL1DEF= $(MISC)$/$(SHL1TARGET).def 114*45b93914SAriel Constenla-HaileSHL1VERSIONMAP=$(SOLARENV)/src/reg-component.map 115cdf0e10cSrcweirSHL1RPATH= OXT 116*45b93914SAriel Constenla-HaileDEF1NAME= $(SHL1TARGET) 117*45b93914SAriel Constenla-Haile 118*45b93914SAriel Constenla-HaileZIP2TARGET= presenter-screen_develop 119*45b93914SAriel Constenla-HaileZIP2DIR= $(COMMONMISC) 120*45b93914SAriel Constenla-HaileZIP2EXT= .zip 121*45b93914SAriel Constenla-HaileZIP2FLAGS=-r 122*45b93914SAriel Constenla-HaileZIP2LIST= */com.sun.PresenterScreen/*.xhp 123*45b93914SAriel Constenla-Haile 124*45b93914SAriel Constenla-HaileZIP1TARGET= presenter-screen 125*45b93914SAriel Constenla-HaileZIP1DIR= $(MISC)$/$(TARGET) 126*45b93914SAriel Constenla-HaileZIP1EXT= .oxt 127*45b93914SAriel Constenla-HaileZIP1FLAGS=-r 128*45b93914SAriel Constenla-HaileZIP1LIST= * 129*45b93914SAriel Constenla-Haile 130*45b93914SAriel Constenla-HaileEXTENSIONDIR=$(ZIP1DIR) 131*45b93914SAriel Constenla-Haile 132*45b93914SAriel Constenla-Haile.INCLUDE : extension_pre.mk 133*45b93914SAriel Constenla-Haile 134*45b93914SAriel Constenla-Haile.IF "$(WITH_LANG)"=="" 135*45b93914SAriel Constenla-HaileFIND_XCU=registry/data 136*45b93914SAriel Constenla-Haile.ELSE # "$(WITH_LANG)"=="" 137*45b93914SAriel Constenla-HaileFIND_XCU=$(MISC)$/$(EXTNAME)_in$/merge 138*45b93914SAriel Constenla-Haile.ENDIF # "$(WITH_LANG)"=="" 139*45b93914SAriel Constenla-Haile 140*45b93914SAriel Constenla-HaileCOMPONENT_FILES= \ 141*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/registry$/data$/org$/openoffice$/Office$/Jobs.xcu \ 142*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/registry$/data$/org$/openoffice$/Office$/ProtocolHandler.xcu \ 143*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/registry$/schema/org$/openoffice$/Office$/extension$/PresenterScreen.xcs \ 144*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/registry$/data/$/org$/openoffice$/Office$/extension$/PresenterScreen.xcu 145*45b93914SAriel Constenla-Haile 146*45b93914SAriel Constenla-HaileCOMPONENT_BITMAPS= \ 147*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderTop.png \ 148*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderTopLeft.png \ 149*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderTopRight.png \ 150*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderLeft.png \ 151*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderRight.png \ 152*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderBottomLeft.png \ 153*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderBottomRight.png \ 154*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderBottom.png \ 155*45b93914SAriel Constenla-Haile \ 156*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderActiveTop.png \ 157*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderActiveTopLeft.png \ 158*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderActiveTopRight.png \ 159*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderActiveLeft.png \ 160*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderActiveRight.png \ 161*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderActiveBottomLeft.png \ 162*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderActiveBottomRight.png \ 163*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderActiveBottom.png \ 164*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderActiveBottomCallout.png \ 165*45b93914SAriel Constenla-Haile \ 166*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderCurrentSlideTop.png \ 167*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderCurrentSlideTopLeft.png \ 168*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderCurrentSlideTopRight.png \ 169*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderCurrentSlideLeft.png \ 170*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderCurrentSlideRight.png \ 171*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderCurrentSlideBottomLeft.png \ 172*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderCurrentSlideBottomRight.png \ 173*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderCurrentSlideBottom.png \ 174*45b93914SAriel Constenla-Haile \ 175*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderToolbarTop.png \ 176*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderToolbarTopLeft.png \ 177*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderToolbarTopRight.png \ 178*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderToolbarLeft.png \ 179*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderToolbarRight.png \ 180*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/BorderToolbarBottom.png \ 181*45b93914SAriel Constenla-Haile \ 182*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/Background.png \ 183*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ViewBackground.png \ 184*45b93914SAriel Constenla-Haile \ 185*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonSlidePreviousNormal.png \ 186*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonSlidePreviousMouseOver.png \ 187*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonSlidePreviousSelected.png \ 188*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonSlidePreviousDisabled.png \ 189*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonEffectNextNormal.png \ 190*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonEffectNextMouseOver.png \ 191*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonEffectNextSelected.png \ 192*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonEffectNextDisabled.png \ 193*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonNotesNormal.png \ 194*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonNotesMouseOver.png \ 195*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonNotesSelected.png \ 196*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonNotesDisabled.png \ 197*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonSlideSorterNormal.png \ 198*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonSlideSorterMouseOver.png \ 199*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonSlideSorterSelected.png \ 200*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonSlideSorterDisabled.png \ 201*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonHelpNormal.png \ 202*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonHelpMouseOver.png \ 203*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonHelpSelected.png \ 204*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonHelpDisabled.png \ 205*45b93914SAriel Constenla-Haile \ 206*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarArrowUpNormal.png \ 207*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarArrowUpMouseOver.png \ 208*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarArrowUpSelected.png \ 209*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarArrowUpDisabled.png \ 210*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarArrowDownNormal.png \ 211*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarArrowDownMouseOver.png \ 212*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarArrowDownSelected.png \ 213*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarArrowDownDisabled.png \ 214*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarPagerMiddleNormal.png \ 215*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarPagerMiddleMouseOver.png \ 216*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarThumbTopNormal.png \ 217*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarThumbTopMouseOver.png \ 218*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarThumbBottomNormal.png \ 219*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarThumbBottomMouseOver.png \ 220*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarThumbMiddleNormal.png \ 221*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps/ScrollbarThumbMiddleMouseOver.png \ 222*45b93914SAriel Constenla-Haile \ 223*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonPlusNormal.png \ 224*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonPlusMouseOver.png \ 225*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonPlusSelected.png \ 226*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonPlusDisabled.png \ 227*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonMinusNormal.png \ 228*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonMinusMouseOver.png \ 229*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonMinusSelected.png \ 230*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonMinusDisabled.png \ 231*45b93914SAriel Constenla-Haile \ 232*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonFrameLeftNormal.png \ 233*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonFrameCenterNormal.png \ 234*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonFrameRightNormal.png \ 235*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonFrameLeftMouseOver.png \ 236*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonFrameCenterMouseOver.png \ 237*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/ButtonFrameRightMouseOver.png \ 238*45b93914SAriel Constenla-Haile \ 239*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/LabelMouseOverLeft.png \ 240*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/LabelMouseOverCenter.png \ 241*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/LabelMouseOverRight.png 242*45b93914SAriel Constenla-Haile 243*45b93914SAriel Constenla-HaileCOMPONENT_IMAGES=\ 244*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/extension_32.png \ 245*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/bitmaps$/extension_32_h.png 246*45b93914SAriel Constenla-Haile 247*45b93914SAriel Constenla-HaileCOMPONENT_LIBRARY= \ 248*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/$(TARGET).uno$(DLLPOST) 249*45b93914SAriel Constenla-Haile 250*45b93914SAriel Constenla-HailePLATFORMID:=$(RTL_OS:l)_$(RTL_ARCH:l) 251*45b93914SAriel Constenla-Haile 252*45b93914SAriel Constenla-HaileCOMPONENT_HELP= \ 253*45b93914SAriel Constenla-Haile $(ZIP1DIR)$/help/component.txt \ 254*45b93914SAriel Constenla-Haile $(foreach,l,$(alllangiso) $(ZIP1DIR)$/help$/$l$/com.sun.PresenterScreen-$(PLATFORMID)$/presenter.xhp) 255*45b93914SAriel Constenla-Haile 256*45b93914SAriel Constenla-HaileZIP1DEPS= \ 257*45b93914SAriel Constenla-Haile $(PACKLICS) \ 258*45b93914SAriel Constenla-Haile $(DESCRIPTION) \ 259*45b93914SAriel Constenla-Haile $(COMPONENT_MANIFEST) \ 260*45b93914SAriel Constenla-Haile $(COMPONENT_FILES) \ 261*45b93914SAriel Constenla-Haile $(COMPONENT_BITMAPS) \ 262*45b93914SAriel Constenla-Haile $(COMPONENT_IMAGES) \ 263*45b93914SAriel Constenla-Haile $(COMPONENT_LIBRARY) \ 264*45b93914SAriel Constenla-Haile $(COMPONENT_HELP) 265*45b93914SAriel Constenla-Haile 266*45b93914SAriel Constenla-Haile# $(COMPONENT_MERGED_XCU) \ 267*45b93914SAriel Constenla-Haile 268*45b93914SAriel Constenla-Haile 269*45b93914SAriel Constenla-HaileLINKNAME:=help 270*45b93914SAriel Constenla-HaileXHPLINKSRC:=$(ZIP1DIR)/help 271*45b93914SAriel Constenla-Haile 272*45b93914SAriel Constenla-Hailemy_XHPFILES= \ 273*45b93914SAriel Constenla-Haile presenter.xhp 274*45b93914SAriel Constenla-Haile 275*45b93914SAriel Constenla-HaileLINKLINKFILES= \ 276*45b93914SAriel Constenla-Haile $(PACKAGE)/{$(my_XHPFILES)} 2775d03e972SAriel Constenla-Haile 2785d03e972SAriel Constenla-Haile# --- Targets ---------------------------------- 2795d03e972SAriel Constenla-Haile 2805d03e972SAriel Constenla-Haile.INCLUDE : target.mk 281*45b93914SAriel Constenla-Haile.INCLUDE : extension_helplink.mk 282*45b93914SAriel Constenla-Haile 283*45b93914SAriel Constenla-Haile$(SLO)$/PresenterComponent.obj : $(INCCOM)$/PresenterExtensionIdentifier.hxx 284cdf0e10cSrcweir 285*45b93914SAriel Constenla-Haile$(INCCOM)$/PresenterExtensionIdentifier.hxx : PresenterExtensionIdentifier.txx 286*45b93914SAriel Constenla-Haile $(TYPE) $< | sed s/UPDATED_PLATFORM/$(PLATFORMID)/ > $@ 287cdf0e10cSrcweir 288*45b93914SAriel Constenla-Haile$(ZIP1DIR)$/help$/component.txt : help$/$$(@:f) 289*45b93914SAriel Constenla-Haile @@-$(MKDIRHIER) $(@:d) 290*45b93914SAriel Constenla-Haile $(COPY) $< $@ 2915d03e972SAriel Constenla-Haile 292*45b93914SAriel Constenla-Haile$(ZIP1DIR)/help/%/com.sun.PresenterScreen-$(PLATFORMID)/presenter.xhp : $(COMMONMISC)/%/com.sun.PresenterScreen/presenter.xhp 293*45b93914SAriel Constenla-Haile @echo creating $@ 2945d03e972SAriel Constenla-Haile @-$(MKDIRHIER) $(@:d) 295*45b93914SAriel Constenla-Haile $(TYPE) $< | sed "s/PLATFORMID/$(PLATFORMID)/" | sed 's/@PRESENTEREXTENSIONPRODUCTNAME@/Presenter Console/g' > $@ 296*45b93914SAriel Constenla-Haile 297*45b93914SAriel Constenla-Haile.IF "$(ZIP1TARGETN)"!="" 298*45b93914SAriel Constenla-Haile$(ZIP1TARGETN) : $(HELPLINKALLTARGETS) 2995d03e972SAriel Constenla-Haile 300*45b93914SAriel Constenla-Haile.ENDIF # "$(ZIP1TARGETN)"!="" 301*45b93914SAriel Constenla-Haile 302*45b93914SAriel Constenla-Haile$(COMPONENT_BITMAPS) : bitmaps$/$$(@:f) 303cdf0e10cSrcweir @-$(MKDIRHIER) $(@:d) 304*45b93914SAriel Constenla-Haile +$(COPY) $< $@ 3055d03e972SAriel Constenla-Haile 306*45b93914SAriel Constenla-Haile$(COMPONENT_IMAGES) : $(SOLARSRC)$/$(RSCDEFIMG)$/desktop$/res$/$$(@:f) 307*45b93914SAriel Constenla-Haile @@-$(MKDIRHIER) $(@:d) 308*45b93914SAriel Constenla-Haile $(COPY) $< $@ 3095d03e972SAriel Constenla-Haile 310*45b93914SAriel Constenla-Haile$(COMPONENT_LIBRARY) : $(DLLDEST)$/$$(@:f) 311*45b93914SAriel Constenla-Haile @-$(MKDIRHIER) $(@:d) 312*45b93914SAriel Constenla-Haile +$(COPY) $< $@ 313*45b93914SAriel Constenla-Haile.IF "$(OS)$(CPU)"=="WNTI" 314*45b93914SAriel Constenla-Haile .IF "$(COM)"=="GCC" 315*45b93914SAriel Constenla-Haile $(GNUCOPY) $(SOLARBINDIR)$/mingwm10.dll $(ZIP1DIR) 316*45b93914SAriel Constenla-Haile .ELSE 317*45b93914SAriel Constenla-Haile .IF "$(PACKMS)"!="" 318*45b93914SAriel Constenla-Haile .IF "$(CCNUMVER)" <= "001399999999" 319*45b93914SAriel Constenla-Haile $(GNUCOPY) $(PACKMS)$/msvcr71.dll $(ZIP1DIR) 320*45b93914SAriel Constenla-Haile $(GNUCOPY) $(PACKMS)$/msvcp71.dll $(ZIP1DIR) 321*45b93914SAriel Constenla-Haile .ELSE 322*45b93914SAriel Constenla-Haile .IF "$(CCNUMVER)" <= "001499999999" 323*45b93914SAriel Constenla-Haile $(GNUCOPY) $(PACKMS)$/msvcr80.dll $(ZIP1DIR) 324*45b93914SAriel Constenla-Haile $(GNUCOPY) $(PACKMS)$/msvcp80.dll $(ZIP1DIR) 325*45b93914SAriel Constenla-Haile $(GNUCOPY) $(PACKMS)$/msvcm80.dll $(ZIP1DIR) 326*45b93914SAriel Constenla-Haile $(GNUCOPY) $(PACKMS)$/Microsoft.VC80.CRT.manifest $(ZIP1DIR) 327*45b93914SAriel Constenla-Haile .ELSE 328*45b93914SAriel Constenla-Haile $(GNUCOPY) $(PACKMS)$/msvcr90.dll $(ZIP1DIR) 329*45b93914SAriel Constenla-Haile $(GNUCOPY) $(PACKMS)$/msvcp90.dll $(ZIP1DIR) 330*45b93914SAriel Constenla-Haile $(GNUCOPY) $(PACKMS)$/msvcm90.dll $(ZIP1DIR) 331*45b93914SAriel Constenla-Haile $(GNUCOPY) $(PACKMS)$/Microsoft.VC90.CRT.manifest $(ZIP1DIR) 332*45b93914SAriel Constenla-Haile .ENDIF 333*45b93914SAriel Constenla-Haile .ENDIF 334*45b93914SAriel Constenla-Haile .ELSE # "$(PACKMS)"!="" 335*45b93914SAriel Constenla-Haile .IF "$(CCNUMVER)" <= "001399999999" 336*45b93914SAriel Constenla-Haile $(GNUCOPY) $(SOLARBINDIR)$/msvcr71.dll $(ZIP1DIR) 337*45b93914SAriel Constenla-Haile $(GNUCOPY) $(SOLARBINDIR)$/msvcp71.dll $(ZIP1DIR) 338*45b93914SAriel Constenla-Haile .ELSE 339*45b93914SAriel Constenla-Haile .IF "$(CCNUMVER)" <= "001499999999" 340*45b93914SAriel Constenla-Haile $(GNUCOPY) $(SOLARBINDIR)$/msvcr80.dll $(ZIP1DIR) 341*45b93914SAriel Constenla-Haile $(GNUCOPY) $(SOLARBINDIR)$/msvcp80.dll $(ZIP1DIR) 342*45b93914SAriel Constenla-Haile $(GNUCOPY) $(SOLARBINDIR)$/msvcm80.dll $(ZIP1DIR) 343*45b93914SAriel Constenla-Haile $(GNUCOPY) $(SOLARBINDIR)$/Microsoft.VC80.CRT.manifest $(ZIP1DIR) 344*45b93914SAriel Constenla-Haile .ELSE 345*45b93914SAriel Constenla-Haile $(GNUCOPY) $(SOLARBINDIR)$/msvcr90.dll $(ZIP1DIR) 346*45b93914SAriel Constenla-Haile $(GNUCOPY) $(SOLARBINDIR)$/msvcp90.dll $(ZIP1DIR) 347*45b93914SAriel Constenla-Haile $(GNUCOPY) $(SOLARBINDIR)$/msvcm90.dll $(ZIP1DIR) 348*45b93914SAriel Constenla-Haile $(GNUCOPY) $(SOLARBINDIR)$/Microsoft.VC90.CRT.manifest $(ZIP1DIR) 349*45b93914SAriel Constenla-Haile .ENDIF 350*45b93914SAriel Constenla-Haile .ENDIF 351*45b93914SAriel Constenla-Haile .ENDIF # "$(PACKMS)"!="" 352*45b93914SAriel Constenla-Haile .ENDIF #"$(COM)"=="GCC" 353*45b93914SAriel Constenla-Haile.ENDIF 354*45b93914SAriel Constenla-Haile 355*45b93914SAriel Constenla-Haile.INCLUDE : extension_post.mk 356cdf0e10cSrcweir 357cdf0e10cSrcweir.ENDIF # L10N_framework 358*45b93914SAriel Constenla-Haile.ENDIF # "$(ENABLE_PRESENTER_SCREEN)" != "NO" 359