Module_cppuhelper.mk (77dbc36c) | Module_cppuhelper.mk (207d1dfc) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 10 unchanged lines hidden (view full) --- 19# 20#************************************************************** 21 22 23 24$(eval $(call gb_Module_Module,cppuhelper)) 25 26$(eval $(call gb_Module_add_targets,cppuhelper,\ | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 10 unchanged lines hidden (view full) --- 19# 20#************************************************************** 21 22 23 24$(eval $(call gb_Module_Module,cppuhelper)) 25 26$(eval $(call gb_Module_add_targets,cppuhelper,\ |
27 GoogleTest_cppuhelper_ifcontainer \ 28 GoogleTest_cppuhelper_unourl \ | |
29 Library_cppuhelper \ 30 Package_inc \ 31 Package_findsofficepath \ 32 Package_unorc \ 33)) 34 | 27 Library_cppuhelper \ 28 Package_inc \ 29 Package_findsofficepath \ 30 Package_unorc \ 31)) 32 |
33ifeq ($(ENABLE_UNIT_TESTS),YES) 34$(eval $(call gb_Module_add_check_targets,cppuhelper,\ 35 GoogleTest_cppuhelper_ifcontainer \ 36 GoogleTest_cppuhelper_unourl \ 37)) 38endif |
|
35 36 | 39 40 |
41 |
|
37# vim: set noet sw=4 ts=4: | 42# vim: set noet sw=4 ts=4: |