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 (24 lines) | stat: -rw-r--r-- 464 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
# Some of the tests rely on the "C" locale and would fail with some locales.
LC_ALL = C
export LC_ALL

PROBE_SUBDIRS = probes mitre

if WANT_SCE
SCE_SUBDIRS = sce
endif

BINDINGS_SUBDIRS=
if WANT_PYTHON
  BINDINGS_SUBDIRS += bindings
else
if WANT_PERL
    BINDINGS_SUBDIRS += bindings
endif
endif

SUBDIRS = API DS $(PROBE_SUBDIRS) $(SCE_SUBDIRS) $(BINDINGS_SUBDIRS) schemas

EXTRA_DIST = $(top_srcdir)/tests/test_common.sh \
	     $(top_srcdir)/tests/xmldiff.pl