Remove duplicate free.
[nedit.git] / makefiles / Makefile.convex
blob877b8bd5c32fdc4ac027feee04ec1c34ef23dfc2
1 # $Id: Makefile.convex,v 1.5 2003/05/20 00:27:55 n8gray 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 # To test if the Motif library exports the runtime version
13 # add -DHAVE__XMVERSIONSTRING to CFLAGS
15 CFLAGS= -O3 -nv
16 LIBS= -L/usr/lib/X11 -lXm -lXt -lX11
17 include Makefile.common
19 verify_config: