xref: /aoo4110/main/accessibility/util/makefile.mk (revision b1cdbd2c)
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
24PRJ=..
25PRJNAME=accessibility
26TARGET=acc
27USE_DEFFILE=TRUE
28
29# --- Settings ----------------------------------
30
31.INCLUDE :	settings.mk
32
33#.INCLUDE :	svpre.mk
34#.INCLUDE :	settings.mk
35#.INCLUDE :	sv.mk
36
37LDUMP=ldump2.exe
38
39# --- Library -----------------------------------
40# --- acc ---------------------------------------
41LIB1TARGET=$(SLB)$/$(PRJNAME).lib
42LIB1FILES=\
43		$(SLB)$/standard.lib \
44        $(SLB)$/extended.lib \
45		$(SLB)$/helper.lib
46
47SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
48
49SHL1STDLIBS= \
50        $(VCLLIB)           \
51        $(COMPHELPERLIB)    \
52        $(SOTLIB)           \
53        $(CPPULIB)          \
54        $(CPPUHELPERLIB)    \
55        $(UNOTOOLSLIB)      \
56        $(TKLIB)            \
57        $(TOOLSLIB)         \
58        $(SVTOOLLIB)        \
59        $(SVLLIB)           \
60        $(SALLIB)
61
62SHL1LIBS=$(LIB1TARGET)
63SHL1DEPN=$(LIB1TARGET)	\
64		makefile.mk
65
66
67SHL1VERSIONMAP= $(TARGET).map
68SHL1DEF=        $(MISC)$/$(SHL1TARGET).def
69DEF1NAME=       $(SHL1TARGET)
70
71# === .res file ==========================================================
72
73RES1FILELIST=\
74            $(SRS)$/helper.srs
75
76RESLIB1NAME=$(TARGET)
77RESLIB1SRSFILES=$(RES1FILELIST)
78
79# --- Targets ----------------------------------
80
81.INCLUDE : target.mk
82
83