# ========== Copyright Header Begin ========================================== # # OpenSPARC T2 Processor File: Makefile.rules # 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 ============================================ $(INC_DIR)/SS_State.h: $(GEN_STATE.ss.lib.cpu) $(PY_BIN) $(BIN_DIR.ss.lib.cpu)/SS_StateCtr.py ss $@ $(INC_DIR)/SS_Assembly.h: $(OBJ_DIR.ss.lib.cpu)/SS_Assembly $(TARGET_MKDIR) $(OBJ_DIR.ss.lib.cpu)/SS_Assembly > $@ $(INC_DIR)/%: $(SRC_DIR.ss.lib.cpu)/% $(TARGET_MKDIR) $(CP) -f $< $@ $(OBJ_DIR.ss.lib.cpu)/SS_Assembly: $(SRC_DIR.ss.lib.cpu)/SS_Assembly.cc $(TARGET_MKDIR) $(CC_BIN) $(CPP_FLAGS) $(CC_FLAGS.$(MODE)) -o $@ $(SRC_DIR.ss.lib.cpu)/SS_Assembly.cc $(OBJ_DIR.ss.lib.cpu)/src/SS_Strand.o: $(SRC_DIR.ss.lib.cpu)/SS_Strand.cc $(INC_DIR)/SS_Prefetch.il $(TARGET_MKDIR) $(CC_BIN) $(CC_FLAGS) -c -o $@ $(SRC_DIR.ss.lib.cpu)/SS_Strand.cc $(INC_DIR)/SS_Prefetch.il $(SRC_DIR)/SS_Memory.s: $(TOP_DIR)/system/mem/SS_Memory.s $(CP) -f $(TOP_DIR)/system/mem/SS_Memory.s $@