⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.macosx

📁 nedit 是一款linux下的开发源码的功能强大的编辑器
💻 MACOSX
字号:
# $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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -