office-gobmx/udkapi/com/sun/star/script/makefile.mk
Vladimir Glazounov acf1e0b6da INTEGRATION: CWS npower4 (1.12.20); FILE MERGED
2006/10/17 11:03:38 npower 1.12.20.1: i#64884# new api type to help scripting engines detect objects with default properties
2006-11-02 15:35:10 +00:00

96 lines
2.8 KiB
Makefile

#*************************************************************************
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.13 $
#
# last change: $Author: vg $ $Date: 2006-11-02 16:35:10 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
#
#
# GNU Lesser General Public License Version 2.1
# =============================================
# Copyright 2005 by Sun Microsystems, Inc.
# 901 San Antonio Road, Palo Alto, CA 94303, USA
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License version 2.1, as published by the Free Software Foundation.
#
# This library 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 for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
#*************************************************************************
PRJ=..$/..$/..$/..
PRJNAME=api
TARGET=cssscript
PACKAGE=com$/sun$/star$/script
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/util$/makefile.pmk
# ------------------------------------------------------------------------
IDLFILES=\
AllEventObject.idl\
AllListenerAdapter.idl\
BasicErrorException.idl\
CannotConvertException.idl\
CannotCreateAdapterException.idl\
ContextInformation.idl\
Converter.idl\
Engine.idl\
FailReason.idl\
FinishEngineEvent.idl\
FinishReason.idl\
InterruptEngineEvent.idl\
InterruptReason.idl\
Invocation.idl\
InvocationAdapterFactory.idl\
JavaScript.idl\
ScriptEvent.idl\
ScriptEventDescriptor.idl\
ArrayWrapper.idl\
XAllListener.idl\
XAllListenerAdapterService.idl\
XDebugging.idl\
XEngine.idl\
XEngineListener.idl\
XEventAttacher.idl\
XEventAttacherManager.idl\
XInvocationAdapterFactory.idl\
XInvocationAdapterFactory2.idl\
XInvocation.idl\
XInvocation2.idl\
InvocationInfo.idl\
MemberType.idl\
XLibraryAccess.idl\
XScriptListener.idl\
XTypeConverter.idl\
XStarBasicAccess.idl\
XStarBasicModuleInfo.idl\
XStarBasicDialogInfo.idl\
XStarBasicLibraryInfo.idl\
XScriptEventsSupplier.idl\
XScriptEventsAttacher.idl\
XDefaultMethod.idl\
XDefaultProperty.idl\
# ------------------------------------------------------------------
.INCLUDE : target.mk
.INCLUDE : $(PRJ)$/util$/target.pmk