More detail for Motif version, and change button labels on help browser to be more...
[nedit.git] / makefiles / Makefile.linux
blobde72465df43004a2da90fff55b6bef84fa2faab8
1 # $Id: Makefile.linux,v 1.8 2002/03/07 16:42:55 tringali Exp $
2 CC=cc
3 AR=ar
5 # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
6 # If using a Motif 2.1 compatible library (LessTif, OM) add
7 # a '-lXp' in front of the -lXext in LIBS. You also drop the
8 # -lXpm from that list.
9 # Ensure that the Motif/LessTif headers and libs are found!
10 # e.g. you may have to add something like 
11 #   -I/usr/lesstif/include  to CFLAGS and
12 #   -L/usr/lesstif/lib      to LIBS
14 # To evaluate an alternative layout for the Replace/Find dialog, add
15 # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
17 CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
18 ARFLAGS=-urs
19 LIBS= -L/usr/X11R6/lib -Wl,-Bstatic -lXm -Wl,-Bdynamic -lXp -lXpm -lXext -lXt -lSM -lICE -lX11 -lm
21 include Makefile.common