makefile.am

来自「安装DDD之前」· AM 代码 · 共 39 行

AM
39
字号
## $Header: /cvsroot/lesstif/lesstif/include/Motif-2.1/XmI/Makefile.am,v 1.13 2004/09/18 11:19:28 dannybackx Exp $#MAINTAINERCLEANFILES=Makefile.in# Only in 1.2xmi_12private_h = \        MessagesI.h# In other versions above as wellxmi_12base_h = \	AtomMgrI.h CutPasteI.h DebugUtil.h DragDropI.h \	HashI.h ImageCacheI.h \	LTV5EditresP.h LTV6EditresP.h LTglob.h LTmisc.h \	MacrosI.h TraversalI.h UilI.h XmI.h XmXpm.h \	xdnd.h# Only in 2.0xmi_20private_h = \        MessagesI.h# In other versions above as wellxmi_20base_h = \        DirectionI.h ManagerI.h PixConvI.h PopupUtil.h \        TransltnsI.h XpmI.h # Only in 2.1xmi_21private_h = \        MessagesI.h# There's no 2.2 yet :-)xmi_21base_h =# Not installed, build time onlynoinst_HEADERS= $(xmi_12base_h) $(xmi_20base_h) $(xmi_21base_h) $(xmi_21private_h)

⌨️ 快捷键说明

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