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 (42 lines) | stat: -rw-r--r-- 1,225 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
38
39
40
41
42

AM_CPPFLAGS =   -I$(top_srcdir)/tests/include \
		-I$(top_srcdir)/src/CVE/public \
		-I$(top_srcdir)/src/CVSS/public \
		-I$(top_srcdir)/src/CPE/public \
		-I$(top_srcdir)/src/CCE/public \
		-I$(top_srcdir)/src/OVAL/public \
		-I$(top_srcdir)/src/XCCDF/public \
	 	-I$(top_srcdir)/src/common/public \
		-I$(top_srcdir)/src/OVAL/probes/public \
		-I$(top_srcdir)/src/OVAL/probes/SEAP/public \
		-I$(top_srcdir)/src \
		@xml2_CFLAGS@

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

EXTRA_DIST = $(top_srcdir)/tests/test_common.sh

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

TESTS = test_api_oval.sh

check_PROGRAMS = test_api_oval test_api_syschar test_api_results test_api_directives

test_api_oval_SOURCES = test_api_oval.c
test_api_syschar_SOURCES = test_api_syschar.c
test_api_results_SOURCES = test_api_results.c
test_api_directives_SOURCES = test_api_directives.c

EXTRA_DIST += test_api_oval.sh \
	      scap-rhel5-oval.xml \
	      composed-oval.xml \
	      system-characteristics.xml \
	      results.xml \
              directives.xml \
              results-good.xml

SUBDIRS = \
	report_variable_values \
	unittests \
	validate