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