Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.23
      1  1.23  pgoyette # $NetBSD: Makefile,v 1.23 2011/01/07 02:47:40 pgoyette Exp $
      2   1.1     joerg 
      3   1.1     joerg .include <bsd.own.mk>
      4  1.11        he .include <bsd.sys.mk>
      5   1.1     joerg 
      6  1.23  pgoyette TESTS_SUBDIRS+=	gen hash ieeefp setjmp stdlib stdio string ttyio
      7  1.16  pgoyette 
      8  1.11        he .if ${HAS_SSP} == "yes"
      9  1.11        he TESTS_SUBDIRS+=	ssp
     10  1.11        he .endif
     11   1.1     joerg 
     12   1.1     joerg TESTSDIR=	${TESTSBASE}/lib/libc
     13   1.1     joerg 
     14  1.23  pgoyette TESTS_C+=	t_cerror
     15  1.15  pgoyette TESTS_C+=	t_clone
     16  1.15  pgoyette TESTS_C+=	t_context
     17  1.13  pgoyette TESTS_C+=	t_convfp
     18  1.13  pgoyette TESTS_C+=	t_gdtoa
     19  1.15  pgoyette TESTS_C+=	t_hsearch
     20  1.15  pgoyette TESTS_C+=	t_inet
     21  1.22  pgoyette TESTS_C+=	t_mktime
     22  1.15  pgoyette TESTS_C+=	t_ptm
     23  1.13  pgoyette TESTS_C+=	t_randomid
     24  1.15  pgoyette TESTS_C+=	t_strptime
     25  1.13  pgoyette 
     26  1.18  pgoyette TESTS_SH+=	t_atexit
     27  1.21  pgoyette TESTS_SH+=	t_nsdispatch
     28  1.17  pgoyette TESTS_SH+=	t_protoent
     29  1.17  pgoyette TESTS_SH+=	t_servent
     30  1.17  pgoyette 
     31  1.17  pgoyette BINDIR=		${TESTSDIR}
     32  1.17  pgoyette MKMAN=		no
     33  1.17  pgoyette 
     34  1.18  pgoyette PROGS+=		h_atexit
     35  1.21  pgoyette PROGS+=		h_nsd_recurse
     36  1.17  pgoyette PROGS+=		h_protoent
     37  1.17  pgoyette PROGS+=		h_servent
     38  1.17  pgoyette 
     39  1.21  pgoyette LDADD.h_nsd_recurse+=	-lpthread
     40  1.21  pgoyette LDADD.t_mktime+=	-lpthread
     41  1.21  pgoyette 
     42   1.1     joerg .include <bsd.test.mk>
     43