More detail for Motif version, and change button labels on help browser to be more...
[nedit.git] / makefiles / Makefile.freebsd
blob71756c210d45067019ef9d96391adac48f0c667d
1 # $Id: Makefile.freebsd,v 1.3 2001/08/17 23:02:55 edg Exp $
2 CC=cc
3 AR=ar
5 # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
7 # To evaluate an alternative layout for the Replace/Find dialog, add
8 # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
10 CFLAGS=-O -I${PREFIX}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM
11 LIBS= ${MOTIFLIB} -L${PREFIX}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
13 include Makefile.common