📄 makefile.linux
字号:
# $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -