Module_sot.mk (7871dc3e) Module_sot.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,sot))
25
26$(eval $(call gb_Module_add_targets,sot,\
27 Package_inc \
28 Library_sot \
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,sot))
25
26$(eval $(call gb_Module_add_targets,sot,\
27 Package_inc \
28 Library_sot \
29))
30
31ifneq ($(OOO_JUNIT_JAR),)
31$(eval $(call gb_Module_add_subsequentcheck_targets,sot,\
32 JunitTest_sot_complex \
33))
32$(eval $(call gb_Module_add_subsequentcheck_targets,sot,\
33 JunitTest_sot_complex \
34))
35endif
34
36