Author: jim
Date: Tue Jan 15 16:19:11 2019
New Revision: 1851393

URL: http://svn.apache.org/viewvc?rev=1851393&view=rev
Log:
Hmmm... missed somehow?

Added:
    openoffice/branches/AOO42X/main/cpputools/Executable_regcomp.mk
    openoffice/branches/AOO42X/main/cpputools/Executable_regsingleton.mk
    openoffice/branches/AOO42X/main/cpputools/Executable_sp2bv.mk
    openoffice/branches/AOO42X/main/cpputools/Executable_uno.mk
    openoffice/branches/AOO42X/main/cpputools/Makefile
    openoffice/branches/AOO42X/main/cpputools/Module_cpputools.mk
    openoffice/branches/AOO42X/main/cpputools/Package_bin.mk

Added: openoffice/branches/AOO42X/main/cpputools/Executable_regcomp.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/cpputools/Executable_regcomp.mk?rev=1851393&view=auto
==============================================================================
--- openoffice/branches/AOO42X/main/cpputools/Executable_regcomp.mk (added)
+++ openoffice/branches/AOO42X/main/cpputools/Executable_regcomp.mk Tue Jan 15 
16:19:11 2019
@@ -0,0 +1,51 @@
+#**************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**************************************************************
+
+
+
+$(eval $(call gb_Executable_Executable,regcomp))
+
+$(eval $(call gb_Executable_add_linked_libs,regcomp,\
+       cppu \
+       cppuhelper \
+       sal \
+       stl \
+    $(gb_STDLIBS) \
+))
+
+$(eval $(call 
gb_Executable_set_private_extract_of_public_api,regcomp,$(OUTDIR)/bin/udkapi.rdb,\
+       com.sun.star.uno.TypeClass \
+       com.sun.star.lang.XMultiServiceFactory \
+       com.sun.star.lang.XSingleServiceFactory \
+       com.sun.star.lang.XMultiComponentFactory \
+       com.sun.star.lang.XSingleComponentFactory \
+       com.sun.star.lang.XComponent \
+       com.sun.star.container.XContentEnumerationAccess \
+       com.sun.star.container.XSet \
+       com.sun.star.loader.CannotActivateFactoryException \
+       com.sun.star.registry.XImplementationRegistration2 \
+))
+
+$(eval $(call gb_Executable_add_exception_objects,regcomp,\
+       cpputools/source/registercomponent/registercomponent \
+))
+
+# vim: set noet sw=4 ts=4:

Added: openoffice/branches/AOO42X/main/cpputools/Executable_regsingleton.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/cpputools/Executable_regsingleton.mk?rev=1851393&view=auto
==============================================================================
--- openoffice/branches/AOO42X/main/cpputools/Executable_regsingleton.mk (added)
+++ openoffice/branches/AOO42X/main/cpputools/Executable_regsingleton.mk Tue 
Jan 15 16:19:11 2019
@@ -0,0 +1,60 @@
+#**************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**************************************************************
+
+
+
+$(eval $(call gb_Executable_Executable,regsingleton))
+
+$(eval $(call gb_Executable_add_linked_libs,regsingleton,\
+       cppu \
+       cppuhelper \
+       sal \
+       stl \
+    $(gb_STDLIBS) \
+))
+
+ifeq ($(OS),MACOSX)
+$(eval $(call gb_Executable_add_ldflags,regsingleton,\
+       -dynamiclib -headerpad_max_install_names \
+))
+endif
+
+$(eval $(call 
gb_Executable_set_private_extract_of_public_api,regsingleton,$(OUTDIR)/bin/udkapi.rdb,\
+       com.sun.star.uno.TypeClass \
+       com.sun.star.uno.XAggregation \
+       com.sun.star.uno.XWeak \
+       com.sun.star.uno.XComponentContext \
+       com.sun.star.lang.XTypeProvider \
+       com.sun.star.lang.XComponent \
+       com.sun.star.lang.XSingleServiceFactory \
+       com.sun.star.lang.XSingleComponentFactory \
+       com.sun.star.lang.XMultiServiceFactory \
+       com.sun.star.lang.XMultiComponentFactory \
+       com.sun.star.container.XHierarchicalNameAccess \
+       com.sun.star.registry.XSimpleRegistry \
+       com.sun.star.registry.XRegistryKey \
+))
+
+$(eval $(call gb_Executable_add_exception_objects,regsingleton,\
+       cpputools/source/regsingleton/regsingleton \
+))
+
+# vim: set noet sw=4 ts=4:

Added: openoffice/branches/AOO42X/main/cpputools/Executable_sp2bv.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/cpputools/Executable_sp2bv.mk?rev=1851393&view=auto
==============================================================================
--- openoffice/branches/AOO42X/main/cpputools/Executable_sp2bv.mk (added)
+++ openoffice/branches/AOO42X/main/cpputools/Executable_sp2bv.mk Tue Jan 15 
16:19:11 2019
@@ -0,0 +1,41 @@
+#**************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**************************************************************
+
+
+
+$(eval $(call gb_Executable_Executable,sp2bv))
+
+$(eval $(call gb_Executable_add_linked_libs,sp2bv,\
+       sal \
+       stl \
+    $(gb_STDLIBS) \
+))
+
+ifeq ($(OS),MACOSX)
+$(eval $(call gb_Executable_add_ldflags,sp2bv,\
+       -dynamiclib -headerpad_max_install_names \
+))
+endif
+$(eval $(call gb_Executable_add_exception_objects,sp2bv,\
+       cpputools/source/sp2bv/sp2bv \
+))
+
+# vim: set noet sw=4 ts=4:

Added: openoffice/branches/AOO42X/main/cpputools/Executable_uno.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/cpputools/Executable_uno.mk?rev=1851393&view=auto
==============================================================================
--- openoffice/branches/AOO42X/main/cpputools/Executable_uno.mk (added)
+++ openoffice/branches/AOO42X/main/cpputools/Executable_uno.mk Tue Jan 15 
16:19:11 2019
@@ -0,0 +1,63 @@
+#**************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**************************************************************
+
+
+
+$(eval $(call gb_Executable_Executable,uno))
+
+$(eval $(call gb_Executable_add_linked_libs,uno,\
+       cppu \
+       cppuhelper \
+       sal \
+       salhelper \
+       stl \
+    $(gb_STDLIBS) \
+))
+
+$(eval $(call 
gb_Executable_set_private_extract_of_public_api,uno,$(OUTDIR)/bin/udkapi.rdb,\
+       com.sun.star.uno.TypeClass \
+       com.sun.star.uno.XAggregation \
+       com.sun.star.uno.XWeak \
+       com.sun.star.uno.XComponentContext \
+       com.sun.star.lang.XTypeProvider \
+       com.sun.star.lang.XMain \
+       com.sun.star.lang.XInitialization \
+       com.sun.star.lang.XComponent \
+       com.sun.star.lang.XSingleServiceFactory \
+       com.sun.star.lang.XSingleComponentFactory \
+       com.sun.star.lang.XMultiServiceFactory \
+       com.sun.star.lang.XMultiComponentFactory \
+       com.sun.star.container.XSet \
+       com.sun.star.container.XHierarchicalNameAccess \
+       com.sun.star.loader.XImplementationLoader \
+       com.sun.star.registry.XSimpleRegistry \
+       com.sun.star.registry.XRegistryKey \
+       com.sun.star.connection.XAcceptor \
+       com.sun.star.connection.XConnection \
+       com.sun.star.bridge.XBridgeFactory \
+       com.sun.star.bridge.XBridge \
+))
+
+$(eval $(call gb_Executable_add_exception_objects,uno,\
+       cpputools/source/unoexe/unoexe \
+))
+
+# vim: set noet sw=4 ts=4:

Added: openoffice/branches/AOO42X/main/cpputools/Makefile
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/cpputools/Makefile?rev=1851393&view=auto
==============================================================================
--- openoffice/branches/AOO42X/main/cpputools/Makefile (added)
+++ openoffice/branches/AOO42X/main/cpputools/Makefile Tue Jan 15 16:19:11 2019
@@ -0,0 +1,32 @@
+#**************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**************************************************************
+
+ifeq ($(strip $(SOLARENV)),)
+$(error No environment set!)
+endif
+
+gb_PARTIALBUILD := T
+GBUILDDIR := $(SOLARENV)/gbuild
+include $(GBUILDDIR)/gbuild.mk
+
+$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath 
$(firstword $(MAKEFILE_LIST))))/Module*.mk)))
+
+# vim: set noet sw=4 ts=4:

Added: openoffice/branches/AOO42X/main/cpputools/Module_cpputools.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/cpputools/Module_cpputools.mk?rev=1851393&view=auto
==============================================================================
--- openoffice/branches/AOO42X/main/cpputools/Module_cpputools.mk (added)
+++ openoffice/branches/AOO42X/main/cpputools/Module_cpputools.mk Tue Jan 15 
16:19:11 2019
@@ -0,0 +1,42 @@
+#**************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**************************************************************
+
+
+
+$(eval $(call gb_Module_Module,cpputools))
+
+$(eval $(call gb_Module_add_targets,cpputools,\
+       Executable_regcomp \
+       Executable_regsingleton \
+       Executable_sp2bv \
+       Executable_uno \
+))
+
+ifeq ($(GUIBASE),WIN)
+else ifeq ($(GUIBASE),OS2)
+else
+$(eval $(call gb_Module_add_targets,cpputools,\
+       Package_bin \
+))
+endif
+
+
+# vim: set noet sw=4 ts=4:

Added: openoffice/branches/AOO42X/main/cpputools/Package_bin.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/cpputools/Package_bin.mk?rev=1851393&view=auto
==============================================================================
--- openoffice/branches/AOO42X/main/cpputools/Package_bin.mk (added)
+++ openoffice/branches/AOO42X/main/cpputools/Package_bin.mk Tue Jan 15 
16:19:11 2019
@@ -0,0 +1,27 @@
+#**************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**************************************************************
+
+
+
+$(eval $(call 
gb_Package_Package,cpputools_bin,$(WORKDIR)/LinkTarget/Executable))
+
+$(eval $(call gb_Package_add_file,cpputools_bin,bin/regcomp.bin,regcomp))
+$(eval $(call gb_Package_add_file,cpputools_bin,bin/uno.bin,uno))


Reply via email to