Remove duplicate free.
[nedit.git] / makefiles / Makefile.osf
bloba2376631438d1ad047cafc78b71cde9c249b9583
1 # $Id: Makefile.osf,v 1.6 2003/05/20 00:27:56 n8gray Exp $
3 # Makefile for nirvana utilities 
4 #    OSF/1 version: Digital Unix >=4.0, Tru64
6 CC=cc
8 # To evaluate an alternative layout for the Replace/Find dialog, add
9 # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
11 # To test if the Motif library exports the runtime version
12 # add -DHAVE__XMVERSIONSTRING to CFLAGS
14 CFLAGS=$(DEBUG) -DUSE_DIRENT -DFUNCPROTO -DXTFUNCPROTO
15 LIBS= -lXm -lXt -lX11 -lm
16 NLIBDIR = ../osf_lib
17 NBINDIR = ../osf_bin
18 MAKEDEPEND=makedepend -Y
20 include Makefile.common
22 verify_config: