📄 makefile.solaris
字号:
# $Id: Makefile.solaris,v 1.9.2.1 2003/09/28 14:18:12 edg Exp $## You may have to select the ANSI C compiler here#CC=gcc#CC=/opt/SUNWspro/bin/ccCC=ccAR=ar# For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS# For Solaris 2.4, add -DDONT_USE_GLOB# On older Solaris systems, Motif may be in /opt/SUNWmotif or even in# /usr/local. Some Solaris versions require explicit -I/usr/include# as the first include directory.## 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=-g -I/usr/openwin/include -I/usr/dt/include \ -DUSE_DIRENT -DROWCOLPATCH -DNO_XMIMCFLAGS=-O -I/usr/openwin/include -I/opt/SUNWmotif/include -DUSE_DIRENTARFLAGS=-ursLIBS= -L/usr/lib -L/usr/openwin/lib -L/usr/dt/lib -lm -lXm -lXt -lX11 \ -lsocket -lnsl -R /usr/openwin/lib -R /usr/dt/lib -R /usr/ucblib#LIBS= -L/usr/openwin/lib -L/opt/SUNWmotif/lib -lm -lXm \# -lXt -lX11 -lgen -R /usr/openwin/libinclude Makefile.commonverify_config:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -