makefile.linux
来自「nedit 是一款linux下的开发源码的功能强大的编辑器」· LINUX 代码 · 共 29 行
LINUX
29 行
# $Id: Makefile.linux,v 1.11 2003/05/20 00:27:56 n8gray Exp $CC=ccAR=ar# For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS# If using a Motif 2.1 compatible library (LessTif, OM) add# a '-lXp' in front of the -lXext in LIBS. You also drop the# -lXpm from that list.# Ensure that the Motif/LessTif headers and libs are found!# e.g. you may have to add something like # -I/usr/lesstif/include to CFLAGS and# -L/usr/lesstif/lib to LIBS## To evaluate an alternative layout for the Replace/Find dialog, add# -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.## To test if the Motif library exports the runtime version# add -DHAVE__XMVERSIONSTRING to CFLAGS#CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMDARFLAGS=-ursLIBS= -L/usr/X11R6/lib -Wl,-Bstatic -lXm -Wl,-Bdynamic -lXp -lXpm -lXext -lXt -lSM -lICE -lX11 -lminclude Makefile.commonverify_config: check_tif_rule
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?