This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
63 lines
1.6 KiB
Makefile
63 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.10 2015/07/29 18:26:15 christos Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/xlint/lint1
|
|
|
|
TESTS_SH= t_integration
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
FILES+= d_alignof.c
|
|
FILES+= d_c99_complex_num.c
|
|
FILES+= d_c99_complex_split.c
|
|
FILES+= d_c99_compound_literal_comma.c
|
|
FILES+= d_c99_decls_after_stmt.c
|
|
FILES+= d_c99_decls_after_stmt2.c
|
|
FILES+= d_c99_decls_after_stmt3.c
|
|
FILES+= d_c99_flex_array_packed.c
|
|
FILES+= d_c99_for_loops.c
|
|
FILES+= d_c99_func.c
|
|
FILES+= d_c99_recursive_init.c
|
|
FILES+= d_c99_struct_init.c
|
|
FILES+= d_c99_nested_struct.c
|
|
FILES+= d_c99_union_init1.c
|
|
FILES+= d_c99_union_init2.c
|
|
FILES+= d_c99_union_init3.c
|
|
FILES+= d_c99_union_init4.c
|
|
FILES+= d_c9x_array_init.c
|
|
FILES+= d_c9x_recursive_init.c
|
|
FILES+= d_cast_fun_array_param.c
|
|
FILES+= d_cast_init.c
|
|
FILES+= d_cast_init2.c
|
|
FILES+= d_cast_lhs.c
|
|
FILES+= d_compound_literals1.c
|
|
FILES+= d_compound_literals2.c
|
|
FILES+= d_constant_conv1.c
|
|
FILES+= d_constant_conv2.c
|
|
FILES+= d_cvt_in_ternary.c
|
|
FILES+= d_cvt_constant.c
|
|
FILES+= d_ellipsis_in_switch.c
|
|
FILES+= d_gcc_compound_statements1.c
|
|
FILES+= d_gcc_compound_statements2.c
|
|
FILES+= d_gcc_compound_statements3.c
|
|
FILES+= d_gcc_extension.c
|
|
FILES+= d_gcc_func.c
|
|
FILES+= d_gcc_variable_array_init.c
|
|
FILES+= d_incorrect_array_size.c
|
|
FILES+= d_long_double_int.c
|
|
FILES+= d_nested_structs.c
|
|
FILES+= d_nolimit_init.c
|
|
FILES+= d_packed_structs.c
|
|
FILES+= d_shift_to_narrower_type.c
|
|
FILES+= d_type_conv1.c
|
|
FILES+= d_type_conv2.c
|
|
FILES+= d_type_conv3.c
|
|
FILES+= d_type_question_colon.c
|
|
FILES+= d_typename_as_var.c
|
|
FILES+= d_typefun.c
|
|
FILES+= d_zero_sized_arrays.c
|
|
|
|
.include <bsd.test.mk>
|