[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / lib / libc

Annotation of src/tests/lib/libc/Makefile, Revision 1.30

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

CVSweb <webmaster@jp.NetBSD.org>