xref: /AOO41X/main/stoc/test/javavm/makefile.mk (revision 7871dc3ea494bf86c742e1f4dfc9c6e20f5bcb2a)
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=..$/..
24TARGET= testjavavm
25PRJNAME=    stoc
26TARGET6=    testjavavm
27TARGETTYPE= CUI
28LIBTARGET=  NO
29ENABLE_EXCEPTIONS=TRUE
30NO_BSYMBOLIC=   TRUE
31
32UNOUCRDEP=  $(SOLARBINDIR)$/udkapi.rdb
33UNOUCRRDB=  $(SOLARBINDIR)$/udkapi.rdb
34#UNOUCROUT= $(OUT)$/inc$/test
35UNOUCROUT=  $(OUT)$/inc$
36#INCPRE+=   $(OUT)$/inc$/test
37INCPRE+=    $(OUT)$/inc$
38
39
40
41# --- Settings -----------------------------------------------------
42.INCLUDE :  settings.mk
43
44# --- Application 6 - testjavavm ------------------------------------
45
46UNOTYPES= com.sun.star.lang.XMultiComponentFactory \
47    com.sun.star.uno.XWeak  \
48    com.sun.star.java.XJavaVM   \
49    com.sun.star.java.XJavaThreadRegister_11    \
50    com.sun.star.registry.XSimpleRegistry \
51    com.sun.star.lang.XComponent \
52    com.sun.star.registry.XImplementationRegistration \
53    com.sun.star.lang.XSingleServiceFactory \
54    com.sun.star.uno.TypeClass \
55    com.sun.star.lang.XMultiServiceFactory
56
57APP6TARGET=     $(TARGET6)
58APP6OBJS  =     $(OBJ)$/testjavavm.obj
59APP6STDLIBS= \
60        $(CPPULIB)      \
61        $(CPPUHELPERLIB)    \
62        $(SALHELPERLIB)     \
63        $(SALLIB)
64#       $(UNOLIB)
65
66# --- Target ------------------------------------------------
67
68.INCLUDE :  target.mk
69
70