head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.28.12.01.09;	author skv;	state Exp;
branches;
next	1.1;

1.1
date	2005.02.27.18.31.48;	author skv;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# $FreeBSD: head/archivers/liblzxcomp/files/Makefile 300895 2012-07-14 12:56:14Z beat $

LIB = 	lzxcomp
SRCS=	lz_nonslide.c lzx_layer.c
INCS=	lzx_compress.h lzx_constants.h

COPTS= -DLZ_ONEBUFFER -DLAZY -DNONSLIDE
LDADD= -lm

SHLIB_MAJOR=	%%SHLIB_MAJOR%%

LIBDIR=		${PREFIX}/lib
INCLUDEDIR=	${PREFIX}/include

MAN3=	lzxcomp.3
MANDIR=	${PREFIX}/man/man

.include <bsd.lib.mk>
@


1.2
log
@Install lzx_constants.h too.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Add liblzxcomp 20020618, LZX compression library.
@
text
@d5 1
a5 1
INCS=	lzx_compress.h
@

