# ========== Copyright Header Begin ========================================== # # OpenSPARC T2 Processor File: Makefile.defines # Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES. # # The above named program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public # License version 2 as published by the Free Software Foundation. # # The above named program is distributed in the hope that it will be # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public # License along with this work; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # # ========== Copyright Header End ============================================ SUB_DIR.ss.lib.ras = ss/lib/ras OBJ_DIR.ss.lib.ras = $(OBJ_DIR)/$(SUB_DIR.ss.lib.ras) SRC_DIR.ss.lib.ras = $(SUB_DIR.ss.lib.ras)/src BIN_DIR.ss.lib.ras = $(SUB_DIR.ss.lib.ras)/bin H_FILES.ss.lib.ras=\ SS_CKMemory.h\ SS_MemErrDetector.h\ SS_TrcExe.h\ SS_TrcExeRas.h\ SS_AsiArray.h\ SS_ValidAsiArray.h CC_FILES.ss.lib.ras=\ SS_CKMemory.cc\ SS_TrcExe.cc GEN_CC_FILES.ss.lib.ras=\ SS_TrcExeRas.cc INC_BUILD.ss.lib.ras=\ $(H_FILES.ss.lib.ras:%=$(INC_DIR)/%) OBJ_BUILD.ss.lib.ras=\ $(S_FILES.ss.lib.ras:%.s=$(OBJ_DIR.ss.lib.ras)/src/%.o)\ $(CC_FILES.ss.lib.ras:%.cc=$(OBJ_DIR.ss.lib.ras)/src/%.o)\ $(GEN_CC_FILES.ss.lib.ras:%.cc=$(OBJ_DIR)/%.o) GEN_RAS.ss.lib.ras=\ $(BIN_DIR.ss.lib.ras)/SS_TrcExe.py