Yesterday's clipping changes were not ok: the gutter between the line
[nedit.git] / makefiles / Makefile.superux
blob268a69f3c4991f98cc573a962ae8c75b3878d89e
2 # $Id: Makefile.superux,v 1.4 2002/09/26 10:01:34 ajhood Exp $
3 # NEdit Makefile for NEC SUPER-UX
5 # CC=/bin/cc
6 # CC=/usr/bin/cc
7 CC=cc
8 AR=ar
9
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
20 ARFLAGS=-urs
21 BIGGER_STRINGS=
22 LIBS=-lm -lXm -lXt -lX11 -lSM -lICE -lgen
24 include Makefile.common