More detail for Motif version, and change button labels on help browser to be more...
[nedit.git] / makefiles / Makefile.sunos
blobf0bb28aa7cadf4eeabd050702f425f33aac08c08
1 # $Id: Makefile.sunos,v 1.3 2001/08/17 23:02:55 edg Exp $
2 CC=/usr/lang/acc
3 AR=/usr/5bin/ar
4 # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
6 # To evaluate an alternative layout for the Replace/Find dialog, add
7 # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
9 CFLAGS=-O -DSUNOS -DUSE_LPR_PRINT_CMD -DUSE_MOTIF_GLOB
10 ARFLAGS=-urs
11 LIBS= -lm -Bstatic -lXm -lXt -lX11
13 include Makefile.common