Deleted Added
full compact
Makefile (201381) Makefile (211243)
1# $FreeBSD: head/lib/libexpat/Makefile 201381 2010-01-02 09:58:07Z ed $
1# $FreeBSD: head/lib/libexpat/Makefile 211243 2010-08-12 20:46:49Z will $
2
3EXPAT= ${.CURDIR}/../../contrib/expat
4
5LIB= bsdxml
6SHLIBDIR?= /lib
7SHLIB_MAJOR= 4
8SRCS= xmlparse.c xmlrole.c xmltok.c
9INCS= bsdxml.h bsdxml_external.h

--- 15 unchanged lines hidden (view full) ---

25bsdxml.h: expat.h
26 unifdef -U__VMS < ${.ALLSRC} | \
27 sed -e 's/XmlParse_INCLUDED/_BSD_XML_H_/' \
28 -e 's/COPYING/src\/contrib\/expat\/COPYING/' \
29 -e 's/expat_external/bsdxml_external/' \
30 > ${.TARGET}
31
32bsdxml_external.h: expat_external.h
2
3EXPAT= ${.CURDIR}/../../contrib/expat
4
5LIB= bsdxml
6SHLIBDIR?= /lib
7SHLIB_MAJOR= 4
8SRCS= xmlparse.c xmlrole.c xmltok.c
9INCS= bsdxml.h bsdxml_external.h

--- 15 unchanged lines hidden (view full) ---

25bsdxml.h: expat.h
26 unifdef -U__VMS < ${.ALLSRC} | \
27 sed -e 's/XmlParse_INCLUDED/_BSD_XML_H_/' \
28 -e 's/COPYING/src\/contrib\/expat\/COPYING/' \
29 -e 's/expat_external/bsdxml_external/' \
30 > ${.TARGET}
31
32bsdxml_external.h: expat_external.h
33 cp ${.ALLSRC} ${.TARGET}
33 cp -f ${.ALLSRC} ${.TARGET}
34
35.include <bsd.lib.mk>
34
35.include <bsd.lib.mk>