1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# 9# This file is part of OpenOffice.org. 10# 11# OpenOffice.org is free software: you can redistribute it and/or modify 12# it under the terms of the GNU Lesser General Public License version 3 13# only, as published by the Free Software Foundation. 14# 15# OpenOffice.org is distributed in the hope that it will be useful, 16# but WITHOUT ANY WARRANTY; without even the implied warranty of 17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18# GNU Lesser General Public License version 3 for more details 19# (a copy is included in the LICENSE file that accompanied this code). 20# 21# You should have received a copy of the GNU Lesser General Public License 22# version 3 along with OpenOffice.org. If not, see 23# <http://www.openoffice.org/license.html> 24# for a copy of the LGPLv3 License. 25# 26#************************************************************************* 27PRJ=..$/.. 28 29PRJNAME=io 30TARGET=teststm 31NO_BSYMBOLIC=TRUE 32ENABLE_EXCEPTIONS=TRUE 33 34# --- Settings ----------------------------------------------------- 35.INCLUDE : settings.mk 36.IF "$(L10N_framework)"=="" 37# --- Files -------------------------------------------------------- 38UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb 39UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb 40 41# output directory (one dir for each project) 42UNOUCROUT=$(OUT)$/inc 43 44UNOTYPES = com.sun.star.test.XSimpleTest \ 45 com.sun.star.beans.XPropertySet \ 46 com.sun.star.io.UnexpectedEOFException \ 47 com.sun.star.io.WrongFormatException \ 48 com.sun.star.io.XActiveDataControl \ 49 com.sun.star.io.XActiveDataSink \ 50 com.sun.star.io.XActiveDataSource \ 51 com.sun.star.io.XConnectable \ 52 com.sun.star.io.XMarkableStream \ 53 com.sun.star.io.XObjectInputStream \ 54 com.sun.star.io.XObjectOutputStream \ 55 com.sun.star.lang.IllegalArgumentException \ 56 com.sun.star.lang.XComponent \ 57 com.sun.star.lang.XMultiServiceFactory \ 58 com.sun.star.lang.XServiceInfo \ 59 com.sun.star.lang.XSingleServiceFactory \ 60 com.sun.star.lang.XSingleComponentFactory \ 61 com.sun.star.lang.XMultiComponentFactory \ 62 com.sun.star.uno.XComponentContext \ 63 com.sun.star.lang.XTypeProvider \ 64 com.sun.star.registry.XImplementationRegistration \ 65 com.sun.star.registry.XRegistryKey \ 66 com.sun.star.test.XSimpleTest \ 67 com.sun.star.uno.TypeClass \ 68 com.sun.star.uno.XAggregation \ 69 com.sun.star.uno.XWeak 70 71SLOFILES= \ 72 $(SLO)$/testfactreg.obj \ 73 $(SLO)$/pipetest.obj \ 74 $(SLO)$/datatest.obj \ 75 $(SLO)$/marktest.obj \ 76 $(SLO)$/pumptest.obj 77 78SHL1TARGET= $(TARGET) 79 80SHL1STDLIBS= \ 81 $(SALLIB) \ 82 $(CPPULIB) \ 83 $(CPPUHELPERLIB) 84 85SHL1LIBS= $(SLB)$/$(TARGET).lib 86 87SHL1IMPLIB= i$(TARGET) 88 89SHL1DEPN= makefile.mk $(SHL1LIBS) 90SHL1DEF= $(MISC)$/$(SHL1TARGET).def 91 92DEF1NAME= $(SHL1TARGET) 93DEF1EXPORTFILE= exports.dxp 94 95 96# --- Targets ------------------------------------------------------ 97.ENDIF # L10N_framework 98 99.INCLUDE : target.mk 100