2 # $Id: Makefile.superux,v 1.4 2002/09/26 10:01:34 ajhood Exp $
3 # NEdit Makefile for NEC SUPER-UX
10 # The -hansi flag forces ANSI compilation, even
11 # though ANSI should be the compiler default anyway
13 # To evaluate an alternative layout for the Replace/Find dialog, add
14 # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
16 # To test if the Motif library exports the runtime version
17 # add -DHAVE__XMVERSIONSTRING to CFLAGS
19 CFLAGS=-O -hansi -DUSE_DIRENT -DUSE_MOTIF_GLOB
22 LIBS=-lm -lXm -lXt -lX11 -lSM -lICE -lgen
24 include Makefile.common