Remove duplicate free.
[nedit.git] / makefiles / Makefile.unixware
blob7452856c0ab295ceab1363bd3df7ea2bfa744fa1
1 # $Id: Makefile.unixware,v 1.6 2003/05/20 00:27:56 n8gray Exp $
2 CC=/usr/ccs/bin/cc
3 AR=ar
4 # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
6 # To evaluate an alternative layout for the Replace/Find dialog, add
7 # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
9 # To test if the Motif library exports the runtime version
10 # add -DHAVE__XMVERSIONSTRING to CFLAGS
12 CFLAGS=-O -I/usr/X/include -DUSE_DIRENT -DROWCOLPATCH
14 LIBS= -L/usr/X/lib -lXm -lXt -lX11 -lSM -lICE -lgen -lnsl -lm
16 include Makefile.common
18 verify_config: