xref: /AOO41X/main/sd/source/ui/unoidl/makefile.mk (revision 03c97e340010506c11d4ffaab7f577e5f7050fe6)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24
25PRJ=..$/..$/..
26
27PROJECTPCH=sd
28PROJECTPCHSOURCE=$(PRJ)$/util$/sd
29PRJNAME=sd
30TARGET=unoidl
31ENABLE_EXCEPTIONS=TRUE
32AUTOSEG=true
33LIBTARGET = NO
34PRJINC=..$/slidesorter
35
36# --- Settings -----------------------------------------------------
37
38.INCLUDE :  settings.mk
39.INCLUDE :  $(PRJ)$/util$/makefile.pmk
40
41# --- Files --------------------------------------------------------
42
43.IF "$(COM)"=="GCC"
44NOOPTFILES= $(SLO)$/unowcntr.obj
45.ENDIF
46
47SLO1FILES =      \
48        $(SLO)$/DrawController.obj \
49        $(SLO)$/SdUnoSlideView.obj\
50        $(SLO)$/SdUnoOutlineView.obj\
51        $(SLO)$/SdUnoDrawView.obj \
52        $(SLO)$/unopool.obj \
53        $(SLO)$/UnoDocumentSettings.obj \
54        $(SLO)$/facreg.obj \
55        $(SLO)$/unomodel.obj    \
56        $(SLO)$/unopage.obj     \
57        $(SLO)$/unolayer.obj    \
58        $(SLO)$/unocpres.obj    \
59        $(SLO)$/unoobj.obj      \
60        $(SLO)$/unosrch.obj     \
61        $(SLO)$/unowcntr.obj    \
62        $(SLO)$/unokywds.obj    \
63        $(SLO)$/unopback.obj    \
64        $(SLO)$/unodoc.obj      \
65        $(SLO)$/unomodule.obj   \
66        $(SLO)$/randomnode.obj
67
68SLO2FILES = \
69    $(SLO)$/sddetect.obj        \
70    $(SLO)$/detreg.obj
71
72SLOFILES = \
73    $(SLO1FILES) \
74    $(SLO2FILES)
75
76LIB1TARGET = \
77    $(SLB)$/$(TARGET).lib
78
79LIB1OBJFILES = \
80    $(SLO1FILES)
81
82
83# --- Tagets -------------------------------------------------------
84
85.INCLUDE :  target.mk
86
87