Home | History | Annotate | Line # | Download | only in csu
Makefile revision 1.2
      1 # $NetBSD: Makefile,v 1.2 2010/07/28 13:51:38 joerg Exp $
      2 
      3 NOMAN=			# defined
      4 
      5 .include <bsd.own.mk>
      6 
      7 TESTSDIR=		${TESTSBASE}/lib/csu
      8 TESTS_SH=		t_crt0
      9 TESTS_SUBDIRS=
     10 SUBDIR+=		dso
     11 
     12 BINDIR=			${TESTSDIR}
     13 PROG_CXX=		h_initfini1 h_initfini2 h_initfini3
     14 SRCS.h_initfini1=	h_initfini1.cxx h_initfini_common.cxx
     15 SRCS.h_initfini2=	h_initfini1.cxx h_initfini_common.cxx
     16 LDADD.h_initfini2+=	-static
     17 SRCS.h_initfini3=	h_initfini3.cxx h_initfini_common.cxx
     18 LDADD.h_initfini3+=	-Wl,-rpath,${TESTSDIR}
     19 
     20 .include <bsd.test.mk>
     21