# $Id: Makefile.openbsd,v 1.4 2003/11/22 13:03:39 edg Exp $
CC=cc
AR=ar
# For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
#
# To evaluate an alternative layout for the Replace/Find dialog, add
# -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
#
# To test if the Motif library exports the runtime version
# add -DHAVE__XMVERSIONSTRING to CFLAGS
#
C_OPT_FLAGS?=-O
CFLAGS=$(C_OPT_FLAGS) -I/usr/local/include -I/usr/X11R6/include/X11 -DUSE_LPR_PRINT_CMD -DUSE_XMIM `pkg-config --cflags xft fontconfig`
LIBS= $(LD_OPT_FLAGS) -L/usr/local/lib -R/usr/local/lib -liconv -lm -lpthread -lXm -lXt -lSM -lICE -lX11 -lXrender -lXext `pkg-config --libs xft fontconfig`
include Makefile.common