xref: /aoo4110/main/io/test/stm/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
23PRJ=..$/..
24
25PRJNAME=io
26TARGET=teststm
27NO_BSYMBOLIC=TRUE
28ENABLE_EXCEPTIONS=TRUE
29
30# --- Settings -----------------------------------------------------
31.INCLUDE :  settings.mk
32.IF "$(L10N_framework)"==""
33# --- Files --------------------------------------------------------
34UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb
35UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb
36
37# output directory (one dir for each project)
38UNOUCROUT=$(OUT)$/inc
39
40UNOTYPES =	com.sun.star.test.XSimpleTest \
41		com.sun.star.beans.XPropertySet \
42		com.sun.star.io.UnexpectedEOFException	\
43		com.sun.star.io.WrongFormatException	\
44		com.sun.star.io.XActiveDataControl	\
45		com.sun.star.io.XActiveDataSink	\
46		com.sun.star.io.XActiveDataSource	\
47		com.sun.star.io.XConnectable	\
48		com.sun.star.io.XMarkableStream	\
49		com.sun.star.io.XObjectInputStream	\
50		com.sun.star.io.XObjectOutputStream	\
51		com.sun.star.lang.IllegalArgumentException	\
52		com.sun.star.lang.XComponent	\
53		com.sun.star.lang.XMultiServiceFactory	\
54		com.sun.star.lang.XServiceInfo	\
55		com.sun.star.lang.XSingleServiceFactory	\
56		com.sun.star.lang.XSingleComponentFactory	\
57		com.sun.star.lang.XMultiComponentFactory	\
58		com.sun.star.uno.XComponentContext	\
59		com.sun.star.lang.XTypeProvider	\
60		com.sun.star.registry.XImplementationRegistration	\
61		com.sun.star.registry.XRegistryKey	\
62		com.sun.star.test.XSimpleTest	\
63		com.sun.star.uno.TypeClass	\
64		com.sun.star.uno.XAggregation	\
65		com.sun.star.uno.XWeak
66
67SLOFILES=	 \
68		$(SLO)$/testfactreg.obj \
69		$(SLO)$/pipetest.obj \
70		$(SLO)$/datatest.obj \
71		$(SLO)$/marktest.obj \
72		$(SLO)$/pumptest.obj
73
74SHL1TARGET= $(TARGET)
75
76SHL1STDLIBS= \
77		$(SALLIB) 	 \
78		$(CPPULIB) \
79		$(CPPUHELPERLIB)
80
81SHL1LIBS=		$(SLB)$/$(TARGET).lib
82
83SHL1IMPLIB=		i$(TARGET)
84
85SHL1DEPN=		makefile.mk $(SHL1LIBS)
86SHL1DEF=		$(MISC)$/$(SHL1TARGET).def
87
88DEF1NAME=		$(SHL1TARGET)
89DEF1EXPORTFILE=	exports.dxp
90
91
92# --- Targets ------------------------------------------------------
93.ENDIF 		# L10N_framework
94
95.INCLUDE :	target.mk
96