Module_linguistic.mk (b63233d8) | Module_linguistic.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 --- 17 unchanged lines hidden (view full) --- 26$(eval $(call gb_Module_add_targets,linguistic,\ 27 Library_lng \ 28 Package_inc \ 29)) 30 31#$(eval $(call gb_Module_add_check_targets,linguistic,\ 32#)) 33 | 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 --- 17 unchanged lines hidden (view full) --- 26$(eval $(call gb_Module_add_targets,linguistic,\ 27 Library_lng \ 28 Package_inc \ 29)) 30 31#$(eval $(call gb_Module_add_check_targets,linguistic,\ 32#)) 33 |
34ifneq ($(OOO_JUNIT_JAR),) |
|
34$(eval $(call gb_Module_add_subsequentcheck_targets,linguistic,\ 35 JunitTest_linguistic_unoapi \ 36)) | 35$(eval $(call gb_Module_add_subsequentcheck_targets,linguistic,\ 36 JunitTest_linguistic_unoapi \ 37)) |
38endif |
|
37 38# was disabled in old build system 39# JunitTest_linguistic_complex \ 40 41# vim: set noet sw=4 ts=4: | 39 40# was disabled in old build system 41# JunitTest_linguistic_complex \ 42 43# vim: set noet sw=4 ts=4: |