File: Makefile.am

package info (click to toggle)
confuse 3.2.2%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,840 kB
  • sloc: sh: 5,180; ansic: 4,584; lex: 440; xml: 439; makefile: 188; sed: 16
file content (28 lines) | stat: -rw-r--r-- 811 bytes parent folder | download
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
EXTRA_DIST        = annotate.conf a.conf b.conf spdir check_confuse.h

TESTS             =
TESTS            += suite_single
TESTS            += suite_dup
TESTS            += suite_func
TESTS            += suite_list
TESTS            += suite_validate
TESTS            += list_plus_syntax
TESTS            += section_title_dupes
TESTS            += single_title_sections
TESTS            += section_remove
TESTS            += section_add
TESTS            += quote_before_print
TESTS            += include
TESTS            += searchpath
TESTS            += env
TESTS            += ignore_parm
TESTS            += annotate

check_PROGRAMS    = $(TESTS)

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