head	1.2;
access;
symbols
	perseant-exfatfs-base-20250801:1.2
	perseant-exfatfs-base-20240630:1.2
	perseant-exfatfs:1.2.0.6
	perseant-exfatfs-base:1.2
	cjep_sun2x:1.2.0.4
	cjep_sun2x-base:1.2
	cjep_staticlib_x-base1:1.2
	cjep_staticlib_x:1.2.0.2
	cjep_staticlib_x-base:1.2
	phil-wifi-20200421:1.2
	phil-wifi-20200411:1.2
	phil-wifi-20200406:1.2;
locks; strict;
comment	@# @;


1.2
date	2020.04.04.01.34.29;	author christos;	state dead;
branches;
next	1.1;
commitid	RNTp0BS82geeu03C;

1.1
date	2020.04.04.00.46.53;	author christos;	state Exp;
branches;
next	;
commitid	ZoDtGFS8JAgke03C;


desc
@@


1.2
log
@rename libctf to libgnuctf to avoid conflict with the sun version.
@
text
@#	$NetBSD: Makefile,v 1.1 2020/04/04 00:46:53 christos Exp $

NOLINKLIB=	# defined
NOLINT=		# defined
NOMAN=		# defined
NOPROFILE=	# defined
NOCLANGERROR=	# defined

.include <bsd.init.mk>

LIB=		ctf

BFD_MACHINE_ARCH?=	${MACHINE_ARCH:C/armv[4-7]/arm/}

.if exists(${.CURDIR}/arch/${BFD_MACHINE_ARCH}/defs.mk)
.include "${.CURDIR}/arch/${BFD_MACHINE_ARCH}/defs.mk"

SHLIB_MAJOR=	0
SHLIB_MINOR=	0

GCPPFLAGS=	${G_archdefs} ${G_DEFS} ${G_INCLUDES} ${G_TDEFAULTS}
CPPFLAGS+=	-I${.CURDIR}/arch/${BFD_MACHINE_ARCH} \
		-I${.CURDIR}/../libbfd/arch/${BFD_MACHINE_ARCH} \
		-I${DIST}/include -I. -I${DIST}/libctf \
		-I${DIST}/bfd ${GCPPFLAGS:M-D*} \
		${GCPPFLAGS:M-I*:N-I.*}

SRCS=		${G_libctf_la_SOURCES}

.PATH: ${DIST}/libctf

.include <bsd.lib.mk>

.else
.include <bsd.prog.mk> # do nothing
.endif
@


1.1
log
@Regen x86, add libctf.
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.11 2018/04/15 20:06:04 christos Exp $
@

