2003-07-07 08:07:07 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-11 04:51:12 -05:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# Copyright 2008 by Sun Microsystems, Inc.
|
2003-07-07 08:07:07 -05:00
|
|
|
#
|
2008-04-11 04:51:12 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2003-07-07 08:07:07 -05:00
|
|
|
#
|
2008-04-11 04:51:12 -05:00
|
|
|
# $RCSfile: makefile.mk,v $
|
2003-07-07 08:07:07 -05:00
|
|
|
#
|
2008-04-11 04:51:12 -05:00
|
|
|
# $Revision: 1.9 $
|
2003-07-07 08:07:07 -05:00
|
|
|
#
|
2008-04-11 04:51:12 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2003-07-07 08:07:07 -05:00
|
|
|
#
|
2008-04-11 04:51:12 -05:00
|
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
# only, as published by the Free Software Foundation.
|
2003-07-07 08:07:07 -05:00
|
|
|
#
|
2008-04-11 04:51:12 -05:00
|
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Lesser General Public License version 3 for more details
|
|
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
2003-07-07 08:07:07 -05:00
|
|
|
#
|
2008-04-11 04:51:12 -05:00
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
|
|
# <http://www.openoffice.org/license.html>
|
|
|
|
# for a copy of the LGPLv3 License.
|
2003-07-07 08:07:07 -05:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
PRJ=..
|
|
|
|
|
|
|
|
ENABLE_EXCEPTIONS=TRUE
|
2008-12-30 07:32:01 -06:00
|
|
|
VISIBILITY_HIDDEN=TRUE
|
2003-07-07 08:07:07 -05:00
|
|
|
PRJNAME=scripting
|
|
|
|
TARGET=scriptframe
|
|
|
|
USE_DEFFILE= TRUE
|
|
|
|
NO_BSYMBOLIC= TRUE
|
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : settings.mk
|
|
|
|
|
|
|
|
# --- Allgemein ----------------------------------------------------
|
|
|
|
LIB1TARGET= $(SLB)$/$(TARGET).lib
|
2004-01-05 07:42:07 -06:00
|
|
|
LIB1FILES= $(SLB)/provider.lib
|
2003-07-07 08:07:07 -05:00
|
|
|
|
|
|
|
|
|
|
|
SHL1TARGET= $(TARGET)
|
|
|
|
SHL1IMPLIB= $(TARGET)
|
|
|
|
|
|
|
|
SHL1STDLIBS+=\
|
2005-04-18 05:47:10 -05:00
|
|
|
$(TOOLSLIB) \
|
2003-07-07 08:07:07 -05:00
|
|
|
$(CPPULIB) \
|
|
|
|
$(CPPUHELPERLIB) \
|
2003-11-04 10:45:29 -06:00
|
|
|
$(COMPHELPERLIB) \
|
2004-05-19 02:29:14 -05:00
|
|
|
$(UCBHELPERLIB) \
|
2003-07-07 08:07:07 -05:00
|
|
|
$(SALLIB)
|
|
|
|
|
|
|
|
|
|
|
|
SHL1LIBS= $(SLB)$/$(TARGET).lib
|
|
|
|
|
|
|
|
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
|
|
|
|
|
|
|
|
DEF1NAME =$(SHL1TARGET)
|
|
|
|
DEF1EXPORTFILE= exports.dxp
|
|
|
|
# --- Targets ------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
.INCLUDE : target.mk
|