Remove duplicate free.
[nedit.git] / makefiles / Makefile.hpux
blob9aa7dd8c3c6ec35f2c0808760ea83de40e656ca5
1 # $Id: Makefile.hpux,v 1.5 2003/05/20 00:27:56 n8gray 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
20 verify_config: