74e2ac8d8d
Benchmarking: - Speed tests now call cpucycles() before setting resource limits. This is important on platforms where cpucycles() needs to read files. Verification: - Support for SignExt and several more peephole optimizations, working towards support for simpler symbolic-execution backend. Various updates to work with angr8 and python3.
14 lines
437 B
Makefile
14 lines
437 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2021/02/18 10:08:31 schmonz Exp $
|
|
|
|
BUILDLINK_TREE+= djbsort
|
|
|
|
.if !defined(DJBSORT_BUILDLINK3_MK)
|
|
DJBSORT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.djbsort+= djbsort>=20190516
|
|
BUILDLINK_PKGSRCDIR.djbsort?= ../../math/djbsort
|
|
BUILDLINK_DEPMETHOD.djbsort?= build
|
|
BUILDLINK_FILES_CMD.djbsort= ${CAT} ${BUILDLINK_PREFIX.djbsort}/share/djbsort/pseudo-PLIST
|
|
.endif # DJBSORT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -djbsort
|