head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2013.03.06.00.33.14;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2013.03.05.00.44.37;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/247840
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/lib/libyaml/Makefile 247840 2013-03-05 13:06:40Z bapt $

LIBYAML=	${.CURDIR}/../../contrib/libyaml

LIB=		bsdyml
SHLIB_MAJOR=	0
INCS=		bsdyml.h
SRCS=		api.c dumper.c emitter.c loader.c \
		parser.c reader.c scanner.c writer.c
MAN=		libbsdyml.3

.PATH:		${LIBYAML}/src ${LIBYAML}/include
CLEANFILES=	bsdyml.h

WARNS?=		1
CFLAGS+=	-I${LIBYAML}/include \
		-I${LIBYAML} \
		-I${.CURDIR} \
		-DHAVE_CONFIG_H

bsdyml.h: yaml.h
	cp -f ${.ALLSRC} ${.TARGET}

.include <bsd.lib.mk>
@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/247779
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/lib/libyaml/Makefile 247779 2013-03-04 11:27:41Z bapt $
d10 1
@

