Module_comphelper.mk (7871dc3e) Module_comphelper.mk (990ab93d)
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

--- 14 unchanged lines hidden (view full) ---

23
24$(eval $(call gb_Module_Module,comphelper))
25
26$(eval $(call gb_Module_add_targets,comphelper,\
27 Package_inc \
28 Library_comphelp \
29))
30
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

--- 14 unchanged lines hidden (view full) ---

23
24$(eval $(call gb_Module_Module,comphelper))
25
26$(eval $(call gb_Module_add_targets,comphelper,\
27 Package_inc \
28 Library_comphelp \
29))
30
31ifneq ($(OOO_JUNIT_JAR),)
31$(eval $(call gb_Module_add_subsequentcheck_targets,comphelper,\
32 JunitTest_comphelper_complex \
33))
32$(eval $(call gb_Module_add_subsequentcheck_targets,comphelper,\
33 JunitTest_comphelper_complex \
34))
35endif
34
35# vim: set noet ts=4 sw=4:
36
37# vim: set noet ts=4 sw=4: