Patch from ICS to do proper subclassing - this will make it more immune to
[nedit.git] / makefiles / Makefile.sunos
blob6f2ba1065ba11f7c8ba63574a8f0950be2229c0b
1 # $Id: Makefile.sunos,v 1.5 2003/05/20 00:27:56 n8gray 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 # To test if the Motif library exports the runtime version
10 # add -DHAVE__XMVERSIONSTRING to CFLAGS
12 CFLAGS=-O -DSUNOS -DUSE_LPR_PRINT_CMD -DUSE_MOTIF_GLOB
13 ARFLAGS=-urs
14 LIBS= -lm -Bstatic -lXm -lXt -lX11
16 include Makefile.common
18 verify_config: