Home | History | Annotate | Line # | Download | only in lint1
Makefile revision 1.11.2.1
      1  1.11.2.1  pgoyette # $NetBSD: Makefile,v 1.11.2.1 2017/03/20 06:58:02 pgoyette Exp $
      2       1.1    jruoho 
      3       1.1    jruoho NOMAN=		# defined
      4       1.1    jruoho 
      5       1.1    jruoho .include <bsd.own.mk>
      6       1.1    jruoho 
      7       1.1    jruoho TESTSDIR=	${TESTSBASE}/usr.bin/xlint/lint1
      8       1.1    jruoho 
      9       1.1    jruoho TESTS_SH=	t_integration
     10       1.1    jruoho 
     11       1.1    jruoho FILESDIR=	${TESTSDIR}
     12       1.1    jruoho FILES+=		d_alignof.c
     13  1.11.2.1  pgoyette FILES+=		d_bltinoffsetof.c
     14      1.11  christos FILES+=		d_c99_anon_struct.c
     15       1.1    jruoho FILES+=		d_c99_complex_num.c
     16       1.3  christos FILES+=		d_c99_complex_split.c
     17       1.7  christos FILES+=		d_c99_compound_literal_comma.c
     18       1.1    jruoho FILES+=		d_c99_decls_after_stmt.c
     19       1.1    jruoho FILES+=		d_c99_decls_after_stmt2.c
     20       1.2     njoly FILES+=		d_c99_decls_after_stmt3.c
     21       1.5  christos FILES+=		d_c99_flex_array_packed.c 
     22       1.1    jruoho FILES+=		d_c99_for_loops.c
     23       1.1    jruoho FILES+=		d_c99_func.c
     24       1.1    jruoho FILES+=		d_c99_recursive_init.c
     25       1.1    jruoho FILES+=		d_c99_struct_init.c
     26       1.4  christos FILES+=		d_c99_nested_struct.c
     27       1.1    jruoho FILES+=		d_c99_union_init1.c
     28       1.1    jruoho FILES+=		d_c99_union_init2.c
     29       1.1    jruoho FILES+=		d_c99_union_init3.c
     30       1.9  christos FILES+=		d_c99_union_init4.c
     31       1.1    jruoho FILES+=		d_c9x_array_init.c
     32       1.1    jruoho FILES+=		d_c9x_recursive_init.c
     33       1.8  christos FILES+=		d_cast_fun_array_param.c
     34       1.1    jruoho FILES+=		d_cast_init.c
     35       1.1    jruoho FILES+=		d_cast_init2.c
     36       1.1    jruoho FILES+=		d_cast_lhs.c
     37  1.11.2.1  pgoyette FILES+=		d_cast_typeof.c
     38       1.1    jruoho FILES+=		d_compound_literals1.c
     39       1.1    jruoho FILES+=		d_compound_literals2.c
     40       1.1    jruoho FILES+=		d_constant_conv1.c
     41       1.1    jruoho FILES+=		d_constant_conv2.c
     42       1.1    jruoho FILES+=		d_cvt_in_ternary.c
     43       1.3  christos FILES+=		d_cvt_constant.c
     44       1.1    jruoho FILES+=		d_ellipsis_in_switch.c
     45       1.1    jruoho FILES+=		d_gcc_compound_statements1.c
     46       1.1    jruoho FILES+=		d_gcc_compound_statements2.c
     47       1.1    jruoho FILES+=		d_gcc_compound_statements3.c
     48       1.3  christos FILES+=		d_gcc_extension.c
     49       1.1    jruoho FILES+=		d_gcc_func.c
     50       1.1    jruoho FILES+=		d_gcc_variable_array_init.c
     51       1.1    jruoho FILES+=		d_incorrect_array_size.c
     52       1.1    jruoho FILES+=		d_long_double_int.c
     53       1.1    jruoho FILES+=		d_nested_structs.c
     54       1.1    jruoho FILES+=		d_nolimit_init.c
     55       1.1    jruoho FILES+=		d_packed_structs.c
     56       1.1    jruoho FILES+=		d_shift_to_narrower_type.c
     57       1.1    jruoho FILES+=		d_type_conv1.c
     58       1.1    jruoho FILES+=		d_type_conv2.c
     59       1.1    jruoho FILES+=		d_type_conv3.c
     60      1.10  christos FILES+=		d_type_question_colon.c
     61       1.1    jruoho FILES+=		d_typename_as_var.c
     62       1.6  christos FILES+=		d_typefun.c
     63       1.1    jruoho FILES+=		d_zero_sized_arrays.c
     64       1.1    jruoho 
     65       1.1    jruoho .include <bsd.test.mk>
     66