More detail for Motif version, and change button labels on help browser to be more...
[nedit.git] / makefiles / Makefile.m88k.svr4
blobacef11afe9a39ba0b5dfbfc1086b0fdfe4040d0f
1 # $Id: Makefile.m88k.svr4,v 1.3 2001/08/17 23:02:55 edg Exp $
2 # Makefile for Motorola SVR4 m88k
4 # Thanks to Mark Scott, Motorola Computer Group
5 CC=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 CFLAGS=-O -s -DUSE_DIRENT -DSVR4 -DMOTOROLA
12 LIBS= -lm -lXm -lXt -lX11 -lgen 
14 include Makefile.common