makefile.macosx
来自「nedit 是一款linux下的开发源码的功能强大的编辑器」· MACOSX 代码 · 共 49 行
MACOSX
49 行
# $Id: Makefile.macosx,v 1.4.2.2 2003/11/14 00:19:45 n8gray Exp $# Makefile for MacOS X# Contributed from hopperj@macconnect.com## Note that there will probably be warnings about prebinding and/or # duplicate symbol definitions, but the executable will work fine.# Change this line to point at the location your Motif libraries/headers are# installed. (e.g. /usr/local or /sw) Use "locate libXm." to find the# libraries, then remove the /lib suffix.MOTIFDIR=/usr/local# Use the first line if you're using OpenMotif, use the second if you're using# LessTif from Fink.EXTRALINKFLAGS=-bind_at_load# EXTRALINKFLAGS=-force_flat_namespace# Use the first line to link to Motif statically (highly recommended) or the # second line to link dynamically. With Fink you'll probably have to use# dynamic linking, since they don't normally distribute the static libraries.MOTIFLINK=${MOTIFDIR}/lib/libXm.a#MOTIFLINK=-L${MOTIFDIR}/lib -lXm.2############### You shouldn't need to edit anything below here ##############CC=ccAR=libtoolARFLAGS=-static -o # For editres, add -DEDITRES to CFLAGS and -lXmu 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 -no-cpp-precomp -DNO_XMIM -I/usr/X11R6/include -I${MOTIFDIR}/include -DUSE_DIRENT \ -DUSE_LPR_PRINT_CMDLIBS= ${EXTRALINKFLAGS} -L/usr/X11R6/lib ${MOTIFLINK} -lXp \ -lXpm -lXext -lXt -lSM -lICE -lX11## generic part#include Makefile.commonverify_config: check_tif_rule
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?