File: Makefile.am

package info (click to toggle)
libregf 20160424-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,444 kB
  • ctags: 5,786
  • sloc: ansic: 201,144; sh: 12,915; makefile: 1,505; python: 497; sed: 134
file content (94 lines) | stat: -rw-r--r-- 1,946 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
AM_CPPFLAGS = \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/common \
	@LIBCSTRING_CPPFLAGS@ \
	@LIBCERROR_CPPFLAGS@ \
	@LIBCDATA_CPPFLAGS@ \
	@LIBCLOCALE_CPPFLAGS@ \
	@LIBCNOTIFY_CPPFLAGS@ \
	@LIBCSPLIT_CPPFLAGS@ \
	@LIBUNA_CPPFLAGS@ \
	@LIBCFILE_CPPFLAGS@ \
	@LIBCPATH_CPPFLAGS@ \
	@LIBBFIO_CPPFLAGS@ \
	@LIBCSYSTEM_CPPFLAGS@ \
	@PTHREAD_CPPFLAGS@ \
	@LIBREGF_DLL_IMPORT@

if HAVE_PYTHON
TESTS_PYREGF = \
	test_python_functions.sh \
	test_pyregf_set_ascii_codepage.sh
endif

TESTS = \
	test_api_functions.sh \
	test_set_ascii_codepage.sh \
	test_regfinfo.sh \
	test_regfexport.sh \
	$(TESTS_PYREGF)

check_SCRIPTS = \
	pyregf_test_get_version.py \
	pyregf_test_open_close.py \
	pyregf_test_set_ascii_codepage.py \
	test_api_functions.sh \
	test_pyregf_set_ascii_codepage.sh \
	test_python_functions.sh \
	test_regfexport.sh \
	test_regfinfo.sh \
	test_runner.sh \
	test_set_ascii_codepage.sh

EXTRA_DIST = \
	$(check_SCRIPTS)

check_PROGRAMS = \
	regf_test_get_version \
	regf_test_open_close \
	regf_test_set_ascii_codepage

regf_test_get_version_SOURCES = \
	regf_test_get_version.c \
	regf_test_libcstring.h \
	regf_test_libregf.h \
	regf_test_unused.h

regf_test_get_version_LDADD = \
	../libregf/libregf.la \
	@LIBCSTRING_LIBADD@

regf_test_open_close_SOURCES = \
	regf_test_libcerror.h \
	regf_test_libregf.h \
	regf_test_libcstring.h \
	regf_test_libcsystem.h \
	regf_test_open_close.c

regf_test_open_close_LDADD = \
	@LIBCSYSTEM_LIBADD@ \
	../libregf/libregf.la \
	@LIBCTHREADS_LIBADD@ \
	@LIBCDATA_LIBADD@ \
	@LIBCERROR_LIBADD@ \
	@LIBCSTRING_LIBADD@

regf_test_set_ascii_codepage_SOURCES = \
	regf_test_libcerror.h \
	regf_test_libclocale.h \
	regf_test_libregf.h \
	regf_test_libcstring.h \
	regf_test_set_ascii_codepage.c

regf_test_set_ascii_codepage_LDADD = \
	../libregf/libregf.la \
	@LIBCLOCALE_LIBADD@ \
	@LIBCERROR_LIBADD@ \
	@LIBCSTRING_LIBADD@

MAINTAINERCLEANFILES = \
	Makefile.in

distclean: clean
	/bin/rm -f Makefile