Yesterday's clipping changes were not ok: the gutter between the line
[nedit.git] / makefiles / Makefile.hpux
blobe59f12215dc4357162fe84e59b62038b8cc51c4d
1 # $Id: Makefile.hpux,v 1.4 2002/09/26 10:01:33 ajhood Exp $
2 CC=cc
3 AR=ar
5 # To evaluate an alternative layout for the Replace/Find dialog, add
6 # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
8 # To test if the Motif library exports the runtime version
9 # add -DHAVE__XMVERSIONSTRING to CFLAGS
11 # CFLAGS=-O -Ae -I/usr/include/X11R6 -I/usr/include/Motif1.2_R6
12 CFLAGS=-O -Aa -I/usr/include/X11R5 -I/usr/include/Motif1.2 -D_HPUX_SOURCE
13 ARFLAGS=-urs
14 # LIBS=-Wl,-L /usr/lib/X11R6 -L /usr/lib/Motif1.2_R6 -lm -lXm -lXt -lX11
15 LIBS=-L /usr/lib/X11R5 -L /usr/lib/Motif1.2 -lm -lXm -lXt -lX11
16 BIGGER_STRINGS = -Wp,-H20000
18 include Makefile.common