1 # $Id: Makefile.lynx,v 1.6 2003/05/20 00:27:56 n8gray Exp $
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 # To test if the Motif library exports the runtime version
11 # add -DHAVE__XMVERSIONSTRING to CFLAGS
13 CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DDONT_HAVE_GLOB -Dlinux -D__NO_INCLUDE_WARN__
14 LIBS= -L/usr/lib -lm -lXm -lXpm -lXext -lXt -lSM -lICE -lX11 -lbsd
16 include Makefile.common