Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / common / pli / cache / loadpli / linux / Makefile.nc.lnx86
CommitLineData
86530b38
AT
1#
2# This file contains definitions specifically for the Linux platform.
3#
4# Please do not modify the contents of this file. All changes should
5# be made in the Makefile.nc file.
6#
7
8# include $(INSTALL_DIR)/tools/inca/files/Makefile.nc.$(ARCH).$(USE_COMPILER)
9include Makefile.nc.$(ARCH).$(USE_COMPILER)
10
11QUOTE =
12PATH_SEPARATOR = :
13
14OBJ_POSTFIX = o
15SHARED_LIB_POSTFIX = so
16
17LMC_PLAT_PATH = $(LMC_HOME)/lib/x86_linux.lib
18LMC_LIB = $(LMC_PLAT_PATH)/lmtv.o
19
20SFI_LIB = $(SFI_ROOT)/lib/sun4_5.4/lm_sfi.a
21DYN_SFI_LIB = -L$(SFI_ROOT)/lib/sun4_5.4 -lsfi
22
23C_DEFAULT_TARGET = .c.$(OBJ_POSTFIX): $*.c
24CC_DEFAULT_TARGET = .$(CC_EXTENSION).$(OBJ_POSTFIX): $*.$(CC_EXTENSION)
25
26PURIFYPLUS_NC_ARCH_DEFAULT_OPTIONS = -ignore-signals=SIGSEGV -recursion-depth-limit=0 `[ -f \`ncroot\`/tools.\`cds_plat\`/systemc/bin/ncsc_purecheck.sh ] && \`ncroot\`/tools.\`cds_plat\`/systemc/bin/ncsc_purecheck.sh $(PURIFYPLUS) || echo`
27RHCOMPAT = `[ \`ncbits\` = 32 ] && echo -lc -L$(INSTALL_DIR)/tools.lnx86/lib -lrh72compat -lc || echo`