Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7687664
Makefile.am
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
3 KB
Referenced Files
None
Subscribers
None
Makefile.am
View Options
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/common \
-I$(top_srcdir)/libcstring \
-I$(top_srcdir)/liberror \
-I$(top_srcdir)/libsystem \
@MEMWATCH_CPPFLAGS@
if HAVE_PYTHON
TESTS_PYEWF = \
test_pyewf.sh
endif
TESTS = \
test_glob.sh \
test_seek.sh \
test_read.sh \
test_write.sh \
test_read_write.sh \
test_read_write_delta.sh \
test_ewfverify.sh \
test_ewfverify_logical.sh \
test_ewfacquire.sh \
test_ewfacquire_optical.sh \
test_ewfacquirestream.sh \
test_ewfacquire_resume.sh \
test_ewfinfo.sh \
test_ewfexport.sh \
test_ewfexport_logical.sh \
$(TESTS_PYEWF)
check_SCRIPTS = \
test_ewfacquire.sh \
test_ewfacquire_optical.sh \
test_ewfacquire_resume.sh \
test_ewfacquirestream.sh \
test_ewfinfo.sh \
test_ewfexport.sh \
test_ewfexport_logical.sh \
test_ewfverify.sh \
test_ewfverify_logical.sh \
test_glob.sh \
test_pyewf.sh \
test_read.sh \
test_read_write.sh \
test_read_write_delta.sh \
test_seek.sh \
test_write.sh
EXTRA_DIST = \
$(check_SCRIPTS)
check_PROGRAMS = \
ewf_test_glob \
ewf_test_read \
ewf_test_read_write\
ewf_test_read_write_delta \
ewf_test_seek \
ewf_test_truncate \
ewf_test_write \
ewf_test_write_chunk
ewf_test_glob_SOURCES = \
ewf_test_glob.c \
ewf_test_libewf.h
ewf_test_glob_LDADD = \
../libcstring/libcstring.la \
../libewf/libewf.la \
@MEMWATCH_LIBADD@
ewf_test_read_SOURCES = \
ewf_test_definitions.h \
ewf_test_libewf.h \
ewf_test_read.c
ewf_test_read_LDADD = \
../libcstring/libcstring.la \
../liberror/liberror.la \
../libewf/libewf.la \
@MEMWATCH_LIBADD@
ewf_test_read_write_SOURCES = \
ewf_test_definitions.h \
ewf_test_libewf.h \
ewf_test_read_write.c
ewf_test_read_write_LDADD = \
../libcstring/libcstring.la \
../liberror/liberror.la \
../libewf/libewf.la \
../libsystem/libsystem.la \
@MEMWATCH_LIBADD@
ewf_test_read_write_delta_SOURCES = \
ewf_test_definitions.h \
ewf_test_libewf.h \
ewf_test_read_write_delta.c
ewf_test_read_write_delta_LDADD = \
../libcstring/libcstring.la \
../liberror/liberror.la \
../libewf/libewf.la \
../libsystem/libsystem.la \
@MEMWATCH_LIBADD@
ewf_test_seek_SOURCES = \
ewf_test_libewf.h \
ewf_test_seek.c
ewf_test_seek_LDADD = \
../libcstring/libcstring.la \
../liberror/liberror.la \
../libewf/libewf.la \
@MEMWATCH_LIBADD@
ewf_test_truncate_SOURCES = \
ewf_test_libewf.h \
ewf_test_truncate.c
ewf_test_truncate_LDADD = \
../libcstring/libcstring.la \
../liberror/liberror.la \
../libsystem/libsystem.la \
@MEMWATCH_LIBADD@
ewf_test_write_SOURCES = \
ewf_test_definitions.h \
ewf_test_libewf.h \
ewf_test_write.c
ewf_test_write_LDADD = \
../libcstring/libcstring.la \
../liberror/liberror.la \
../libewf/libewf.la \
../libsystem/libsystem.la \
@MEMWATCH_LIBADD@
ewf_test_write_chunk_SOURCES = \
ewf_test_definitions.h \
ewf_test_libewf.h \
ewf_test_write_chunk.c
ewf_test_write_chunk_LDADD = \
../libcstring/libcstring.la \
../liberror/liberror.la \
../libewf/libewf.la \
../libsystem/libsystem.la \
@MEMWATCH_LIBADD@
MAINTAINERCLEANFILES = \
Makefile.in
distclean: clean
/bin/rm -f Makefile
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 29, 10:30 PM (7 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1347149
Default Alt Text
Makefile.am (3 KB)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment