Module_unotools.mk (b63233d8) | Module_unotools.mk (317f9b58) |
---|---|
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,unotools)) 25 26$(eval $(call gb_Module_add_targets,unotools,\ 27 Library_utl \ 28 Package_inc \ 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,unotools)) 25 26$(eval $(call gb_Module_add_targets,unotools,\ 27 Library_utl \ 28 Package_inc \ 29)) 30 |
31ifneq ($(OOO_JUNIT_JAR),) |
|
31$(eval $(call gb_Module_add_subsequentcheck_targets,unotools,\ 32 JunitTest_unotools_complex \ 33)) | 32$(eval $(call gb_Module_add_subsequentcheck_targets,unotools,\ 33 JunitTest_unotools_complex \ 34)) |
35endif |
|
34 35# vim: set noet sw=4 ts=4: | 36 37# vim: set noet sw=4 ts=4: |