⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 build.variables

📁 openaccess读def,lef文件所用的源代码
💻 VARIABLES
字号:
# ******************************************************************************# ******************************************************************************# This file contains the variable definitions that all packages of this project# have in common.## ******************************************************************************# Except as specified in the OpenAccess terms of use of Cadence or Silicon# Integration Initiative, this material may not be copied, modified,# re-published, uploaded, executed, or distributed in any way, in any medium,# in whole or in part, without prior written permission from Cadence.##                Copyright 2004-2005 Cadence Design Systems, Inc.#                           All Rights Reserved.##  $Author: mdavey $#  $Revision: 1.20 $#  $Date: 2005/08/06 02:33:55 $# ******************************************************************************# ******************************************************************************RELEASE		= 03.01# Define CONFIG_ROOT. This is mainly needed to include files. CONFIG_ROOT	= $(ROOT)/../build/make# Define TOOL_NAMETOOL_NAME	= oaLefDefTOOL_NAME_ID	= OpenAccess# Define version for OpenAccessMFG_VERSION	= 2.2ifndef MFG_SUBVERSION    MFG_SUBVERSION	= devendifMFG_LICVERSION	= 2.2include $(CONFIG_ROOT)/build.variables# Define version of lefdef parserifeq ($(strip $(LEFDEF_HOME)), )  ifeq ($(strip $(LEF_HOME)), )    LEFDEF_HOME           := /opt/lefdefInt05.60-p009/tools.$(MAPPED_SYSNAME)  else    LEFDEF_HOME		  := ""  endifendififeq ($(strip $(LEFDEF_HOME)), "")  LEFDEF_LIB_DIR        := $(LEF_HOME)/lib $(DEF_HOME)/lib  INCLUDE_DIRS		= -I. $(PROJ_INCLUDES) -I$(LEF_HOME)/include -I$(DEF_HOME)/include -I$(ZLIB_HOME)/includeelse  LEFDEF_LIB_DIR	:= $(LEFDEF_HOME)/lib  INCLUDE_DIRS		= -I. $(PROJ_INCLUDES) -I$(LEFDEF_HOME)/include -I$(ZLIB_HOME)/includeendififeq ($(SYSNAME_OPTIONS), _64)  ifeq ($(strip $(LEFDEF_HOME)), )    LEFDEF_LIB_DIR      := $(LEF_HOME)/lib/64bit $(DEF_HOME)/lib/64bit  else    LEFDEF_LIB_DIR	:= $(LEFDEF_HOME)/lib/64bit  endifendif# Define location of zlib installation.ifeq ($(strip $(ZLIB_HOME)), )  ifeq ($(SYSNAME_OPTIONS), _64)    ZLIB_HOME     := /opt/zlib64bit1.2.1a  else    ZLIB_HOME   := /opt/zlib1.2.1a  endifendifZLIB_NAME := zZLIB_LIB_DIR := $(ZLIB_HOME)/libOBJ_ROOT	= $(ROOT)/libOBJDIR		= $(OBJ_ROOT)/$(SYSNAME)/$(OPTMODE)# Standard defines and includes for OpenAccessDEFINES		:=                                                                                                     CXX_INCLUDES	= $(INCLUDE_DIRS)# Include some configuration files that can be customized by the user.-include $(HOME)/.gnumakerc-include $(ROOT)/.gnumakerc# Don't include the package specific .gnumakerc, if ROOT is ., since# it will have been included by the previous commandifneq ($(ROOT), .)  -include .gnumakercendifdummy		:= $(shell [ -d $(OBJDIR) ] || $(MKDIR) $(OBJDIR))

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -