# ========== 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 ============================================ $(PFE_DIR)/%: $(SRC_DIR.n2.exe.nas)/% $(TARGET_MKDIR) $(CP) -f $< $@ $(ETC_DIR)/%: $(SRC_DIR.n2.exe.nas)/% $(TARGET_MKDIR) $(CP) -f $< $@ $(BIN_DIR)/n2nas: $(BIN_DIR)/_n2nas $(SRC_DIR.n2.exe.nas)/n2nas $(TARGET_MKDIR) $(SED) -e 's!@-PYTHONHOME-@!$(DEVTOOLS_HOME)!g' < $(SRC_DIR.n2.exe.nas)/n2nas > $@ $(CHMOD) +x $@ $(SED) -e 's!@-PYTHONHOME-@!$(DEVTOOLS_HOME)!g' < $(SRC_DIR.n2.exe.nas)/n2_start-riesling > $(BIN_DIR)/n2_start-riesling $(CHMOD) +x $(BIN_DIR)/n2_start-riesling $(OBJ_DIR)/N2_Main.o: $(SRC_DIR)/N2_Main.cc $(TARGET_MKDIR) $(CC_BIN) $(CC_FLAGS) -I$(PY_INC) -I$(SPIX_INC) -c -o $@ $(SRC_DIR)/N2_Main.cc $(SRC_DIR)/N2_Main.cc: $(BIN_DIR.ss.exe.nas)/SS_Main.cc PYTHONPATH=$(PYTHONPATH) $(PY_BIN) $(BIN_DIR.ss.api.pfe)/sed.py $(BIN_DIR.ss.exe.nas)/SS_Main.cc '[ARCH:N2,ARCH-VF:N2,arch:n2,PLICMD:]' $@ $(PFE_DIR)/N2_Main.py: $(BIN_DIR.ss.exe.nas)/SS_Main.py PYTHONPATH=$(PYTHONPATH) $(PY_BIN) $(BIN_DIR.ss.api.pfe)/sed.py $(BIN_DIR.ss.exe.nas)/SS_Main.py '[ARCH:N2,arch:n2]' $@ $(SRC_DIR.n2.exe.nas): @if [ ! -d $@ ] ; then $(MKDIR) -p $@ ; fi $(BIN_DIR)/_n2nas:\ $(BUILD_DIRS)\ $(LIB_DIR)/$(LIBPRE)n2$(LIBCPU).so\ $(PFE_DIR)/_N2_Python.so\ $(PFE_DIR)/_SS_Ram.so\ $(PFE_BUILD.ss.api.samfe)\ $(PFE_BUILD.n2.exe.nas)\ $(OBJ_BUILD.n2.lib.csr)\ $(OBJ_BUILD.ss.api.memsync)\ $(OBJ_BUILD.ss.api.pli)\ $(OBJ_BUILD.ss.lib.csr)\ $(OBJ_BUILD.n2.api.pli)\ $(OBJ_BUILD.n2.exe.nas) $(PURIFY) $(CC_BIN) -mt $(CC_FLAGS.$(MODE)) -L$(LIB_DIR) -o $@\ $(OBJ_BUILD.n2.lib.csr)\ $(OBJ_BUILD.ss.api.memsync)\ $(OBJ_BUILD.ss.api.pli)\ $(OBJ_BUILD.ss.lib.csr)\ $(OBJ_BUILD.n2.api.pli)\ $(OBJ_BUILD.n2.exe.nas)\ -l$(LIBNAME)n2$(LIBCPU)\ -l$(LIBNAME)n2$(LIBPFE)\ $(LD_FLAGS.exe)