File: Makefile.am

package info (click to toggle)
libconfuse 3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,192 kB
  • sloc: ansic: 5,532; lex: 451; xml: 439; makefile: 213; sh: 39
file content (35 lines) | stat: -rw-r--r-- 1,049 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
EXTRA_DIST        = annotate.conf a.conf b.conf spdir check_confuse.h

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

check_PROGRAMS    = $(TESTS)

DEFS              = -DSRC_DIR='"$(srcdir)"'
LDFLAGS           = -static
LDADD             = -L../src ../src/libconfuse.la $(LTLIBINTL)
CLEANFILES        = *~