makefile.am

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

AM
35
字号
## $Header: /cvsroot/lesstif/lesstif/include/Motif-2.1/uil/Makefile.am,v 1.14 2004/08/28 19:23:37 dannybackx Exp $#MAINTAINERCLEANFILES=Makefile.in# Only in 1.2uil_12private_h =# In other versions above as welluil_12base_h = \	Uil.h UilDBDef.h UilDef.h UilSymDef.h UilSymGl.h \        XmAppl.uil# Only in 2.0uil_20private_h =# In other versions above as welluil_20base_h =# Only in 2.1uil_21private_h =# There's no 2.2 yet :-)uil_21base_h =## Install headers## Lets put the headers in a sub directory to avoid# poluting /usr/local with more directories for default installs.#uildir = $(includedir)/uiluil_HEADERS= $(uil_12base_h) $(uil_20base_h) $(uil_21base_h) $(uil_21private_h)

⌨️ 快捷键说明

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