File: Makefile.am

package info (click to toggle)
openscap 1.0.9-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 129,588 kB
  • ctags: 26,325
  • sloc: xml: 611,156; ansic: 90,367; sh: 26,693; makefile: 2,463; python: 804; perl: 445; cpp: 123
file content (37 lines) | stat: -rw-r--r-- 1,001 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
29
30
31
32
33
34
35
36
37
AM_CPPFLAGS = \
	-I$(top_srcdir)/src \
	-I$(top_srcdir)/src/CCE/public \
	-I$(top_srcdir)/src/CPE/public \
	-I$(top_srcdir)/src/CVE/public \
	-I${top_srcdir}/src/CVSS/public \
	-I$(top_srcdir)/src/OVAL/probes/SEAP/public \
	-I$(top_srcdir)/src/OVAL/probes/public \
	-I$(top_srcdir)/src/OVAL/public \
	-I$(top_srcdir)/src/XCCDF/public \
	-I$(top_srcdir)/src/common/public \
	-I$(top_srcdir)/tests/include \
	@xml2_CFLAGS@

LDADD = $(top_builddir)/src/libopenscap_testing.la @pcre_LIBS@

EXTRA_DIST = \
	$(top_srcdir)/tests/assume.h \
	$(top_srcdir)/tests/test_common.sh

DISTCLEANFILES = *.log *.out* oscap_debug.log.*
CLEANFILES = *.log *.out* oscap_debug.log.*

TESTS_ENVIRONMENT = \
		$(top_builddir)/run
TESTS = all.sh
check_PROGRAMS = test_api_probes_smoke oval_fts_list

test_api_probes_smoke_SOURCES = test_api_probes_smoke.c
oval_fts_list_CFLAGS= -I$(top_srcdir)/src/OVAL/probes
oval_fts_list_SOURCES= oval_fts_list.c

EXTRA_DIST += \
	all.sh \
	fts.sh \
	gentree.sh \
	test_api_probes_smoke.c