target.mk (81e6fec9) | target.mk (6958bde2) |
---|---|
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 --- 21 unchanged lines hidden (view full) --- 30.IF "$(TARGET)"=="" 31target_empty=warn_target_empty 32.ENDIF 33 34.IF "$(STL_OS2_BUILDING)" != "" 35CDEFS+=-DSTL_OS2_BUILDING 36.ENDIF 37.IF "$(VISIBILITY_HIDDEN)" != "" | 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 --- 21 unchanged lines hidden (view full) --- 30.IF "$(TARGET)"=="" 31target_empty=warn_target_empty 32.ENDIF 33 34.IF "$(STL_OS2_BUILDING)" != "" 35CDEFS+=-DSTL_OS2_BUILDING 36.ENDIF 37.IF "$(VISIBILITY_HIDDEN)" != "" |
38.IF "$(COMNAME)" == "gcc3" && "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" | 38.IF "$(COMNAME)" == "gcc3" && "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" && "$(OS)"!="MACOSX" |
39.IF "$(GUI)" != "OS2" 40CFLAGS += -fvisibility=hidden 41.ENDIF 42.ELIF "$(COMNAME)" == "sunpro5" && "$(CCNUMVER)" >= "00050005" 43CFLAGS += -xldscope=hidden 44.ENDIF 45.ENDIF 46 --- 2075 unchanged lines hidden --- | 39.IF "$(GUI)" != "OS2" 40CFLAGS += -fvisibility=hidden 41.ENDIF 42.ELIF "$(COMNAME)" == "sunpro5" && "$(CCNUMVER)" >= "00050005" 43CFLAGS += -xldscope=hidden 44.ENDIF 45.ENDIF 46 --- 2075 unchanged lines hidden --- |