makefile.aix
来自「nedit 是一款linux下的开发源码的功能强大的编辑器」· AIX 代码 · 共 34 行
AIX
34 行
# $Id: Makefile.aix,v 1.7 2003/05/20 00:27:55 n8gray Exp $CC=ccAR=ar# Note that -O is conspicuously absent from CFLAGS below due to an IBM# optimizer bug (which affects only textDisp.c). For improved# performance you can optimize all of the other files by specifically# modifying Makefile.common.## For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS## -DFUNCPROTO=15 is necessary for some AIX compilers (including xlC)# that do not #define __STDC__ when in ANSI mode. This causes the X# headers to skip function prototypes and use char* in place of void*.# This causes a lot of unnecessary casts to avoid warnings. See bug# #130164 at:## http://sourceforge.net/bugs/?func=detailbug&bug_id=130164&group_id=11005### 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=-DIBM -DIBM_FWRITE_BUG -DUSE_DIRENT -DFUNCPROTO=15ARFLAGS=-ursLIBS= -lm -lXm -lXt -lX11 -lPWinclude Makefile.commonverify_config:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?