comparison make/solaris/makefiles/sparcWorks.make @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents 22cace5e30b5
children c760f78e0a53
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
1 # 1 #
2 # Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
143 # Use these to work around compiler bugs: 143 # Use these to work around compiler bugs:
144 OPT_CFLAGS/SLOWER=-xO3 144 OPT_CFLAGS/SLOWER=-xO3
145 OPT_CFLAGS/O2=-xO2 145 OPT_CFLAGS/O2=-xO2
146 OPT_CFLAGS/NOOPT=-xO1 146 OPT_CFLAGS/NOOPT=-xO1
147 147
148 ################################################# 148 # Flags for creating the dependency files.
149 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1)
150 DEPFLAGS = -xMMD -xMF $(DEP_DIR)/$(@:%=%.d)
151 endif
152
153 ################################################
149 # Begin current (>=5.9) Forte compiler options # 154 # Begin current (>=5.9) Forte compiler options #
150 ################################################# 155 #################################################
151 156
152 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1) 157 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1)
153 ifeq ($(Platform_arch), x86) 158 ifeq ($(Platform_arch), x86)