Diff for /embedaddon/confuse/tests/Makefile.am between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2017/01/24 14:48:56 version 1.1.1.2, 2021/03/17 00:49:17
Line 1 Line 1
TESTS = suite_single suite_dup suite_func suite_list \EXTRA_DIST        = annotate.conf a.conf b.conf spdir check_confuse.h
        suite_validate list_plus_syntax section_title_dupes \ 
        single_title_sections quote_before_print include 
check_PROGRAMS=$(TESTS) 
   
LDADD=-L../src ../src/libconfuse.la $(LTLIBINTL)TESTS             = keyval
 TESTS            += suite_single
 TESTS            += suite_dup
 TESTS            += suite_func
 TESTS            += suite_list
 TESTS            += suite_validate
 TESTS            += suite_ptr
 TESTS            += list_plus_syntax
 TESTS            += section_title_dupes
 TESTS            += single_title_sections
 TESTS            += section_remove
 TESTS            += section_add
 TESTS            += section_getopt
 TESTS            += quote_before_print
 TESTS            += include
 TESTS            += searchpath
 TESTS            += env
 TESTS            += ignore_parm
 TESTS            += annotate
 TESTS            += empty_string
 TESTS            += setopt_ptr
 TESTS            += setmulti_reset
 TESTS            += print_filter
 TESTS            += modified_flag
   
EXTRA_DIST=a.conf b.conf check_confuse.hcheck_PROGRAMS    = $(TESTS)
CLEANFILES=*~ 
   
DEFS=-DSRC_DIR='"$(srcdir)"'DEFS              = -DSRC_DIR='"$(srcdir)"'
 LDFLAGS           = -static
 LDADD             = -L../src ../src/libconfuse.la $(LTLIBINTL)
 CLEANFILES        = *~
   
 celan: clean  
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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