# ========== 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.n2.lib.cpu = n2/lib/cpu OBJ_DIR.n2.lib.cpu = $(OBJ_DIR)/$(SUB_DIR.n2.lib.cpu) SRC_DIR.n2.lib.cpu = $(SUB_DIR.n2.lib.cpu)/src BIN_DIR.n2.lib.cpu = $(SUB_DIR.n2.lib.cpu)/bin H_FILES.n2.lib.cpu=\ N2_Asi.h\ N2_Registers.h\ N2_State.h\ N2_Model.h\ N2_Cpu.h\ N2_Core.h\ N2_Strand.h\ N2_Tlb.h\ N2_TrieTlb.h\ N2_Fpu.h\ N2_RunCpp.h CC_FILES.n2.lib.cpu=\ N2_Model.cc\ N2_Cpu.cc\ N2_Core.cc\ N2_Strand.cc\ N2_Fpu.cc\ N2_Tlb.cc\ N2_Registers.cc\ N2_TrieTlb.cc GEN_CC_FILES.n2.lib.cpu=\ N2_RunCpp.cc GEN_S_FILES.n2.lib.cpu=\ N2_RunAsm.s INC_BUILD.n2.lib.cpu=\ $(H_FILES.n2.lib.cpu:%=$(INC_DIR)/%) OBJ_BUILD.n2.lib.cpu=\ $(GEN_S_FILES.n2.lib.cpu:%.s=$(OBJ_DIR)/%.o)\ $(CC_FILES.n2.lib.cpu:%.cc=$(OBJ_DIR.n2.lib.cpu)/src/%.o)\ $(GEN_CC_FILES.n2.lib.cpu:%.cc=$(OBJ_DIR)/%.o)