Home | History | Annotate | Line # | Download | only in helper_use_static
      1  1.3  riastrad #	$NetBSD: Makefile,v 1.3 2023/07/05 22:42:48 riastradh Exp $
      2  1.1  riastrad 
      3  1.1  riastrad LIB=		h_use_static
      4  1.1  riastrad SRCS=		h_use_static.c
      5  1.1  riastrad 
      6  1.3  riastrad DEF_DIR_cmd=	cd ${.CURDIR}/../helper_def_static && ${PRINTOBJDIR}
      7  1.3  riastrad DEF_DIR=	${DEF_DIR_cmd:sh}
      8  1.2  riastrad LDADD+=		-Wl,-rpath,${TESTSDIR} -L${DEF_DIR} -lh_def_static
      9  1.2  riastrad 
     10  1.3  riastrad .include "../helper.mk"
     11