Remove duplicate free.
[nedit.git] / makefiles / Makefile.superux
blob2618add49c3f6918177253b716715475dada486c
2 # $Id: Makefile.superux,v 1.5 2003/05/20 00:27:56 n8gray Exp $
3 # NEdit Makefile for NEC SUPER-UX
5 # CC=/bin/cc
6 # CC=/usr/bin/cc
7 CC=cc
8 AR=ar
9
10 # The -hansi flag forces ANSI compilation, even 
11 # though ANSI should be the compiler default anyway
13 # To evaluate an alternative layout for the Replace/Find dialog, add
14 # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
16 # To test if the Motif library exports the runtime version
17 # add -DHAVE__XMVERSIONSTRING to CFLAGS
19 CFLAGS=-O -hansi -DUSE_DIRENT -DUSE_MOTIF_GLOB
20 ARFLAGS=-urs
21 BIGGER_STRINGS=
22 LIBS=-lm -lXm -lXt -lX11 -lSM -lICE -lgen
24 include Makefile.common
26 verify_config: