Annotation of embedaddon/confuse/tests/Makefile.am, revision 1.1.1.2

1.1.1.2 ! misho       1: EXTRA_DIST        = annotate.conf a.conf b.conf spdir check_confuse.h
1.1       misho       2: 
1.1.1.2 ! misho       3: TESTS             = keyval
        !             4: TESTS            += suite_single
        !             5: TESTS            += suite_dup
        !             6: TESTS            += suite_func
        !             7: TESTS            += suite_list
        !             8: TESTS            += suite_validate
        !             9: TESTS            += suite_ptr
        !            10: TESTS            += list_plus_syntax
        !            11: TESTS            += section_title_dupes
        !            12: TESTS            += single_title_sections
        !            13: TESTS            += section_remove
        !            14: TESTS            += section_add
        !            15: TESTS            += section_getopt
        !            16: TESTS            += quote_before_print
        !            17: TESTS            += include
        !            18: TESTS            += searchpath
        !            19: TESTS            += env
        !            20: TESTS            += ignore_parm
        !            21: TESTS            += annotate
        !            22: TESTS            += empty_string
        !            23: TESTS            += setopt_ptr
        !            24: TESTS            += setmulti_reset
        !            25: TESTS            += print_filter
        !            26: TESTS            += modified_flag
1.1       misho      27: 
1.1.1.2 ! misho      28: check_PROGRAMS    = $(TESTS)
1.1       misho      29: 
1.1.1.2 ! misho      30: DEFS              = -DSRC_DIR='"$(srcdir)"'
        !            31: LDFLAGS           = -static
        !            32: LDADD             = -L../src ../src/libconfuse.la $(LTLIBINTL)
        !            33: CLEANFILES        = *~
1.1       misho      34: 
                     35: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>