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
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
18 MAKEDEPEND=makedepend -Y
20 include Makefile.common