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