diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-05-30 18:14:15 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-18 11:30:46 +0200 |
commit | 2e05e3ea952edf7225b0583dc133af0150fe7970 (patch) | |
tree | bbfc13074180a393ad0e6b12c5d39f2c0e271229 /udkapi | |
parent | cf9dfd44ffa08d2dadce4ebaf70f954abe3aa6c2 (diff) |
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'udkapi')
29 files changed, 531 insertions, 1473 deletions
diff --git a/udkapi/com/sun/star/corba/iop/makefile.mk b/udkapi/Makefile index 982c68c9a..a79aff831 100644 --- a/udkapi/com/sun/star/corba/iop/makefile.mk +++ b/udkapi/Makefile @@ -24,20 +24,15 @@ # for a copy of the LGPLv3 License. # #************************************************************************* -PRJ=..$/..$/..$/..$/.. -PRJNAME=api +ifeq ($(strip $(SOLARENV)),) +$(error No environment set!) +endif -TARGET=cssiop -PACKAGE=com$/sun$/star$/iop +gb_PARTIALBUILD := T +GBUILDDIR := $(SOLARENV)/gbuild +include $(GBUILDDIR)/gbuild.mk -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk -# ------------------------------------------------------------------------ +$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk))) -IDLFILES=\ - iop.idl - -# ------------------------------------------------------------------ -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk +# vim: set noet sw=4 ts=4: diff --git a/udkapi/com/sun/star/corba/makefile.mk b/udkapi/Module_udkapi.mk index a959378cf..86198d5ec 100644 --- a/udkapi/com/sun/star/corba/makefile.mk +++ b/udkapi/Module_udkapi.mk @@ -24,20 +24,14 @@ # for a copy of the LGPLv3 License. # #************************************************************************* -PRJ=..$/..$/..$/.. -PRJNAME=api -TARGET=csscorba -PACKAGE=com$/sun$/star$/corba +$(eval $(call gb_Module_Module,udkapi)) -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk -# ------------------------------------------------------------------------ +$(eval $(call gb_Module_add_targets,udkapi,\ + UnoApi_udkapi \ + Package_udkapi_inc \ + Package_udkapi_idl \ +)) -IDLFILES=\ - corba.idl - -# ------------------------------------------------------------------ -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk +# vim: set noet sw=4 ts=4: diff --git a/udkapi/com/sun/star/corba/iiop/makefile.mk b/udkapi/Package_udkapi_idl.mk index c59fd0029..c8b6d60ce 100644 --- a/udkapi/com/sun/star/corba/iiop/makefile.mk +++ b/udkapi/Package_udkapi_idl.mk @@ -14,30 +14,16 @@ # # 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 +# 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). # # You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see +# version 3 along with OpenOffice.org. If not, see # <http://www.openoffice.org/license.html> # for a copy of the LGPLv3 License. # #************************************************************************* -PRJ=..$/..$/..$/..$/.. -PRJNAME=api +$(eval $(call gb_UnoApiTarget_autopackage_idl,udkapi)) -TARGET=cssiiop -PACKAGE=com$/sun$/star$/iiop - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk -# ------------------------------------------------------------------------ - -IDLFILES=\ - iiop.idl - -# ------------------------------------------------------------------ -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/Package_udkapi_inc.mk b/udkapi/Package_udkapi_inc.mk new file mode 100644 index 000000000..27943e7ec --- /dev/null +++ b/udkapi/Package_udkapi_inc.mk @@ -0,0 +1,29 @@ +#************************************************************************* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2000, 2010 Oracle and/or its affiliates. +# +# OpenOffice.org - a multi-platform office productivity suite +# +# This file is part of OpenOffice.org. +# +# 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. +# +# 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). +# +# 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. +# +#************************************************************************* + +$(eval $(call gb_UnoApiTarget_autopackage_inc,udkapi)) + diff --git a/udkapi/UnoApi_udkapi.mk b/udkapi/UnoApi_udkapi.mk new file mode 100644 index 000000000..ec5260d3f --- /dev/null +++ b/udkapi/UnoApi_udkapi.mk @@ -0,0 +1,472 @@ +#************************************************************************* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2000, 2010 Oracle and/or its affiliates. +# +# OpenOffice.org - a multi-platform office productivity suite +# +# This file is part of OpenOffice.org. +# +# 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. +# +# 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). +# +# 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. +# +#************************************************************************* + +$(eval $(call gb_UnoApiTarget_UnoApiTarget,udkapi)) + +#$(eval $(call gb_UnoApiTarget_set_defs,udkapi,\ +# $$(DEFS) \ +# -DTOOLS_DLLIMPLEMENTATION \ +# -DVCL \ +#)) + +$(eval $(call gb_UnoApiTarget_set_include,udkapi,\ + $$(INCLUDE) \ + -I$(SRCDIR)/udkapi \ + -I$(OUTDIR)/idl \ +)) + +$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,udkapi,\ + udkapi/com/sun/star/beans/Introspection \ + udkapi/com/sun/star/beans/PropertyBag \ + udkapi/com/sun/star/beans/PropertySet \ + udkapi/com/sun/star/bridge/Bridge \ + udkapi/com/sun/star/bridge/BridgeFactory \ + udkapi/com/sun/star/bridge/IiopBridge \ + udkapi/com/sun/star/bridge/OleApplicationRegistration \ + udkapi/com/sun/star/bridge/OleBridgeSupplier \ + udkapi/com/sun/star/bridge/OleBridgeSupplier2 \ + udkapi/com/sun/star/bridge/OleBridgeSupplierVar1 \ + udkapi/com/sun/star/bridge/OleObjectFactory \ + udkapi/com/sun/star/bridge/UrpBridge \ + udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration \ + udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier \ + udkapi/com/sun/star/bridge/oleautomation/Factory \ + udkapi/com/sun/star/corba/corba \ + udkapi/com/sun/star/corba/giop/giop \ + udkapi/com/sun/star/corba/iiop/iiop \ + udkapi/com/sun/star/corba/iop/iop \ + udkapi/com/sun/star/io/DataInputStream \ + udkapi/com/sun/star/io/DataOutputStream \ + udkapi/com/sun/star/io/MarkableInputStream \ + udkapi/com/sun/star/io/MarkableOutputStream \ + udkapi/com/sun/star/io/ObjectInputStream \ + udkapi/com/sun/star/io/ObjectOutputStream \ + udkapi/com/sun/star/io/Pipe \ + udkapi/com/sun/star/io/Pump \ + udkapi/com/sun/star/io/TextInputStream \ + udkapi/com/sun/star/io/TextOutputStream \ + udkapi/com/sun/star/java/JavaVirtualMachine \ + udkapi/com/sun/star/lang/MultiServiceFactory \ + udkapi/com/sun/star/lang/RegistryServiceManager \ + udkapi/com/sun/star/lang/ServiceManager \ + udkapi/com/sun/star/loader/Dynamic \ + udkapi/com/sun/star/loader/Java \ + udkapi/com/sun/star/loader/Java2 \ + udkapi/com/sun/star/loader/SharedLibrary \ + udkapi/com/sun/star/reflection/CoreReflection \ + udkapi/com/sun/star/reflection/ProxyFactory \ + udkapi/com/sun/star/reflection/TypeDescriptionManager \ + udkapi/com/sun/star/reflection/TypeDescriptionProvider \ + udkapi/com/sun/star/registry/DefaultRegistry \ + udkapi/com/sun/star/registry/ImplementationRegistration \ + udkapi/com/sun/star/registry/NestedRegistry \ + udkapi/com/sun/star/registry/SimpleRegistry \ + udkapi/com/sun/star/script/AllListenerAdapter \ + udkapi/com/sun/star/script/Converter \ + udkapi/com/sun/star/script/Engine \ + udkapi/com/sun/star/script/Invocation \ + udkapi/com/sun/star/script/InvocationAdapterFactory \ + udkapi/com/sun/star/script/JavaScript \ + udkapi/com/sun/star/security/AccessController \ + udkapi/com/sun/star/security/Policy \ + udkapi/com/sun/star/test/TestFactory \ + udkapi/com/sun/star/udk-modules \ + udkapi/com/sun/star/uno/NamingService \ + udkapi/com/sun/star/util/BootstrapMacroExpander \ + udkapi/com/sun/star/util/MacroExpander \ + udkapi/com/sun/star/util/logging/Logger \ + udkapi/com/sun/star/util/logging/LoggerRemote \ + udkapi/com/sun/star/util/theMacroExpander \ +)) + +$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,udkapi,\ + udkapi/com/sun/star/bridge/UnoUrlResolver \ + udkapi/com/sun/star/connection/Acceptor \ + udkapi/com/sun/star/connection/Connector \ + udkapi/com/sun/star/container/EnumerableMap \ + udkapi/com/sun/star/io/SequenceInputStream \ + udkapi/com/sun/star/io/SequenceOutputStream \ + udkapi/com/sun/star/io/TempFile \ + udkapi/com/sun/star/uri/ExternalUriReferenceTranslator \ + udkapi/com/sun/star/uri/UriReferenceFactory \ + udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand \ + udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript \ + udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory \ +)) + +$(eval $(call gb_UnoApiTarget_add_idlfiles,udkapi,\ + udkapi/com/sun/star/beans/Ambiguous \ + udkapi/com/sun/star/beans/Defaulted \ + udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult \ + udkapi/com/sun/star/beans/GetPropertyTolerantResult \ + udkapi/com/sun/star/beans/IllegalTypeException \ + udkapi/com/sun/star/beans/IntrospectionException \ + udkapi/com/sun/star/beans/MethodConcept \ + udkapi/com/sun/star/beans/NamedValue \ + udkapi/com/sun/star/beans/NotRemoveableException \ + udkapi/com/sun/star/beans/Optional \ + udkapi/com/sun/star/beans/Pair \ + udkapi/com/sun/star/beans/Property \ + udkapi/com/sun/star/beans/PropertyAttribute \ + udkapi/com/sun/star/beans/PropertyChangeEvent \ + udkapi/com/sun/star/beans/PropertyConcept \ + udkapi/com/sun/star/beans/PropertyExistException \ + udkapi/com/sun/star/beans/PropertySetInfoChange \ + udkapi/com/sun/star/beans/PropertySetInfoChangeEvent \ + udkapi/com/sun/star/beans/PropertyState \ + udkapi/com/sun/star/beans/PropertyStateChangeEvent \ + udkapi/com/sun/star/beans/PropertyValue \ + udkapi/com/sun/star/beans/PropertyValues \ + udkapi/com/sun/star/beans/PropertyVetoException \ + udkapi/com/sun/star/beans/SetPropertyTolerantFailed \ + udkapi/com/sun/star/beans/StringPair \ + udkapi/com/sun/star/beans/TolerantPropertySetResultType \ + udkapi/com/sun/star/beans/UnknownPropertyException \ + udkapi/com/sun/star/beans/XExactName \ + udkapi/com/sun/star/beans/XFastPropertySet \ + udkapi/com/sun/star/beans/XHierarchicalPropertySet \ + udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo \ + udkapi/com/sun/star/beans/XIntroTest \ + udkapi/com/sun/star/beans/XIntrospection \ + udkapi/com/sun/star/beans/XIntrospectionAccess \ + udkapi/com/sun/star/beans/XMaterialHolder \ + udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet \ + udkapi/com/sun/star/beans/XMultiPropertySet \ + udkapi/com/sun/star/beans/XMultiPropertyStates \ + udkapi/com/sun/star/beans/XPropertiesChangeListener \ + udkapi/com/sun/star/beans/XPropertiesChangeNotifier \ + udkapi/com/sun/star/beans/XProperty \ + udkapi/com/sun/star/beans/XPropertyAccess \ + udkapi/com/sun/star/beans/XPropertyChangeListener \ + udkapi/com/sun/star/beans/XPropertyContainer \ + udkapi/com/sun/star/beans/XPropertySet \ + udkapi/com/sun/star/beans/XPropertySetInfo \ + udkapi/com/sun/star/beans/XPropertySetInfoChangeListener \ + udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier \ + udkapi/com/sun/star/beans/XPropertyState \ + udkapi/com/sun/star/beans/XPropertyStateChangeListener \ + udkapi/com/sun/star/beans/XPropertyWithState \ + udkapi/com/sun/star/beans/XTolerantMultiPropertySet \ + udkapi/com/sun/star/beans/XVetoableChangeListener \ + udkapi/com/sun/star/bridge/BridgeExistsException \ + udkapi/com/sun/star/bridge/InvalidProtocolChangeException \ + udkapi/com/sun/star/bridge/ModelDependent \ + udkapi/com/sun/star/bridge/ProtocolProperty \ + udkapi/com/sun/star/bridge/XBridge \ + udkapi/com/sun/star/bridge/XBridgeFactory \ + udkapi/com/sun/star/bridge/XBridgeSupplier \ + udkapi/com/sun/star/bridge/XBridgeSupplier2 \ + udkapi/com/sun/star/bridge/XInstanceProvider \ + udkapi/com/sun/star/bridge/XProtocolProperties \ + udkapi/com/sun/star/bridge/XUnoUrlResolver \ + udkapi/com/sun/star/bridge/oleautomation/Currency \ + udkapi/com/sun/star/bridge/oleautomation/Date \ + udkapi/com/sun/star/bridge/oleautomation/Decimal \ + udkapi/com/sun/star/bridge/oleautomation/NamedArgument \ + udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument \ + udkapi/com/sun/star/bridge/oleautomation/SCode \ + udkapi/com/sun/star/bridge/oleautomation/XAutomationObject \ + udkapi/com/sun/star/connection/AlreadyAcceptingException \ + udkapi/com/sun/star/connection/ConnectionSetupException \ + udkapi/com/sun/star/connection/NoConnectException \ + udkapi/com/sun/star/connection/SocketPermission \ + udkapi/com/sun/star/connection/XAcceptor \ + udkapi/com/sun/star/connection/XConnection \ + udkapi/com/sun/star/connection/XConnection2 \ + udkapi/com/sun/star/connection/XConnectionBroadcaster \ + udkapi/com/sun/star/connection/XConnector \ + udkapi/com/sun/star/container/ContainerEvent \ + udkapi/com/sun/star/container/ElementExistException \ + udkapi/com/sun/star/container/NoSuchElementException \ + udkapi/com/sun/star/container/XChild \ + udkapi/com/sun/star/container/XComponentEnumeration \ + udkapi/com/sun/star/container/XComponentEnumerationAccess \ + udkapi/com/sun/star/container/XContainer \ + udkapi/com/sun/star/container/XContainerApproveBroadcaster \ + udkapi/com/sun/star/container/XContainerApproveListener \ + udkapi/com/sun/star/container/XContainerListener \ + udkapi/com/sun/star/container/XContainerQuery \ + udkapi/com/sun/star/container/XContentEnumerationAccess \ + udkapi/com/sun/star/container/XElementAccess \ + udkapi/com/sun/star/container/XEnumerableMap \ + udkapi/com/sun/star/container/XEnumeration \ + udkapi/com/sun/star/container/XEnumerationAccess \ + udkapi/com/sun/star/container/XHierarchicalName \ + udkapi/com/sun/star/container/XHierarchicalNameAccess \ + udkapi/com/sun/star/container/XHierarchicalNameContainer \ + udkapi/com/sun/star/container/XHierarchicalNameReplace \ + udkapi/com/sun/star/container/XIdentifierAccess \ + udkapi/com/sun/star/container/XIdentifierContainer \ + udkapi/com/sun/star/container/XIdentifierReplace \ + udkapi/com/sun/star/container/XImplicitIDAccess \ + udkapi/com/sun/star/container/XImplicitIDContainer \ + udkapi/com/sun/star/container/XImplicitIDReplace \ + udkapi/com/sun/star/container/XIndexAccess \ + udkapi/com/sun/star/container/XIndexContainer \ + udkapi/com/sun/star/container/XIndexReplace \ + udkapi/com/sun/star/container/XMap \ + udkapi/com/sun/star/container/XNameAccess \ + udkapi/com/sun/star/container/XNameContainer \ + udkapi/com/sun/star/container/XNameReplace \ + udkapi/com/sun/star/container/XNamed \ + udkapi/com/sun/star/container/XSet \ + udkapi/com/sun/star/container/XStringKeyMap \ + udkapi/com/sun/star/container/XUniqueIDAccess \ + udkapi/com/sun/star/io/AlreadyConnectedException \ + udkapi/com/sun/star/io/BufferSizeExceededException \ + udkapi/com/sun/star/io/ConnectException \ + udkapi/com/sun/star/io/DataTransferEvent \ + udkapi/com/sun/star/io/FilePermission \ + udkapi/com/sun/star/io/IOException \ + udkapi/com/sun/star/io/NoRouteToHostException \ + udkapi/com/sun/star/io/NotConnectedException \ + udkapi/com/sun/star/io/SocketException \ + udkapi/com/sun/star/io/UnexpectedEOFException \ + udkapi/com/sun/star/io/UnknownHostException \ + udkapi/com/sun/star/io/WrongFormatException \ + udkapi/com/sun/star/io/XActiveDataControl \ + udkapi/com/sun/star/io/XActiveDataSink \ + udkapi/com/sun/star/io/XActiveDataSource \ + udkapi/com/sun/star/io/XActiveDataStreamer \ + udkapi/com/sun/star/io/XAsyncOutputMonitor \ + udkapi/com/sun/star/io/XConnectable \ + udkapi/com/sun/star/io/XDataExporter \ + udkapi/com/sun/star/io/XDataImporter \ + udkapi/com/sun/star/io/XDataInputStream \ + udkapi/com/sun/star/io/XDataOutputStream \ + udkapi/com/sun/star/io/XDataTransferEventListener \ + udkapi/com/sun/star/io/XInputStream \ + udkapi/com/sun/star/io/XInputStreamProvider \ + udkapi/com/sun/star/io/XMarkableStream \ + udkapi/com/sun/star/io/XObjectInputStream \ + udkapi/com/sun/star/io/XObjectOutputStream \ + udkapi/com/sun/star/io/XOutputStream \ + udkapi/com/sun/star/io/XPersist \ + udkapi/com/sun/star/io/XPersistObject \ + udkapi/com/sun/star/io/XSeekable \ + udkapi/com/sun/star/io/XSeekableInputStream \ + udkapi/com/sun/star/io/XSequenceOutputStream \ + udkapi/com/sun/star/io/XStream \ + udkapi/com/sun/star/io/XStreamListener \ + udkapi/com/sun/star/io/XTempFile \ + udkapi/com/sun/star/io/XTextInputStream \ + udkapi/com/sun/star/io/XTextOutputStream \ + udkapi/com/sun/star/io/XTruncate \ + udkapi/com/sun/star/io/XXMLExtractor \ + udkapi/com/sun/star/java/InvalidJavaSettingsException \ + udkapi/com/sun/star/java/JavaDisabledException \ + udkapi/com/sun/star/java/JavaInitializationException \ + udkapi/com/sun/star/java/JavaNotConfiguredException \ + udkapi/com/sun/star/java/JavaNotFoundException \ + udkapi/com/sun/star/java/JavaVMCreationFailureException \ + udkapi/com/sun/star/java/MissingJavaRuntimeException \ + udkapi/com/sun/star/java/RestartRequiredException \ + udkapi/com/sun/star/java/WrongJavaVersionException \ + udkapi/com/sun/star/java/XJavaThreadRegister_11 \ + udkapi/com/sun/star/java/XJavaVM \ + udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException \ + udkapi/com/sun/star/lang/ClassNotFoundException \ + udkapi/com/sun/star/lang/DisposedException \ + udkapi/com/sun/star/lang/EventObject \ + udkapi/com/sun/star/lang/IllegalAccessException \ + udkapi/com/sun/star/lang/IllegalArgumentException \ + udkapi/com/sun/star/lang/IndexOutOfBoundsException \ + udkapi/com/sun/star/lang/InvalidListenerException \ + udkapi/com/sun/star/lang/ListenerExistException \ + udkapi/com/sun/star/lang/Locale \ + udkapi/com/sun/star/lang/NoSuchFieldException \ + udkapi/com/sun/star/lang/NoSuchMethodException \ + udkapi/com/sun/star/lang/NoSupportException \ + udkapi/com/sun/star/lang/NotInitializedException \ + udkapi/com/sun/star/lang/NullPointerException \ + udkapi/com/sun/star/lang/ServiceNotRegisteredException \ + udkapi/com/sun/star/lang/SystemDependent \ + udkapi/com/sun/star/lang/WrappedTargetException \ + udkapi/com/sun/star/lang/WrappedTargetRuntimeException \ + udkapi/com/sun/star/lang/XComponent \ + udkapi/com/sun/star/lang/XConnectionPoint \ + udkapi/com/sun/star/lang/XConnectionPointContainer \ + udkapi/com/sun/star/lang/XEventListener \ + udkapi/com/sun/star/lang/XInitialization \ + udkapi/com/sun/star/lang/XLocalizable \ + udkapi/com/sun/star/lang/XMain \ + udkapi/com/sun/star/lang/XMultiComponentFactory \ + udkapi/com/sun/star/lang/XMultiServiceFactory \ + udkapi/com/sun/star/lang/XServiceDisplayName \ + udkapi/com/sun/star/lang/XServiceInfo \ + udkapi/com/sun/star/lang/XServiceName \ + udkapi/com/sun/star/lang/XSingleComponentFactory \ + udkapi/com/sun/star/lang/XSingleServiceFactory \ + udkapi/com/sun/star/lang/XTypeProvider \ + udkapi/com/sun/star/lang/XUnoTunnel \ + udkapi/com/sun/star/loader/CannotActivateFactoryException \ + udkapi/com/sun/star/loader/XImplementationLoader \ + udkapi/com/sun/star/reflection/FieldAccessMode \ + udkapi/com/sun/star/reflection/InvalidTypeNameException \ + udkapi/com/sun/star/reflection/InvocationTargetException \ + udkapi/com/sun/star/reflection/MethodMode \ + udkapi/com/sun/star/reflection/NoSuchTypeNameException \ + udkapi/com/sun/star/reflection/ParamInfo \ + udkapi/com/sun/star/reflection/ParamMode \ + udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth \ + udkapi/com/sun/star/reflection/XArrayTypeDescription \ + udkapi/com/sun/star/reflection/XCompoundTypeDescription \ + udkapi/com/sun/star/reflection/XConstantTypeDescription \ + udkapi/com/sun/star/reflection/XConstantsTypeDescription \ + udkapi/com/sun/star/reflection/XEnumTypeDescription \ + udkapi/com/sun/star/reflection/XIdlArray \ + udkapi/com/sun/star/reflection/XIdlClass \ + udkapi/com/sun/star/reflection/XIdlClassProvider \ + udkapi/com/sun/star/reflection/XIdlField \ + udkapi/com/sun/star/reflection/XIdlField2 \ + udkapi/com/sun/star/reflection/XIdlMember \ + udkapi/com/sun/star/reflection/XIdlMethod \ + udkapi/com/sun/star/reflection/XIdlReflection \ + udkapi/com/sun/star/reflection/XIndirectTypeDescription \ + udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription \ + udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2 \ + udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription \ + udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription \ + udkapi/com/sun/star/reflection/XInterfaceTypeDescription \ + udkapi/com/sun/star/reflection/XInterfaceTypeDescription2 \ + udkapi/com/sun/star/reflection/XMethodParameter \ + udkapi/com/sun/star/reflection/XModuleTypeDescription \ + udkapi/com/sun/star/reflection/XParameter \ + udkapi/com/sun/star/reflection/XPropertyTypeDescription \ + udkapi/com/sun/star/reflection/XProxyFactory \ + udkapi/com/sun/star/reflection/XPublished \ + udkapi/com/sun/star/reflection/XServiceConstructorDescription \ + udkapi/com/sun/star/reflection/XServiceTypeDescription \ + udkapi/com/sun/star/reflection/XServiceTypeDescription2 \ + udkapi/com/sun/star/reflection/XSingletonTypeDescription \ + udkapi/com/sun/star/reflection/XSingletonTypeDescription2 \ + udkapi/com/sun/star/reflection/XStructTypeDescription \ + udkapi/com/sun/star/reflection/XTypeDescription \ + udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration \ + udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess \ + udkapi/com/sun/star/reflection/XUnionTypeDescription \ + udkapi/com/sun/star/registry/CannotRegisterImplementationException \ + udkapi/com/sun/star/registry/InvalidRegistryException \ + udkapi/com/sun/star/registry/InvalidValueException \ + udkapi/com/sun/star/registry/MergeConflictException \ + udkapi/com/sun/star/registry/RegistryKeyType \ + udkapi/com/sun/star/registry/RegistryValueType \ + udkapi/com/sun/star/registry/XImplementationRegistration \ + udkapi/com/sun/star/registry/XImplementationRegistration2 \ + udkapi/com/sun/star/registry/XRegistryKey \ + udkapi/com/sun/star/registry/XSimpleRegistry \ + udkapi/com/sun/star/script/AllEventObject \ + udkapi/com/sun/star/script/ArrayWrapper \ + udkapi/com/sun/star/script/BasicErrorException \ + udkapi/com/sun/star/script/CannotConvertException \ + udkapi/com/sun/star/script/CannotCreateAdapterException \ + udkapi/com/sun/star/script/ContextInformation \ + udkapi/com/sun/star/script/FailReason \ + udkapi/com/sun/star/script/FinishEngineEvent \ + udkapi/com/sun/star/script/FinishReason \ + udkapi/com/sun/star/script/InterruptEngineEvent \ + udkapi/com/sun/star/script/InterruptReason \ + udkapi/com/sun/star/script/InvocationInfo \ + udkapi/com/sun/star/script/MemberType \ + udkapi/com/sun/star/script/ScriptEvent \ + udkapi/com/sun/star/script/ScriptEventDescriptor \ + udkapi/com/sun/star/script/XAllListener \ + udkapi/com/sun/star/script/XAllListenerAdapterService \ + udkapi/com/sun/star/script/XDebugging \ + udkapi/com/sun/star/script/XDefaultMethod \ + udkapi/com/sun/star/script/XDefaultProperty \ + udkapi/com/sun/star/script/XDirectInvocation \ + udkapi/com/sun/star/script/XEngine \ + udkapi/com/sun/star/script/XEngineListener \ + udkapi/com/sun/star/script/XEventAttacher \ + udkapi/com/sun/star/script/XEventAttacherManager \ + udkapi/com/sun/star/script/XInvocation \ + udkapi/com/sun/star/script/XInvocation2 \ + udkapi/com/sun/star/script/XInvocationAdapterFactory \ + udkapi/com/sun/star/script/XInvocationAdapterFactory2 \ + udkapi/com/sun/star/script/XLibraryAccess \ + udkapi/com/sun/star/script/XScriptEventsAttacher \ + udkapi/com/sun/star/script/XScriptEventsSupplier \ + udkapi/com/sun/star/script/XScriptListener \ + udkapi/com/sun/star/script/XStarBasicAccess \ + udkapi/com/sun/star/script/XStarBasicDialogInfo \ + udkapi/com/sun/star/script/XStarBasicLibraryInfo \ + udkapi/com/sun/star/script/XStarBasicModuleInfo \ + udkapi/com/sun/star/script/XTypeConverter \ + udkapi/com/sun/star/security/AccessControlException \ + udkapi/com/sun/star/security/AllPermission \ + udkapi/com/sun/star/security/RuntimePermission \ + udkapi/com/sun/star/security/XAccessControlContext \ + udkapi/com/sun/star/security/XAccessController \ + udkapi/com/sun/star/security/XAction \ + udkapi/com/sun/star/security/XPolicy \ + udkapi/com/sun/star/task/XInteractionAbort \ + udkapi/com/sun/star/task/XInteractionContinuation \ + udkapi/com/sun/star/task/XInteractionHandler \ + udkapi/com/sun/star/task/XInteractionHandler2 \ + udkapi/com/sun/star/task/XInteractionRequest \ + udkapi/com/sun/star/task/XInteractionRetry \ + udkapi/com/sun/star/test/TestEvent \ + udkapi/com/sun/star/test/XSimpleTest \ + udkapi/com/sun/star/test/XTest \ + udkapi/com/sun/star/test/XTestListener \ + udkapi/com/sun/star/test/bridge/XBridgeTest \ + udkapi/com/sun/star/test/performance/XPerformanceTest \ + udkapi/com/sun/star/uno/DeploymentException \ + udkapi/com/sun/star/uno/Exception \ + udkapi/com/sun/star/uno/RuntimeException \ + udkapi/com/sun/star/uno/SecurityException \ + udkapi/com/sun/star/uno/TypeClass \ + udkapi/com/sun/star/uno/Uik \ + udkapi/com/sun/star/uno/XAdapter \ + udkapi/com/sun/star/uno/XAggregation \ + udkapi/com/sun/star/uno/XComponentContext \ + udkapi/com/sun/star/uno/XCurrentContext \ + udkapi/com/sun/star/uno/XInterface \ + udkapi/com/sun/star/uno/XNamingService \ + udkapi/com/sun/star/uno/XReference \ + udkapi/com/sun/star/uno/XUnloadingPreference \ + udkapi/com/sun/star/uno/XWeak \ + udkapi/com/sun/star/uri/RelativeUriExcessParentSegments \ + udkapi/com/sun/star/uri/XExternalUriReferenceTranslator \ + udkapi/com/sun/star/uri/XUriReference \ + udkapi/com/sun/star/uri/XUriReferenceFactory \ + udkapi/com/sun/star/uri/XUriSchemeParser \ + udkapi/com/sun/star/uri/XVndSunStarExpandUrl \ + udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference \ + udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory \ + udkapi/com/sun/star/uri/XVndSunStarScriptUrl \ + udkapi/com/sun/star/uri/XVndSunStarScriptUrlReference \ + udkapi/com/sun/star/util/XMacroExpander \ + udkapi/com/sun/star/util/XVeto \ + udkapi/com/sun/star/util/logging/LogLevel \ + udkapi/com/sun/star/util/logging/XLogger \ + udkapi/com/sun/star/util/logging/XLoggerRemote \ +)) + + +# vim: set noet sw=4 ts=4: diff --git a/udkapi/com/sun/star/beans/makefile.mk b/udkapi/com/sun/star/beans/makefile.mk deleted file mode 100644 index 8e5aba61f..000000000 --- a/udkapi/com/sun/star/beans/makefile.mk +++ /dev/null @@ -1,101 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/.. - -PRJNAME=api - -TARGET=cssbeans -PACKAGE=com$/sun$/star$/beans - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - Ambiguous.idl\ - Defaulted.idl\ - GetDirectPropertyTolerantResult.idl\ - GetPropertyTolerantResult.idl\ - IllegalTypeException.idl\ - Introspection.idl\ - IntrospectionException.idl\ - MethodConcept.idl\ - NamedValue.idl\ - NotRemoveableException.idl\ - Optional.idl\ - Pair.idl\ - Property.idl\ - PropertyAttribute.idl\ - PropertyBag.idl\ - PropertyChangeEvent.idl\ - PropertyConcept.idl\ - PropertyExistException.idl\ - PropertySet.idl\ - PropertySetInfoChange.idl\ - PropertySetInfoChangeEvent.idl\ - PropertyState.idl\ - PropertyStateChangeEvent.idl\ - PropertyValue.idl\ - PropertyValues.idl\ - PropertyVetoException.idl\ - SetPropertyTolerantFailed.idl\ - StringPair.idl\ - TolerantPropertySetResultType.idl\ - UnknownPropertyException.idl\ - XExactName.idl\ - XFastPropertySet.idl\ - XHierarchicalPropertySet.idl\ - XHierarchicalPropertySetInfo.idl\ - XIntrospection.idl\ - XIntrospectionAccess.idl\ - XIntroTest.idl\ - XMaterialHolder.idl\ - XMultiPropertySet.idl\ - XMultiPropertyStates.idl\ - XMultiHierarchicalPropertySet.idl\ - XPropertiesChangeListener.idl\ - XPropertiesChangeNotifier.idl\ - XProperty.idl\ - XPropertyAccess.idl\ - XPropertyChangeListener.idl\ - XPropertyContainer.idl\ - XPropertySet.idl\ - XPropertySetInfo.idl\ - XPropertySetInfoChangeListener.idl\ - XPropertySetInfoChangeNotifier.idl\ - XPropertyState.idl\ - XPropertyStateChangeListener.idl\ - XPropertyWithState.idl\ - XTolerantMultiPropertySet.idl\ - XVetoableChangeListener.idl\ - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/bridge/makefile.mk b/udkapi/com/sun/star/bridge/makefile.mk deleted file mode 100644 index 74c95bfce..000000000 --- a/udkapi/com/sun/star/bridge/makefile.mk +++ /dev/null @@ -1,66 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/.. - -PRJNAME=api - -TARGET=cssbridge -PACKAGE=com$/sun$/star$/bridge - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - ModelDependent.idl\ - OleApplicationRegistration.idl\ - OleBridgeSupplier.idl\ - OleBridgeSupplier2.idl\ - OleBridgeSupplierVar1.idl\ - OleObjectFactory.idl\ - XBridgeSupplier.idl\ - XBridgeSupplier2.idl\ - XBridge.idl \ - XBridgeFactory.idl\ - XInstanceProvider.idl\ - BridgeExistsException.idl \ - XUnoUrlResolver.idl \ - UnoUrlResolver.idl \ - XProtocolProperties.idl \ - ProtocolProperty.idl \ - InvalidProtocolChangeException.idl \ - Bridge.idl \ - BridgeFactory.idl \ - UrpBridge.idl \ - IiopBridge.idl - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/bridge/oleautomation/makefile.mk b/udkapi/com/sun/star/bridge/oleautomation/makefile.mk deleted file mode 100644 index acb0365a4..000000000 --- a/udkapi/com/sun/star/bridge/oleautomation/makefile.mk +++ /dev/null @@ -1,54 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/..$/.. - -PRJNAME=api - -TARGET=cssboleautomation -PACKAGE=com$/sun$/star$/bridge$/oleautomation - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - ApplicationRegistration.idl\ - BridgeSupplier.idl\ - Factory.idl \ - Decimal.idl \ - Currency.idl \ - Date.idl \ - NamedArgument.idl \ - SCode.idl \ - PropertyPutArgument.idl \ - XAutomationObject.idl -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/connection/makefile.mk b/udkapi/com/sun/star/connection/makefile.mk deleted file mode 100644 index 616871af4..000000000 --- a/udkapi/com/sun/star/connection/makefile.mk +++ /dev/null @@ -1,56 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/.. - -PRJNAME=api - -TARGET=cssconnection -PACKAGE=com$/sun$/star$/connection - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - SocketPermission.idl\ - XConnection.idl\ - XConnection2.idl\ - XConnectionBroadcaster.idl\ - XAcceptor.idl\ - XConnector.idl\ - NoConnectException.idl\ - AlreadyAcceptingException.idl\ - ConnectionSetupException.idl \ - Connector.idl \ - Acceptor.idl - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/container/makefile.mk b/udkapi/com/sun/star/container/makefile.mk deleted file mode 100644 index 5385b7e98..000000000 --- a/udkapi/com/sun/star/container/makefile.mk +++ /dev/null @@ -1,83 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/.. - -PRJNAME=api - -TARGET=csscontainer -PACKAGE=com$/sun$/star$/container - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - XIdentifierAccess.idl\ - XIdentifierReplace.idl\ - XIdentifierContainer.idl\ - ContainerEvent.idl\ - ElementExistException.idl\ - EnumerableMap.idl\ - NoSuchElementException.idl\ - XChild.idl\ - XUniqueIDAccess.idl\ - XComponentEnumeration.idl\ - XComponentEnumerationAccess.idl\ - XContainer.idl\ - XContainerApproveBroadcaster.idl\ - XContainerApproveListener.idl\ - XContainerListener.idl\ - XContainerQuery.idl\ - XContentEnumerationAccess.idl\ - XElementAccess.idl\ - XEnumerableMap.idl\ - XEnumeration.idl\ - XEnumerationAccess.idl\ - XHierarchicalName.idl\ - XHierarchicalNameAccess.idl\ - XHierarchicalNameReplace.idl\ - XHierarchicalNameContainer.idl\ - XImplicitIDAccess.idl\ - XImplicitIDContainer.idl\ - XImplicitIDReplace.idl\ - XIndexAccess.idl\ - XIndexContainer.idl\ - XIndexReplace.idl\ - XMap.idl\ - XNameAccess.idl\ - XNameContainer.idl\ - XNamed.idl\ - XNameReplace.idl\ - XSet.idl\ - XStringKeyMap.idl\ - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/corba/giop/makefile.mk b/udkapi/com/sun/star/corba/giop/makefile.mk deleted file mode 100644 index 1e05e5619..000000000 --- a/udkapi/com/sun/star/corba/giop/makefile.mk +++ /dev/null @@ -1,43 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* -PRJ=..$/..$/..$/..$/.. - -PRJNAME=api - -TARGET=cssgiop -PACKAGE=com$/sun$/star$/giop - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk -# ------------------------------------------------------------------------ - -IDLFILES=\ - giop.idl - -# ------------------------------------------------------------------ -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/io/makefile.mk b/udkapi/com/sun/star/io/makefile.mk deleted file mode 100644 index 3c8b0d5ac..000000000 --- a/udkapi/com/sun/star/io/makefile.mk +++ /dev/null @@ -1,99 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/.. - -PRJNAME=api - -TARGET=cssio -PACKAGE=com$/sun$/star$/io - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - FilePermission.idl\ - BufferSizeExceededException.idl\ - MarkableInputStream.idl\ - MarkableOutputStream.idl\ - DataInputStream.idl\ - DataOutputStream.idl\ - DataTransferEvent.idl\ - IOException.idl\ - NotConnectedException.idl\ - AlreadyConnectedException.idl\ - ObjectInputStream.idl\ - ObjectOutputStream.idl\ - Pipe.idl\ - Pump.idl\ - SequenceInputStream.idl\ - SequenceOutputStream.idl\ - UnexpectedEOFException.idl\ - WrongFormatException.idl\ - XActiveDataControl.idl\ - XActiveDataSink.idl\ - XActiveDataSource.idl\ - XActiveDataStreamer.idl\ - XConnectable.idl\ - XDataExporter.idl\ - XDataImporter.idl\ - XDataInputStream.idl\ - XDataOutputStream.idl\ - XDataTransferEventListener.idl\ - XInputStream.idl\ - XStream.idl\ - XMarkableStream.idl\ - XObjectInputStream.idl\ - XObjectOutputStream.idl\ - XOutputStream.idl\ - XPersist.idl\ - XPersistObject.idl\ - XStreamListener.idl\ - XSeekable.idl\ - XSeekableInputStream.idl\ - XSequenceOutputStream.idl\ - TextInputStream.idl\ - TextOutputStream.idl\ - XTextInputStream.idl\ - XTextOutputStream.idl\ - XTruncate.idl\ - XXMLExtractor.idl\ - XInputStreamProvider.idl\ - UnknownHostException.idl\ - SocketException.idl\ - NoRouteToHostException.idl\ - ConnectException.idl \ - XAsyncOutputMonitor.idl\ - XTempFile.idl\ - TempFile.idl - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/java/makefile.mk b/udkapi/com/sun/star/java/makefile.mk deleted file mode 100644 index bf7f467c9..000000000 --- a/udkapi/com/sun/star/java/makefile.mk +++ /dev/null @@ -1,57 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/.. - -PRJNAME=api - -TARGET=cssjava -PACKAGE=com$/sun$/star$/java - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - JavaVirtualMachine.idl\ - WrongJavaVersionException.idl\ - XJavaThreadRegister_11.idl\ - XJavaVM.idl\ - JavaInitializationException.idl\ - JavaDisabledException.idl\ - JavaNotConfiguredException.idl\ - MissingJavaRuntimeException.idl\ - JavaVMCreationFailureException.idl\ - JavaNotFoundException.idl \ - InvalidJavaSettingsException.idl \ - RestartRequiredException.idl - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/lang/makefile.mk b/udkapi/com/sun/star/lang/makefile.mk deleted file mode 100644 index b0a2d8172..000000000 --- a/udkapi/com/sun/star/lang/makefile.mk +++ /dev/null @@ -1,83 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/.. - -PRJNAME=api - -TARGET=csslang -PACKAGE=com$/sun$/star$/lang - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - ArrayIndexOutOfBoundsException.idl\ - ClassNotFoundException.idl\ - DisposedException.idl\ - EventObject.idl\ - IllegalAccessException.idl\ - IllegalArgumentException.idl\ - IndexOutOfBoundsException.idl\ - InvalidListenerException.idl\ - ListenerExistException.idl\ - Locale.idl\ - MultiServiceFactory.idl\ - NoSuchFieldException.idl\ - NoSuchMethodException.idl\ - NoSupportException.idl\ - NotInitializedException.idl\ - NullPointerException.idl\ - RegistryServiceManager.idl\ - ServiceManager.idl\ - ServiceNotRegisteredException.idl\ - SystemDependent.idl\ - WrappedTargetException.idl\ - WrappedTargetRuntimeException.idl\ - XComponent.idl\ - XConnectionPoint.idl\ - XConnectionPointContainer.idl\ - XEventListener.idl\ - XInitialization.idl\ - XLocalizable.idl\ - XMultiServiceFactory.idl\ - XMultiComponentFactory.idl\ - XServiceDisplayName.idl\ - XServiceInfo.idl\ - XServiceName.idl\ - XSingleServiceFactory.idl\ - XSingleComponentFactory.idl\ - XTypeProvider.idl\ - XUnoTunnel.idl\ - XMain.idl\ - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/loader/makefile.mk b/udkapi/com/sun/star/loader/makefile.mk deleted file mode 100644 index 3f3641b0d..000000000 --- a/udkapi/com/sun/star/loader/makefile.mk +++ /dev/null @@ -1,51 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/.. - -PRJNAME=api - -TARGET=cssloader -PACKAGE=com$/sun$/star$/loader - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - CannotActivateFactoryException.idl\ - Java.idl\ - Java2.idl\ - Dynamic.idl\ - SharedLibrary.idl\ - XImplementationLoader.idl\ - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/reflection/makefile.mk b/udkapi/com/sun/star/reflection/makefile.mk deleted file mode 100644 index a8b1bc8e6..000000000 --- a/udkapi/com/sun/star/reflection/makefile.mk +++ /dev/null @@ -1,93 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/.. - -PRJNAME=api - -TARGET=cssreflection -PACKAGE=com$/sun$/star$/reflection - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - CoreReflection.idl\ - FieldAccessMode.idl\ - InvalidTypeNameException.idl\ - InvocationTargetException.idl\ - MethodMode.idl\ - NoSuchTypeNameException.idl\ - ParamInfo.idl\ - ParamMode.idl\ - ProxyFactory.idl\ - TypeDescriptionManager.idl\ - TypeDescriptionProvider.idl\ - TypeDescriptionSearchDepth.idl\ - XArrayTypeDescription.idl\ - XCompoundTypeDescription.idl\ - XConstantTypeDescription.idl\ - XConstantsTypeDescription.idl\ - XUnionTypeDescription.idl\ - XEnumTypeDescription.idl\ - XIdlArray.idl\ - XIdlClass.idl\ - XIdlClassProvider.idl\ - XIdlField.idl\ - XIdlField2.idl\ - XIdlMember.idl\ - XIdlMethod.idl\ - XIdlReflection.idl\ - XIndirectTypeDescription.idl\ - XInterfaceAttributeTypeDescription.idl\ - XInterfaceAttributeTypeDescription2.idl \ - XInterfaceMemberTypeDescription.idl\ - XInterfaceMethodTypeDescription.idl\ - XInterfaceTypeDescription.idl\ - XInterfaceTypeDescription2.idl \ - XMethodParameter.idl\ - XModuleTypeDescription.idl\ - XParameter.idl \ - XPropertyTypeDescription.idl\ - XProxyFactory.idl\ - XPublished.idl \ - XServiceConstructorDescription.idl \ - XServiceTypeDescription.idl\ - XServiceTypeDescription2.idl \ - XSingletonTypeDescription.idl\ - XSingletonTypeDescription2.idl \ - XStructTypeDescription.idl \ - XTypeDescription.idl\ - XTypeDescriptionEnumeration.idl\ - XTypeDescriptionEnumerationAccess.idl - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/registry/makefile.mk b/udkapi/com/sun/star/registry/makefile.mk deleted file mode 100644 index 0e420aa84..000000000 --- a/udkapi/com/sun/star/registry/makefile.mk +++ /dev/null @@ -1,59 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/.. - -PRJNAME=api - -TARGET=cssregistry -PACKAGE=com$/sun$/star$/registry - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - CannotRegisterImplementationException.idl\ - DefaultRegistry.idl\ - ImplementationRegistration.idl\ - InvalidRegistryException.idl\ - InvalidValueException.idl\ - MergeConflictException.idl\ - NestedRegistry.idl\ - RegistryKeyType.idl\ - RegistryValueType.idl\ - SimpleRegistry.idl\ - XImplementationRegistration.idl\ - XImplementationRegistration2.idl\ - XRegistryKey.idl\ - XSimpleRegistry.idl\ - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/security/makefile.mk b/udkapi/com/sun/star/security/makefile.mk deleted file mode 100644 index f8c66f9df..000000000 --- a/udkapi/com/sun/star/security/makefile.mk +++ /dev/null @@ -1,60 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -# build dependency: security -# security/auth -# security/auth/callback -# security/auth/login - -PRJ=..$/..$/..$/.. - -PRJNAME=udkapi - -TARGET=csssec -PACKAGE=com$/sun$/star$/security - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES= \ - AllPermission.idl \ - RuntimePermission.idl \ - Policy.idl \ - XPolicy.idl \ - AccessController.idl \ - XAccessController.idl \ - XAccessControlContext.idl \ - XAction.idl \ - AccessControlException.idl - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk - diff --git a/udkapi/com/sun/star/task/makefile.mk b/udkapi/com/sun/star/task/makefile.mk deleted file mode 100644 index e95d79ce4..000000000 --- a/udkapi/com/sun/star/task/makefile.mk +++ /dev/null @@ -1,50 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/.. - -PRJNAME=api - -TARGET=csstask -PACKAGE=com$/sun$/star$/task - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - XInteractionAbort.idl\ - XInteractionContinuation.idl\ - XInteractionHandler.idl\ - XInteractionHandler2.idl\ - XInteractionRequest.idl\ - XInteractionRetry.idl -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/test/bridge/makefile.mk b/udkapi/com/sun/star/test/bridge/makefile.mk deleted file mode 100644 index 14347311a..000000000 --- a/udkapi/com/sun/star/test/bridge/makefile.mk +++ /dev/null @@ -1,45 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* -PRJ=..$/..$/..$/..$/.. - -PRJNAME=api - -TARGET=cssbridgetest -PACKAGE=com$/sun$/star$/test$/bridge - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - XBridgeTest.idl - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/test/makefile.mk b/udkapi/com/sun/star/test/makefile.mk deleted file mode 100644 index a1f2016bf..000000000 --- a/udkapi/com/sun/star/test/makefile.mk +++ /dev/null @@ -1,50 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/.. - -PRJNAME=api - -TARGET=csstest -PACKAGE=com$/sun$/star$/test - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - TestFactory.idl\ - XSimpleTest.idl\ - TestEvent.idl\ - XTest.idl\ - XTestListener.idl\ - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/test/performance/makefile.mk b/udkapi/com/sun/star/test/performance/makefile.mk deleted file mode 100644 index 00168c2a0..000000000 --- a/udkapi/com/sun/star/test/performance/makefile.mk +++ /dev/null @@ -1,45 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* -PRJ=..$/..$/..$/..$/.. - -PRJNAME=api - -TARGET=cssperftest -PACKAGE=com$/sun$/star$/test$/performance - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - XPerformanceTest.idl - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/uno/makefile.mk b/udkapi/com/sun/star/uno/makefile.mk deleted file mode 100644 index d615b367f..000000000 --- a/udkapi/com/sun/star/uno/makefile.mk +++ /dev/null @@ -1,61 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/.. - -PRJNAME=api - -TARGET=cssuno -PACKAGE=com$/sun$/star$/uno - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - Exception.idl\ - NamingService.idl\ - RuntimeException.idl\ - SecurityException.idl\ - DeploymentException.idl\ - TypeClass.idl\ - Uik.idl\ - XAdapter.idl\ - XAggregation.idl\ - XInterface.idl\ - XNamingService.idl\ - XReference.idl\ - XWeak.idl\ - XComponentContext.idl\ - XCurrentContext.idl\ - XUnloadingPreference.idl - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/uri/makefile.mk b/udkapi/com/sun/star/uri/makefile.mk deleted file mode 100644 index 8b9a0b7a2..000000000 --- a/udkapi/com/sun/star/uri/makefile.mk +++ /dev/null @@ -1,54 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ := ..$/..$/..$/.. -PRJNAME := api -TARGET := cssuri - -PACKAGE := com$/sun$/star$/uri - -.INCLUDE: $(PRJ)$/util$/makefile.pmk - -IDLFILES = \ - ExternalUriReferenceTranslator.idl \ - RelativeUriExcessParentSegments.idl \ - UriReferenceFactory.idl \ - UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl \ - UriSchemeParser_vndDOTsunDOTstarDOTscript.idl \ - VndSunStarPkgUrlReferenceFactory.idl \ - XExternalUriReferenceTranslator.idl \ - XUriReference.idl \ - XUriReferenceFactory.idl \ - XUriSchemeParser.idl \ - XVndSunStarExpandUrl.idl \ - XVndSunStarExpandUrlReference.idl \ - XVndSunStarPkgUrlReferenceFactory.idl \ - XVndSunStarScriptUrl.idl \ - XVndSunStarScriptUrlReference.idl - -.INCLUDE: target.mk -.INCLUDE: $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/util/logging/makefile.mk b/udkapi/com/sun/star/util/logging/makefile.mk deleted file mode 100644 index e48b71921..000000000 --- a/udkapi/com/sun/star/util/logging/makefile.mk +++ /dev/null @@ -1,50 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ =..$/..$/..$/..$/.. -PRJNAME =logging -TARGET =cssulog -PACKAGE =com$/sun$/star$/util$/logging - - -# --- Settings ----------------------------------------------------- - -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - LogLevel.idl\ - XLogger.idl\ - XLoggerRemote.idl\ - Logger.idl\ - LoggerRemote.idl - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/com/sun/star/util/makefile.mk b/udkapi/com/sun/star/util/makefile.mk deleted file mode 100644 index 9c5e0276d..000000000 --- a/udkapi/com/sun/star/util/makefile.mk +++ /dev/null @@ -1,50 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=..$/..$/..$/.. - -PRJNAME=api - -TARGET=cssutil -PACKAGE=com$/sun$/star$/util - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - XVeto.idl \ - XMacroExpander.idl \ - MacroExpander.idl \ - BootstrapMacroExpander.idl \ - theMacroExpander.idl - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk diff --git a/udkapi/prj/build.lst b/udkapi/prj/build.lst index 84520f838..b51f2a247 100644 --- a/udkapi/prj/build.lst +++ b/udkapi/prj/build.lst @@ -1,30 +1,3 @@ -ua udkapi : DESKTOP:idlc NULL +ua udkapi : DESKTOP:idlc DESKTOP:codemaker NULL ua udkapi usr1 - all ua_mkout NULL -ua udkapi\com\sun\star\beans nmake - all ua_bean NULL -ua udkapi\com\sun\star\bridge nmake - all ua_brid NULL -ua udkapi\com\sun\star\bridge\oleautomation nmake - all ua_auto ua_brid NULL -ua udkapi\com\sun\star\connection nmake - all ua_connect NULL -ua udkapi\com\sun\star\container nmake - all ua_cont NULL -ua udkapi\com\sun\star\io nmake - all ua_io NULL -ua udkapi\com\sun\star\java nmake - all ua_java NULL -ua udkapi\com\sun\star\lang nmake - all ua_lang NULL -ua udkapi\com\sun\star\loader nmake - all ua_load NULL -ua udkapi\com\sun\star\reflection nmake - all ua_refl NULL -ua udkapi\com\sun\star\registry nmake - all ua_regis NULL -ua udkapi\com\sun\star\script nmake - all ua_scrpt NULL -ua udkapi\com\sun\star\test nmake - all ua_test NULL -ua udkapi\com\sun\star\test\performance nmake - all ua_tstperform NULL -ua udkapi\com\sun\star\test\bridge nmake - all ua_tstbridge NULL -ua udkapi\com\sun\star\corba\iop nmake - all ua_iop NULL -ua udkapi\com\sun\star\corba\giop nmake - all ua_giop NULL -ua udkapi\com\sun\star\corba\iiop nmake - all ua_iiop NULL -ua udkapi\com\sun\star\corba nmake - all ua_corba NULL -ua udkapi\com\sun\star\uno nmake - all ua_uno NULL -ua udkapi\com\sun\star\security nmake - all ua_sec ua_uno NULL -ua udkapi\com\sun\star\util nmake - all ua_uutil ua_lang ua_uno NULL -ua udkapi\com\sun\star\util\logging nmake - all ua_log NULL -ua udkapi\com\sun\star\task nmake - all ua_task ua_uno NULL -ua udkapi\com\sun\star\uri nmake - all ua_uri ua_uno NULL -ua udkapi\com\sun\star nmake - all ua_star NULL -ua udkapi\util nmake - all ua_util ua_bean ua_brid ua_auto ua_connect ua_cont ua_corba ua_giop ua_iiop ua_io ua_iop ua_java ua_lang ua_load ua_refl ua_regis ua_scrpt ua_test ua_tstbridge ua_tstperform ua_sec ua_uno ua_uutil ua_log ua_task ua_uri ua_star NULL - +ua udkapi\prj nmake - all ua_prj NULL diff --git a/udkapi/com/sun/star/makefile.mk b/udkapi/prj/makefile.mk index ab74a150f..c677d2b3e 100644 --- a/udkapi/com/sun/star/makefile.mk +++ b/udkapi/prj/makefile.mk @@ -25,22 +25,16 @@ # #************************************************************************* -PRJ=..$/..$/.. +PRJ=.. +TARGET=prj -PRJNAME=api +.INCLUDE : settings.mk -TARGET=css -PACKAGE=com$/sun$/star +.IF "$(VERBOSE)"!="" +VERBOSEFLAG := +.ELSE +VERBOSEFLAG := -s +.ENDIF -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# ------------------------------------------------------------------------ - -IDLFILES=\ - udk-modules.idl - -# ------------------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk +all: + cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) diff --git a/udkapi/util/makefile.mk b/udkapi/util/makefile.mk deleted file mode 100644 index 23dbd3782..000000000 --- a/udkapi/util/makefile.mk +++ /dev/null @@ -1,75 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# 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. -# -# 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). -# -# 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. -# -#************************************************************************* - -PRJ=.. -PRJPCH= - -PRJNAME=udkapi -TARGET=udkapi - -#use_starjar=true - - -# --- Settings ----------------------------------------------------- - -.INCLUDE : makefile.pmk - -# ------------------------------------------------------------------ - -UNOIDLDBFILES= \ - $(UCR)$/css.db \ - $(UCR)$/cssutil.db \ - $(UCR)$/cssbeans.db \ - $(UCR)$/cssbridge.db \ - $(UCR)$/cssboleautomation.db \ - $(UCR)$/cssconnection.db\ - $(UCR)$/csscontainer.db \ - $(UCR)$/cssio.db \ - $(UCR)$/cssjava.db \ - $(UCR)$/csslang.db \ - $(UCR)$/csssec.db \ - $(UCR)$/cssloader.db \ - $(UCR)$/cssreflection.db \ - $(UCR)$/cssregistry.db \ - $(UCR)$/cssscript.db \ - $(UCR)$/csstest.db \ - $(UCR)$/cssperftest.db \ - $(UCR)$/cssbridgetest.db \ - $(UCR)$/cssuno.db \ - $(UCR)$/cssulog.db \ - $(UCR)$/csscorba.db \ - $(UCR)$/cssiop.db \ - $(UCR)$/cssiiop.db \ - $(UCR)$/cssgiop.db \ - $(UCR)$/csstask.db \ - $(UCR)$/cssuri.db - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - - |