1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2000, 2010 Oracle and/or its affiliates.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # This file is part of OpenOffice.org.
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.
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).
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.
26 #*************************************************************************
31 ENABLE_EXCEPTIONS
=TRUE
33 # --- Settings -----------------------------------------------------
34 .INCLUDE
: settings.mk
35 .IF
"$(L10N_framework)"==""
36 # --- Files --------------------------------------------------------
37 UNOUCRDEP
=$(SOLARBINDIR
)$/udkapi.rdb
38 UNOUCRRDB
=$(SOLARBINDIR
)$/udkapi.rdb
40 # output directory (one dir for each project)
43 UNOTYPES
= com.sun.star.
test.XSimpleTest \
44 com.sun.star.beans.XPropertySet \
45 com.sun.star.io.UnexpectedEOFException \
46 com.sun.star.io.WrongFormatException \
47 com.sun.star.io.XActiveDataControl \
48 com.sun.star.io.XActiveDataSink \
49 com.sun.star.io.XActiveDataSource \
50 com.sun.star.io.XConnectable \
51 com.sun.star.io.XMarkableStream \
52 com.sun.star.io.XObjectInputStream \
53 com.sun.star.io.XObjectOutputStream \
54 com.sun.star.lang.IllegalArgumentException \
55 com.sun.star.lang.XComponent \
56 com.sun.star.lang.XMultiServiceFactory \
57 com.sun.star.lang.XServiceInfo \
58 com.sun.star.lang.XSingleServiceFactory \
59 com.sun.star.lang.XSingleComponentFactory \
60 com.sun.star.lang.XMultiComponentFactory \
61 com.sun.star.uno.XComponentContext \
62 com.sun.star.lang.XTypeProvider \
63 com.sun.star.registry.XImplementationRegistration \
64 com.sun.star.registry.XRegistryKey \
65 com.sun.star.
test.XSimpleTest \
66 com.sun.star.uno.TypeClass \
67 com.sun.star.uno.XAggregation \
68 com.sun.star.uno.XWeak
71 $(SLO
)$/testfactreg.obj \
72 $(SLO
)$/pipetest.obj \
73 $(SLO
)$/datatest.obj \
74 $(SLO
)$/marktest.obj \
84 SHL1LIBS
= $(SLB
)$/$(TARGET
).lib
86 SHL1IMPLIB
= i
$(TARGET
)
88 SHL1DEPN
= makefile.mk
$(SHL1LIBS
)
89 SHL1DEF
= $(MISC
)$/$(SHL1TARGET
).def
91 DEF1NAME
= $(SHL1TARGET
)
92 DEF1EXPORTFILE
= exports.dxp
95 # --- Targets ------------------------------------------------------
96 .ENDIF
# L10N_framework