head	1.4;
access;
symbols
	perseant-exfatfs-base-20250801:1.4
	perseant-exfatfs-base-20240630:1.4
	perseant-exfatfs:1.4.0.6
	perseant-exfatfs-base:1.4
	netbsd-8-3-RELEASE:1.1
	netbsd-9-4-RELEASE:1.3
	netbsd-9-3-RELEASE:1.3
	cjep_sun2x:1.4.0.4
	cjep_sun2x-base:1.4
	cjep_staticlib_x-base1:1.4
	netbsd-9-2-RELEASE:1.3
	cjep_staticlib_x:1.4.0.2
	cjep_staticlib_x-base:1.4
	netbsd-9-1-RELEASE:1.3
	phil-wifi-20200421:1.4
	phil-wifi-20200411:1.4
	phil-wifi-20200406:1.4
	netbsd-8-2-RELEASE:1.1
	netbsd-9-0-RELEASE:1.3
	netbsd-9-0-RC2:1.3
	netbsd-9-0-RC1:1.3
	netbsd-9:1.3.0.2
	netbsd-9-base:1.3
	phil-wifi-20190609:1.3
	netbsd-8-1-RELEASE:1.1
	netbsd-8-1-RC1:1.1
	pgoyette-compat-merge-20190127:1.2.2.1
	pgoyette-compat-20190127:1.3
	pgoyette-compat-20190118:1.3
	pgoyette-compat-1226:1.3
	pgoyette-compat-1126:1.3
	pgoyette-compat-1020:1.3
	pgoyette-compat-0930:1.3
	pgoyette-compat-0906:1.3
	pgoyette-compat-0728:1.3
	netbsd-8-0-RELEASE:1.1
	phil-wifi:1.2.0.4
	phil-wifi-base:1.2
	pgoyette-compat-0625:1.2
	netbsd-8-0-RC2:1.1
	pgoyette-compat-0521:1.2
	pgoyette-compat-0502:1.2
	pgoyette-compat-0422:1.2
	netbsd-8-0-RC1:1.1
	pgoyette-compat-0415:1.2
	pgoyette-compat-0407:1.2
	pgoyette-compat-0330:1.2
	pgoyette-compat-0322:1.2
	pgoyette-compat-0315:1.2
	pgoyette-compat:1.2.0.2
	pgoyette-compat-base:1.2
	matt-nb8-mediatek:1.1.0.10
	matt-nb8-mediatek-base:1.1
	perseant-stdc-iso10646:1.1.0.8
	perseant-stdc-iso10646-base:1.1
	netbsd-8:1.1.0.6
	netbsd-8-base:1.1
	prg-localcount2-base3:1.1
	prg-localcount2-base2:1.1
	prg-localcount2-base1:1.1
	prg-localcount2:1.1.0.4
	prg-localcount2-base:1.1
	pgoyette-localcount-20170426:1.1
	bouyer-socketcan-base1:1.1
	pgoyette-localcount:1.1.0.2
	pgoyette-localcount-20170320:1.1;
locks; strict;
comment	@# @;


1.4
date	2019.11.13.22.03.35;	author joerg;	state dead;
branches;
next	1.3;
commitid	VVWg38Zx9vNeTJKB;

1.3
date	2018.07.17.18.55.26;	author joerg;	state Exp;
branches;
next	1.2;
commitid	ZigGmMKrele9pwKA;

1.2
date	2017.08.01.20.07.39;	author joerg;	state Exp;
branches
	1.2.2.1
	1.2.4.1;
next	1.1;
commitid	Eal5CLsDsgNz3y1A;

1.1
date	2017.02.09.17.58.57;	author joerg;	state Exp;
branches
	1.1.2.1;
next	;
commitid	WLYR7jRlDGxdUiFz;

1.2.2.1
date	2018.07.28.04.33.05;	author pgoyette;	state Exp;
branches;
next	;
commitid	1UP1xAIUxv1ZgRLA;

1.2.4.1
date	2019.06.10.21.45.06;	author christos;	state Exp;
branches;
next	1.2.4.2;
commitid	jtc8rnCzWiEEHGqB;

1.2.4.2
date	2020.04.13.07.46.17;	author martin;	state dead;
branches;
next	;
commitid	X01YhRUPVUDaec4C;

1.1.2.1
date	2017.02.09.17.58.57;	author pgoyette;	state dead;
branches;
next	1.1.2.2;
commitid	jjw7cAwgyKq7RfKz;

1.1.2.2
date	2017.03.20.06.52.29;	author pgoyette;	state Exp;
branches;
next	;
commitid	jjw7cAwgyKq7RfKz;


desc
@@


1.4
log
@Remove old LLVM build system.
@
text
@#	$NetBSD: Makefile,v 1.3 2018/07/17 18:55:26 joerg Exp $

PROG_CXX=	llvm-xray
NOMAN=		yes

.include <bsd.init.mk>

.PATH: ${LLVM_SRCDIR}/tools/llvm-xray

SRCS=	func-id-helper.cpp \
	llvm-xray.cpp \
	xray-account.cpp \
	xray-color-helper.cpp \
	xray-converter.cpp \
	xray-extract.cpp \
	xray-graph-diff.cpp \
	xray-graph.cpp \
	xray-registry.cpp \
	xray-stacks.cpp

LLVM_LIBS+= \
	XRay \
	DebugInfoSymbolize \
	DebugInfoDWARF \
	DebugInfoPDB \
	DebugInfoPDBNative \
	Object \
	BitReader \
	MCParser \
	IR \
	MC \
	BinaryFormat \
	Support \
	Demangle

LDADD+=	-lz
.if !defined(HOSTPROG)
DPADD+=	${LIBZ}
.endif

.include "${.PARSEDIR}/../../link.mk"

.include <bsd.prog.mk>
@


1.3
log
@Update LLVM/Clang build system to r337282.
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.2 2017/08/01 20:07:39 joerg Exp $
@


1.2
log
@Update LLVM build glue for 5.0RC1.
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.1 2017/02/09 17:58:57 joerg Exp $
d10 10
a19 9
SRCS=	func-id-helper.cc \
	llvm-xray.cc \
	xray-account.cc \
	xray-color-helper.cc \
	xray-converter.cc \
	xray-extract.cc \
	xray-graph.cc \
	xray-graph-diff.cc \
	xray-registry.cc
@


1.2.4.1
log
@Sync with HEAD
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.3 2018/07/17 18:55:26 joerg Exp $
d10 9
a18 10
SRCS=	func-id-helper.cpp \
	llvm-xray.cpp \
	xray-account.cpp \
	xray-color-helper.cpp \
	xray-converter.cpp \
	xray-extract.cpp \
	xray-graph-diff.cpp \
	xray-graph.cpp \
	xray-registry.cpp \
	xray-stacks.cpp
@


1.2.4.2
log
@Mostly merge changes from HEAD upto 20200411
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.2.4.1 2019/06/10 21:45:06 christos Exp $
@


1.2.2.1
log
@Sync with HEAD
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.3 2018/07/17 18:55:26 joerg Exp $
d10 9
a18 10
SRCS=	func-id-helper.cpp \
	llvm-xray.cpp \
	xray-account.cpp \
	xray-color-helper.cpp \
	xray-converter.cpp \
	xray-extract.cpp \
	xray-graph-diff.cpp \
	xray-graph.cpp \
	xray-registry.cpp \
	xray-stacks.cpp
@


1.1
log
@Switch to the 4.0 release branch and update build glue for r294123.
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.3 2017/01/11 12:02:27 joerg Exp $
d11 1
d13 6
a18 1
	xray-converter.cc
d21 11
d35 5
@


1.1.2.1
log
@file Makefile was added on branch pgoyette-localcount on 2017-03-20 06:52:29 +0000
@
text
@d1 20
@


1.1.2.2
log
@Sync with HEAD
@
text
@a0 20
#	$NetBSD: Makefile,v 1.1 2017/02/09 17:58:57 joerg Exp $

PROG_CXX=	llvm-xray
NOMAN=		yes

.include <bsd.init.mk>

.PATH: ${LLVM_SRCDIR}/tools/llvm-xray

SRCS=	func-id-helper.cc \
	xray-account.cc \
	xray-converter.cc

LLVM_LIBS+= \
	Support \
	Demangle

.include "${.PARSEDIR}/../../link.mk"

.include <bsd.prog.mk>
@


