NetBSD/x11/bin/xedit/lisp/Makefile

23 lines
606 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2004/05/23 02:24:52 lukem Exp $
MKPRIVATELIB= yes
.include <bsd.own.mk>
LIB= lisp
SRCS= bytecode.c core.c debugger.c format.c hash.c helper.c \
io.c lisp.c math.c package.c pathname.c read.c \
regex.c require.c stream.c string.c struct.c time.c \
write.c xedit.c
CPPFLAGS+= -DLISP -DLISPDIR=\"${X11LIBDIR}/xedit/lisp\" \
-I${X11SRCDIR.xc}/programs/xedit/lisp/mp \
2004-03-06 06:09:36 +03:00
-I${X11SRCDIR.xc}/programs/xedit/lisp/re \
-I${X11SRCDIR.xc}/programs/xedit \
-I${X11SRCDIR.xc}/programs
.PATH: ${X11SRCDIR.xc}/programs/xedit/lisp
.include <bsd.x11.mk>
.include <bsd.lib.mk>