Avoid potential negative array index access to cached text.
[LibreOffice.git] / io / test / stm / makefile.mk
blob1a7eaad0e7dbd65e5d71ef9b1e12b8f12a4daf36
2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 # This file incorporates work covered by the following license notice:
10 # Licensed to the Apache Software Foundation (ASF) under one or more
11 # contributor license agreements. See the NOTICE file distributed
12 # with this work for additional information regarding copyright
13 # ownership. The ASF licenses this file to you under the Apache
14 # License, Version 2.0 (the "License"); you may not use this file
15 # except in compliance with the License. You may obtain a copy of
16 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 PRJ=..$/..
20 PRJNAME=io
21 TARGET=teststm
22 ENABLE_EXCEPTIONS=TRUE
24 # --- Settings -----------------------------------------------------
25 .INCLUDE : settings.mk
26 .IF "$(L10N_framework)"==""
27 # --- Files --------------------------------------------------------
28 UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb
29 UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb
31 # output directory (one dir for each project)
32 UNOUCROUT=$(OUT)$/inc
34 UNOTYPES = com.sun.star.test.XSimpleTest \
35 com.sun.star.beans.XPropertySet \
36 com.sun.star.io.UnexpectedEOFException \
37 com.sun.star.io.WrongFormatException \
38 com.sun.star.io.XActiveDataControl \
39 com.sun.star.io.XActiveDataSink \
40 com.sun.star.io.XActiveDataSource \
41 com.sun.star.io.XConnectable \
42 com.sun.star.io.XMarkableStream \
43 com.sun.star.io.XObjectInputStream \
44 com.sun.star.io.XObjectOutputStream \
45 com.sun.star.lang.IllegalArgumentException \
46 com.sun.star.lang.XComponent \
47 com.sun.star.lang.XMultiServiceFactory \
48 com.sun.star.lang.XServiceInfo \
49 com.sun.star.lang.XSingleServiceFactory \
50 com.sun.star.lang.XSingleComponentFactory \
51 com.sun.star.lang.XMultiComponentFactory \
52 com.sun.star.uno.XComponentContext \
53 com.sun.star.lang.XTypeProvider \
54 com.sun.star.registry.XImplementationRegistration \
55 com.sun.star.registry.XRegistryKey \
56 com.sun.star.test.XSimpleTest \
57 com.sun.star.uno.TypeClass \
58 com.sun.star.uno.XAggregation \
59 com.sun.star.uno.XWeak
61 SLOFILES= \
62 $(SLO)$/testfactreg.obj \
63 $(SLO)$/pipetest.obj \
64 $(SLO)$/datatest.obj \
65 $(SLO)$/marktest.obj \
66 $(SLO)$/pumptest.obj
68 SHL1TARGET= $(TARGET)
70 SHL1STDLIBS= \
71 $(SALLIB) \
72 $(CPPULIB) \
73 $(CPPUHELPERLIB)
75 SHL1LIBS= $(SLB)$/$(TARGET).lib
77 SHL1IMPLIB= i$(TARGET)
79 SHL1DEPN= makefile.mk $(SHL1LIBS)
80 SHL1DEF= $(MISC)$/$(SHL1TARGET).def
82 DEF1NAME= $(SHL1TARGET)
83 DEF1EXPORTFILE= exports.dxp
86 # --- Targets ------------------------------------------------------
87 .ENDIF # L10N_framework
89 .INCLUDE : target.mk