minix/external/mit/xorg/bin/xedit/lisp/Makefile
Lionel Sambuc 971bb1a587 Importing external/mit/xorg support rules
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
2014-11-10 14:43:29 +01:00

30 lines
696 B
Makefile

# $NetBSD: Makefile,v 1.3 2011/08/11 23:15:35 joerg 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.xedit}/lisp/mp \
-I${X11SRCDIR.xedit}/lisp/re \
-I${X11SRCDIR.xedit} \
-I${X11SRCDIR.xc}/programs
.if defined(HAVE_PCC)
# code uses gcc-specific "label as values" feature
CPPFLAGS+= -DANSI_SOURCE
.endif
.PATH: ${X11SRCDIR.xedit}/lisp
CWARNFLAGS.clang+= -Wno-format
.include <bsd.x11.mk>
.include <bsd.lib.mk>