hfiles.defs

来自「openaccess读def,lef文件所用的源代码」· DEFS 代码 · 共 92 行

DEFS
92
字号
################################################################################# Hfiles.defs## This file is included by the Makefile to facilitate the export of the# public header files.## HFILES defines the list of public header files. These are exported to the# directory {install}/include/oa. This list coincides with the files in# Public Header Files filter for the project.## Note! Do not tabify out the line continuation characters as there appears to# be some limit as to how long a variable assignment can be for files included# in the Makefile.## $Author: sailajad $# $Revision: 1.8 $# $Date: 2005/08/05 01:41:33 $################################################################################HFILES = \	oaDefIn.h \	oaDefInBlockage.h \	oaDefInComponent.h \	oaDefInGroup.h \	oaDefInModHier.h \	oaDefInNDR.h \	oaDefInNet.h \	oaDefInOptions.h \	oaDefInPin.h \	oaDefInRegion.h \	oaDefInRow.h \	oaDefInScanChain.h \	oaDefInStyle.h \	oaDefInTrack.h \	oaDefInVia.h \	oaDefOut.h \	oaDefOutComponent.h \	oaDefOutNDR.h \	oaDefOutNet.h \	oaDefOutOptions.h \	oaDefOutPin.h \	oaDefOutScanChain.h \	oaDefOutStyle.h \	oaDefOutVia.h \	oaLefDef.h \	oaLefDefBase.h \	oaLefDefConst.h \	oaLefDefException.h \	oaLefDefIn.h \	oaLefDefMsgs.h \	oaLefDefOut.h \	oaLefDefProp.h \	oaLefIn.h \	oaLefInGeom.h \	oaLefInLayer.h \	oaLefInMacro.h \	oaLefInNDR.h \	oaLefInOptions.h \	oaLefInPin.h \	oaLefInSite.h \	oaLefInVia.h \	oaLefInViaRule.h \	oaLefOut.h \	oaLefOutGeom.h \	oaLefOutLayer.h \	oaLefOutMacro.h \	oaLefOutNDR.h \	oaLefOutOptions.h \	oaLefOutPin.h \	oaLefOutSite.h \	oaLefOutVia.h \	oaLefOutViaRule.h \	oaLefDefVersion.h \	oaLefOutOptions.inl \	oaDefIn.inl \	oaDefInOptions.inl \	oaDefInStyle.inl \	oaDefInVia.inl \	oaDefOut.inl \	oaDefOutOptions.inl \	oaDefOutStyle.inl \	oaLefDefBase.inl \	oaLefDefException.inl \	oaLefDefProp.inl \	oaLefDefVersion.inl \	oaLefIn.inl \	oaLefInGeom.inl \	oaLefInLayer.inl \	oaLefInOptions.inl \	oaLefInVia.inl \	oaLefOut.inl

⌨️ 快捷键说明

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