makefile.mk (c6cdd2bd) makefile.mk (a03c9fa9)
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

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

16# KIND, either express or implied. See the License for the
17# specific language governing permissions and limitations
18# under the License.
19#
20#**************************************************************
21
22
23
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

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

16# KIND, either express or implied. See the License for the
17# specific language governing permissions and limitations
18# under the License.
19#
20#**************************************************************
21
22
23
24.IF "$(OOO_SUBSEQUENT_TESTS)" == ""
25nothing .PHONY:
26.ELSE
27
28PRJ = ../../..
29PRJNAME = sal
30TARGET = qa_rtl_profile
31
32ENABLE_EXCEPTIONS = TRUE
33
34.INCLUDE: settings.mk
35

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

45APP1STDLIBS = $(GTESTLIB) $(SALLIB)
46APP1TARGET = test-rtl-math
47APP1TEST = enabled
48
49.INCLUDE: target.mk
50
51.ENDIF # "$(ENABLE_UNIT_TESTS)" != "YES"
52
24PRJ = ../../..
25PRJNAME = sal
26TARGET = qa_rtl_profile
27
28ENABLE_EXCEPTIONS = TRUE
29
30.INCLUDE: settings.mk
31

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

41APP1STDLIBS = $(GTESTLIB) $(SALLIB)
42APP1TARGET = test-rtl-math
43APP1TEST = enabled
44
45.INCLUDE: target.mk
46
47.ENDIF # "$(ENABLE_UNIT_TESTS)" != "YES"
48
53.END # "$(OOO_SUBSEQUENT_TESTS)" == ""