Expand PMF_FN_* macros.
[netbsd-mini2440.git] / x11 / bin / xedit / lisp / Makefile
blob88fa182f769784851086f53a28e845dd0b152c99
1 # $NetBSD: Makefile,v 1.5 2004/05/23 02:24:52 lukem Exp $
3 LIBISPRIVATE= yes
5 .include <bsd.own.mk>
7 LIB= lisp
8 SRCS= bytecode.c core.c debugger.c format.c hash.c helper.c \
9 io.c lisp.c math.c package.c pathname.c read.c \
10 regex.c require.c stream.c string.c struct.c time.c \
11 write.c xedit.c
13 CPPFLAGS+= -DLISP -DLISPDIR=\"${X11LIBDIR}/xedit/lisp\" \
14 -I${X11SRCDIR.xc}/programs/xedit/lisp/mp \
15 -I${X11SRCDIR.xc}/programs/xedit/lisp/re \
16 -I${X11SRCDIR.xc}/programs/xedit \
17 -I${X11SRCDIR.xc}/programs
19 .PATH: ${X11SRCDIR.xc}/programs/xedit/lisp
21 .include <bsd.x11.mk>
22 .include <bsd.lib.mk>