1facb16e7SArmin Le Grand#************************************************************** 2facb16e7SArmin Le Grand# 3facb16e7SArmin Le Grand# Licensed to the Apache Software Foundation (ASF) under one 4facb16e7SArmin Le Grand# or more contributor license agreements. See the NOTICE file 5facb16e7SArmin Le Grand# distributed with this work for additional information 6facb16e7SArmin Le Grand# regarding copyright ownership. The ASF licenses this file 7facb16e7SArmin Le Grand# to you under the Apache License, Version 2.0 (the 8facb16e7SArmin Le Grand# "License"); you may not use this file except in compliance 9facb16e7SArmin Le Grand# with the License. You may obtain a copy of the License at 10facb16e7SArmin Le Grand# 11facb16e7SArmin Le Grand# http://www.apache.org/licenses/LICENSE-2.0 12facb16e7SArmin Le Grand# 13facb16e7SArmin Le Grand# Unless required by applicable law or agreed to in writing, 14facb16e7SArmin Le Grand# software distributed under the License is distributed on an 15facb16e7SArmin Le Grand# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16facb16e7SArmin Le Grand# KIND, either express or implied. See the License for the 17facb16e7SArmin Le Grand# specific language governing permissions and limitations 18facb16e7SArmin Le Grand# under the License. 19facb16e7SArmin Le Grand# 20facb16e7SArmin Le Grand#************************************************************** 21facb16e7SArmin Le Grand 22facb16e7SArmin Le GrandPRJ=..$/..$/.. 23facb16e7SArmin Le Grand 24facb16e7SArmin Le GrandPRJNAME=sc 25facb16e7SArmin Le GrandTARGET=sidebar 26*8f6f0393SArmin Le GrandENABLE_EXCEPTIONS=TRUE 27facb16e7SArmin Le Grand 28facb16e7SArmin Le Grand# --- Settings ----------------------------------------------------- 29facb16e7SArmin Le Grand 30facb16e7SArmin Le Grand.INCLUDE : settings.mk 31facb16e7SArmin Le Grand.INCLUDE : $(PRJ)$/util$/makefile.pmk 32facb16e7SArmin Le Grand 33facb16e7SArmin Le Grand# --- Files -------------------------------------------------------- 34facb16e7SArmin Le Grand 35facb16e7SArmin Le GrandSRS1NAME=$(TARGET) 36facb16e7SArmin Le GrandSRC1FILES = \ 37facb16e7SArmin Le Grand AlignmentPropertyPanel.src \ 38facb16e7SArmin Le Grand CellAppearancePropertyPanel.src 39facb16e7SArmin Le Grand 40facb16e7SArmin Le GrandSLOFILES = \ 41facb16e7SArmin Le Grand $(SLO)$/ScPanelFactory.obj \ 42facb16e7SArmin Le Grand $(SLO)$/AlignmentPropertyPanel.obj \ 43facb16e7SArmin Le Grand $(SLO)$/CellLineStyleControl.obj \ 44facb16e7SArmin Le Grand $(SLO)$/CellLineStylePopup.obj \ 45facb16e7SArmin Le Grand $(SLO)$/CellLineStyleValueSet.obj \ 46facb16e7SArmin Le Grand $(SLO)$/CellBorderUpdater.obj \ 47facb16e7SArmin Le Grand $(SLO)$/CellAppearancePropertyPanel.obj \ 48facb16e7SArmin Le Grand $(SLO)$/CellBorderStyleControl.obj \ 49facb16e7SArmin Le Grand $(SLO)$/CellBorderStylePopup.obj 50facb16e7SArmin Le Grand 51facb16e7SArmin Le Grand# --- Tagets ------------------------------------------------------- 52facb16e7SArmin Le Grand 53facb16e7SArmin Le Grand.INCLUDE : target.mk 54facb16e7SArmin Le Grand 55