xref: /trunk/main/sd/source/ui/sidebar/makefile.mk (revision 02c50d825b93d3e4e3bd9073db30bd7615e748eb)
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 =                                  \
42*02c50d82SAndre Fischer    $(SLO)$/AllMasterPagesSelector.obj      \
43*02c50d82SAndre Fischer    $(SLO)$/CurrentMasterPagesSelector.obj  \
44*02c50d82SAndre Fischer    $(SLO)$/CustomAnimationPanel.obj        \
45*02c50d82SAndre Fischer    $(SLO)$/DocumentHelper.obj              \
46*02c50d82SAndre Fischer    $(SLO)$/LayoutMenu.obj                  \
47*02c50d82SAndre Fischer    $(SLO)$/MasterPageContainer.obj         \
48*02c50d82SAndre Fischer    $(SLO)$/MasterPageContainerFiller.obj   \
49*02c50d82SAndre Fischer    $(SLO)$/MasterPageContainerProviders.obj\
50*02c50d82SAndre Fischer    $(SLO)$/MasterPageContainerQueue.obj    \
51*02c50d82SAndre Fischer    $(SLO)$/MasterPageDescriptor.obj        \
52*02c50d82SAndre Fischer    $(SLO)$/MasterPageObserver.obj          \
53*02c50d82SAndre Fischer    $(SLO)$/MasterPagesSelector.obj         \
54*02c50d82SAndre Fischer    $(SLO)$/PanelBase.obj                   \
55*02c50d82SAndre Fischer    $(SLO)$/PreviewValueSet.obj             \
56*02c50d82SAndre Fischer    $(SLO)$/RecentlyUsedMasterPages.obj     \
57*02c50d82SAndre Fischer    $(SLO)$/RecentMasterPagesSelector.obj   \
587a32b0c8SAndre Fischer    $(SLO)$/SidebarFactory.obj              \
59*02c50d82SAndre Fischer    $(SLO)$/SlideTransitionPanel.obj        \
60*02c50d82SAndre Fischer    $(SLO)$/TableDesignPanel.obj
617a32b0c8SAndre Fischer
627a32b0c8SAndre Fischer# --- Tagets -------------------------------------------------------
637a32b0c8SAndre Fischer
647a32b0c8SAndre Fischer.INCLUDE :  target.mk
657a32b0c8SAndre Fischer
66