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= jvminteraction
25PRJNAME=	stoc
26TARGET6=	$(TARGET)
27TARGETTYPE=	CUI
28LIBTARGET=	NO
29ENABLE_EXCEPTIONS=TRUE
30NO_BSYMBOLIC=	TRUE
31
32UNOUCRDEP=	$(SOLARBINDIR)$/udkapi.rdb
33UNOUCRRDB=	$(SOLARBINDIR)$/udkapi.rdb
34UNOUCROUT=	$(OUT)$/inc$
35INCPRE+=	$(OUT)$/inc$
36
37
38
39# --- Settings -----------------------------------------------------
40.INCLUDE :  settings.mk
41
42# --- Application 6 - testjavavm ------------------------------------
43
44UNOTYPES= com.sun.star.lang.XMultiComponentFactory \
45	com.sun.star.uno.XWeak	\
46	com.sun.star.java.XJavaVM	\
47	com.sun.star.java.XJavaThreadRegister_11	\
48	com.sun.star.java.JavaNotConfiguredException \
49	com.sun.star.java.MissingJavaRuntimeException \
50	com.sun.star.java.JavaDisabledException \
51	com.sun.star.java.JavaVMCreationFailureException \
52	com.sun.star.registry.XSimpleRegistry \
53	com.sun.star.lang.XComponent \
54	com.sun.star.registry.XImplementationRegistration \
55	com.sun.star.lang.XSingleServiceFactory \
56	com.sun.star.uno.TypeClass \
57	com.sun.star.lang.XMultiServiceFactory \
58	com.sun.star.uno.XCurrentContext \
59	com.sun.star.task.XInteractionHandler \
60	com.sun.star.task.XInteractionRequest \
61	com.sun.star.task.XInteractionContinuation \
62	com.sun.star.task.XInteractionAbort \
63	com.sun.star.task.XInteractionRetry \
64
65
66APP6TARGET= 	$(TARGET6)
67APP6OBJS  = 	$(OBJ)$/interactionhandler.obj
68APP6STDLIBS= \
69		$(CPPULIB) 		\
70		$(CPPUHELPERLIB) 	\
71		$(SALHELPERLIB) 	\
72		$(SALLIB)
73
74# --- Target ------------------------------------------------
75
76.INCLUDE :	target.mk
77
78