# ========== 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.api.sam = ss/api/sam SRC_DIR.ss.api.sam = $(SUB_DIR.ss.api.sam)/src OBJ_DIR.ss.api.sam = $(OBJ_DIR)/$(SUB_DIR.ss.api.sam) BIN_DIR.ss.api.sam = $(SUB_DIR.ss.api.sam)/bin H_FILES.ss.api.sam=\ vcpu.h\ Memory.h\ vtracer.h\ SS_SamIo.h\ SS_VirtualStrand.h\ SS_VirtualCpu.h\ SS_SamTracer.h CC_FILES.ss.api.sam=\ SS_SamIo.cc\ SS_SamTracer.cc\ SS_VirtualStrand.cc\ SS_VirtualCpu.cc PFE_BUILD.ss.api.sam=\ $(BIN_DIR)/getsolaris\ $(BIN_DIR)/simulate\ $(DOC_DIR)/use.txt\ $(MAN1_DIR)/getsolaris.1\ $(MAN1_DIR)/simulate.1\ $(MAN1_DIR)/sam.1 INC_BUILD.ss.api.sam=\ $(H_FILES.ss.api.sam:%=$(INC_DIR)/%) OBJ_BUILD.ss.api.sam=\ $(CC_FILES.ss.api.sam:%.cc=$(OBJ_DIR.ss.api.sam)/src/%.o)