Yesterday's clipping changes were not ok: the gutter between the line
[nedit.git] / makefiles / Makefile.uhc
blob07db84b89d46f5273bbed4e0585f9d443bdfb785
1 # $Id: Makefile.uhc,v 1.4 2002/09/26 10:01:34 ajhood Exp $
2 # Makefile for UHC Unix
4 # Thanks to peter@stella.nmti.co
5 CC=/usr/ucb/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=-O
15 LIBS=-lm -lXm -lXt -lX11 -lgen
17 include Makefile.common