xref: /AOO41X/main/sd/source/ui/sidebar/makefile.mk (revision ca62e2c2083b5d0995f1245bad6c2edfb455fbec)
17a32b0c8SAndre Fischer#**************************************************************
27a32b0c8SAndre Fischer#
37a32b0c8SAndre Fischer#  Licensed to the Apache Software Foundation (ASF) under one
47a32b0c8SAndre Fischer#  or more contributor license agreements.  See the NOTICE file
57a32b0c8SAndre Fischer#  distributed with this work for additional information
67a32b0c8SAndre Fischer#  regarding copyright ownership.  The ASF licenses this file
77a32b0c8SAndre Fischer#  to you under the Apache License, Version 2.0 (the
87a32b0c8SAndre Fischer#  "License"); you may not use this file except in compliance
97a32b0c8SAndre Fischer#  with the License.  You may obtain a copy of the License at
107a32b0c8SAndre Fischer#
117a32b0c8SAndre Fischer#    http://www.apache.org/licenses/LICENSE-2.0
127a32b0c8SAndre Fischer#
137a32b0c8SAndre Fischer#  Unless required by applicable law or agreed to in writing,
147a32b0c8SAndre Fischer#  software distributed under the License is distributed on an
157a32b0c8SAndre Fischer#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167a32b0c8SAndre Fischer#  KIND, either express or implied.  See the License for the
177a32b0c8SAndre Fischer#  specific language governing permissions and limitations
187a32b0c8SAndre Fischer#  under the License.
197a32b0c8SAndre Fischer#
207a32b0c8SAndre Fischer#**************************************************************
217a32b0c8SAndre Fischer
227a32b0c8SAndre Fischer
237a32b0c8SAndre Fischer
247a32b0c8SAndre FischerPRJ=..$/..$/..
257a32b0c8SAndre Fischer
267a32b0c8SAndre FischerPROJECTPCH=sd
277a32b0c8SAndre FischerPROJECTPCHSOURCE=$(PRJ)$/util$/sd
287a32b0c8SAndre FischerPRJNAME=sd
297a32b0c8SAndre FischerTARGET=sidebar
307a32b0c8SAndre FischerENABLE_EXCEPTIONS=TRUE
317a32b0c8SAndre FischerAUTOSEG=true
327a32b0c8SAndre FischerPRJINC=..
337a32b0c8SAndre Fischer
347a32b0c8SAndre Fischer# --- Settings -----------------------------------------------------
357a32b0c8SAndre Fischer
367a32b0c8SAndre Fischer.INCLUDE :  settings.mk
377a32b0c8SAndre Fischer.INCLUDE :  $(PRJ)$/util$/makefile.pmk
387a32b0c8SAndre Fischer
397a32b0c8SAndre Fischer# --- Files --------------------------------------------------------
407a32b0c8SAndre Fischer
417a32b0c8SAndre FischerSLOFILES =                                  \
4202c50d82SAndre Fischer    $(SLO)$/AllMasterPagesSelector.obj      \
4302c50d82SAndre Fischer    $(SLO)$/CurrentMasterPagesSelector.obj  \
4402c50d82SAndre Fischer    $(SLO)$/CustomAnimationPanel.obj        \
4502c50d82SAndre Fischer    $(SLO)$/DocumentHelper.obj              \
4602c50d82SAndre Fischer    $(SLO)$/LayoutMenu.obj                  \
4702c50d82SAndre Fischer    $(SLO)$/MasterPageContainer.obj         \
4802c50d82SAndre Fischer    $(SLO)$/MasterPageContainerFiller.obj   \
4902c50d82SAndre Fischer    $(SLO)$/MasterPageContainerProviders.obj\
5002c50d82SAndre Fischer    $(SLO)$/MasterPageContainerQueue.obj    \
5102c50d82SAndre Fischer    $(SLO)$/MasterPageDescriptor.obj        \
5202c50d82SAndre Fischer    $(SLO)$/MasterPageObserver.obj          \
5302c50d82SAndre Fischer    $(SLO)$/MasterPagesSelector.obj         \
5462024513SAndre Fischer    $(SLO)$/NavigatorWrapper.obj            \
5502c50d82SAndre Fischer    $(SLO)$/PanelBase.obj                   \
5662024513SAndre Fischer    $(SLO)$/PanelFactory.obj                \
5702c50d82SAndre Fischer    $(SLO)$/PreviewValueSet.obj             \
5802c50d82SAndre Fischer    $(SLO)$/RecentlyUsedMasterPages.obj     \
5902c50d82SAndre Fischer    $(SLO)$/RecentMasterPagesSelector.obj   \
60*f6859a6bSAndre Fischer    $(SLO)$/SlideTransitionPanel.obj
617a32b0c8SAndre Fischer
627a32b0c8SAndre Fischer# --- Tagets -------------------------------------------------------
637a32b0c8SAndre Fischer
647a32b0c8SAndre Fischer.INCLUDE :  target.mk
657a32b0c8SAndre Fischer
66