Added Lesstif-specific suppression of harmless but annoying warnings
[nedit.git] / makefiles / Makefile.bsdi
blob1b01a4f702b34bbbfdc3f40c576c1d47cc93843f
1 # $Id: Makefile.bsdi,v 1.6 2003/11/22 13:03:39 edg 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
23 verify_config: check_tif_rule