File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / confuse / tests / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Jan 24 14:48:56 2017 UTC (7 years, 6 months ago) by misho
Branches: confuse, MAIN
CVS tags: v2_7, HEAD
confuse 2.7

    1: TESTS = suite_single suite_dup suite_func suite_list \
    2: 	suite_validate list_plus_syntax section_title_dupes \
    3: 	single_title_sections quote_before_print include
    4: check_PROGRAMS=$(TESTS)
    5: 
    6: LDADD=-L../src ../src/libconfuse.la $(LTLIBINTL)
    7: 
    8: EXTRA_DIST=a.conf b.conf check_confuse.h
    9: CLEANFILES=*~
   10: 
   11: DEFS=-DSRC_DIR='"$(srcdir)"'
   12: 
   13: celan: clean
   14: 

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