More detail for Motif version, and change button labels on help browser to be more...
[nedit.git] / makefiles / Makefile.convex
blobb03b7227b16e335a074b70dc973702b0ecd9ede2
1 # $Id: Makefile.convex,v 1.3 2001/08/17 23:02:55 edg Exp $
2 # Makefile for Convex
4 # Thanks to Stephane Bortzmeyer, Conservatoire National des Arts et Metiers
5 CC=/bin/cc
6 AR=/bin/ar
7 ARFLAGS = ur
9 # To evaluate an alternative layout for the Replace/Find dialog, add
10 # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
12 CFLAGS= -O3 -nv
13 LIBS= -L/usr/lib/X11 -lXm -lXt -lX11
14 include Makefile.common