Home | History | Annotate | Line # | Download | only in csu
Makefile revision 1.5.14.2
      1  1.5.14.2  pgoyette # $NetBSD: Makefile,v 1.5.14.2 2019/01/18 08:51:00 pgoyette Exp $
      2       1.1      jmmv 
      3       1.2     joerg NOMAN=			# defined
      4       1.1      jmmv 
      5       1.1      jmmv .include <bsd.own.mk>
      6       1.1      jmmv 
      7       1.2     joerg TESTSDIR=		${TESTSBASE}/lib/csu
      8  1.5.14.1  pgoyette TESTS_SH=		t_crt0 t_ifunc_static
      9       1.2     joerg TESTS_SUBDIRS=
     10       1.2     joerg SUBDIR+=		dso
     11       1.2     joerg 
     12       1.3     joerg .include "Makefile.check_stack"
     13       1.3     joerg 
     14       1.4     skrll CPPFLAGS+=		${CPPFLAGS_CHECK_STACK}
     15       1.3     joerg 
     16       1.2     joerg BINDIR=			${TESTSDIR}
     17       1.2     joerg PROG_CXX=		h_initfini1 h_initfini2 h_initfini3
     18       1.3     joerg SRCS.h_initfini1=	h_initfini1.cxx h_initfini_common.cxx \
     19       1.3     joerg 			${SRCS_CHECK_STACK}
     20       1.3     joerg SRCS.h_initfini2=	h_initfini1.cxx h_initfini_common.cxx \
     21       1.3     joerg 			${SRCS_CHECK_STACK}
     22       1.5     joerg LDSTATIC.h_initfini2+=	-static
     23       1.3     joerg SRCS.h_initfini3=	h_initfini3.cxx h_initfini_common.cxx \
     24       1.3     joerg 			${SRCS_CHECK_STACK}
     25       1.2     joerg LDADD.h_initfini3+=	-Wl,-rpath,${TESTSDIR}
     26       1.1      jmmv 
     27  1.5.14.2  pgoyette PROGS+=			h_ifunc_static h_initfini_array
     28  1.5.14.1  pgoyette SRCS.h_ifunc_static=	h_ifunc_static.c
     29  1.5.14.2  pgoyette SRCS.h_initfini_array=	h_initfini_array.c
     30  1.5.14.1  pgoyette LDSTATIC.h_ifunc_static=-static
     31  1.5.14.1  pgoyette 
     32       1.1      jmmv .include <bsd.test.mk>
     33