target.mk (7871dc3e) target.mk (534c536d)
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

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

27# INCLUDE-Path
28# ------------------------------------------------------------------
29
30.IF "$(STL_OS2_BUILDING)" != ""
31CDEFS+=-DSTL_OS2_BUILDING
32.ENDIF
33.IF "$(VISIBILITY_HIDDEN)" != ""
34.IF "$(COMNAME)" == "gcc3" && "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"
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

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

27# INCLUDE-Path
28# ------------------------------------------------------------------
29
30.IF "$(STL_OS2_BUILDING)" != ""
31CDEFS+=-DSTL_OS2_BUILDING
32.ENDIF
33.IF "$(VISIBILITY_HIDDEN)" != ""
34.IF "$(COMNAME)" == "gcc3" && "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"
35.IF "$(GUI)" != "OS2"
35CFLAGS += -fvisibility=hidden
36CFLAGS += -fvisibility=hidden
37.ENDIF
36.ELIF "$(COMNAME)" == "sunpro5" && "$(CCNUMVER)" >= "00050005"
37CFLAGS += -xldscope=hidden
38.ENDIF
39.ENDIF
40
41.IF "$(TARGET)"==""
42target_empty=warn_target_empty
43.ENDIF

--- 2038 unchanged lines hidden ---
38.ELIF "$(COMNAME)" == "sunpro5" && "$(CCNUMVER)" >= "00050005"
39CFLAGS += -xldscope=hidden
40.ENDIF
41.ENDIF
42
43.IF "$(TARGET)"==""
44target_empty=warn_target_empty
45.ENDIF

--- 2038 unchanged lines hidden ---