2006-11-27 12:56:35 -07:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2006/11/27 19:56:35 matthieu Exp $
|
|
|
|
# $OpenBSD: Makefile,v 1.2 2006/11/27 19:56:35 matthieu Exp $
|
2006-11-26 05:03:55 -07:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
DIST= ${.CURDIR}
|
|
|
|
|
|
|
|
LIB= expat
|
|
|
|
SRCS= xmlparse.c xmltok.c xmlrole.c
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
CPPFLAGS+= -DHAVE_EXPAT_CONFIG_H
|
|
|
|
|
|
|
|
test:
|
|
|
|
@echo "dist $(DIST)/lib"
|
|
|
|
|
|
|
|
includes:
|
|
|
|
@cmp -s ${DESTDIR}${X11BASE}/include/expat.h \
|
|
|
|
${DIST}/lib/expat.h || \
|
|
|
|
${INSTALL} ${INSTALL_COPY} -m 444 -o $(BINOWN) -g $(BINGRP) \
|
|
|
|
${DIST}/lib/expat.h ${DESTDIR}${X11BASE}/include/expat.h
|
|
|
|
@cmp -s ${DESTDIR}${X11BASE}/include/expat_external.h \
|
|
|
|
${DIST}/lib/expat_external.h || \
|
|
|
|
${INSTALL} ${INSTALL_COPY} -m 444 -o $(BINOWN) -g $(BINGRP) \
|
|
|
|
${DIST}/lib/expat_external.h \
|
|
|
|
${DESTDIR}${X11BASE}/include/expat_external.h
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.include <bsd.xorg.mk>
|
|
|
|
|
|
|
|
.PATH: ${DIST}/lib
|