Yesterday's clipping changes were not ok: the gutter between the line
[nedit.git] / makefiles / Makefile.unicos
blobcd6023b1b2df9dca90209c18ce8c067fc946465b
1 # $Id: Makefile.unicos,v 1.6 2002/09/26 10:01:34 ajhood Exp $
2 # Makefile for Cray Unicos
4 # Thanks to Osman Buyukisik
5 CC=cc
6 AR=ar
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=-DUSE_DIRENT -DUNICOS -DMAXPATHLEN=1023
15 BIGGER_STRINGS=
16 LIBS=  -lXm -lXt -lX11 -lSM -lICE -lm
18 include Makefile.common