Yesterday's clipping changes were not ok: the gutter between the line
[nedit.git] / makefiles / Makefile.bsdi
blob72656c91266d1e4c620029cd7b139a2ddadac956
1 # $Id: Makefile.bsdi,v 1.4 2002/09/26 10:01:33 ajhood Exp $
3 # Makefile for BSD/386
5 # Thanks to Eric Johnson and Kurt Knochner
6 CC=gcc2
7 AR=ar
8 # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
10 # To evaluate an alternative layout for the Replace/Find dialog, add
11 # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
13 # To test if the Motif library exports the runtime version
14 # add -DHAVE__XMVERSIONSTRING to CFLAGS
16 CFLAGS=-O2 -m486 -DUSE_LPR_PRINT_CMD -I/usr/X11/include
17 # LIBS=-lXm -lXt -lX11
18 LIBS= -L/usr/X11/lib -lXm -lXt -lXext -lX11 -lSM -lICE -lipc
19 ARFLAGS=-ur
21 include Makefile.common