Module_unoxml.mk (7871dc3e) | Module_unoxml.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,unoxml)) 25 26$(eval $(call gb_Module_add_targets,unoxml,\ 27 Library_unoxml \ 28 Library_unordf \ 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,unoxml)) 25 26$(eval $(call gb_Module_add_targets,unoxml,\ 27 Library_unoxml \ 28 Library_unordf \ 29)) 30 |
31ifneq ($(OOO_JUNIT_JAR),) |
|
31$(eval $(call gb_Module_add_subsequentcheck_targets,unoxml,\ 32 JunitTest_unoxml_complex \ 33 JunitTest_unordf_complex \ 34)) | 32$(eval $(call gb_Module_add_subsequentcheck_targets,unoxml,\ 33 JunitTest_unoxml_complex \ 34 JunitTest_unordf_complex \ 35)) |
36endif |
|
35 36# vim: set noet sw=4 ts=4: | 37 38# vim: set noet sw=4 ts=4: |