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
|
MSVSCPP_FILES = \
fvde_test_bit_stream/fvde_test_bit_stream.vcproj \
fvde_test_checksum/fvde_test_checksum.vcproj \
fvde_test_compression/fvde_test_compression.vcproj \
fvde_test_deflate/fvde_test_deflate.vcproj \
fvde_test_encrypted_metadata/fvde_test_encrypted_metadata.vcproj \
fvde_test_encryption_context/fvde_test_encryption_context.vcproj \
fvde_test_encryption_context_plist/fvde_test_encryption_context_plist.vcproj \
fvde_test_error/fvde_test_error.vcproj \
fvde_test_huffman_tree/fvde_test_huffman_tree.vcproj \
fvde_test_io_handle/fvde_test_io_handle.vcproj \
fvde_test_keyring/fvde_test_keyring.vcproj \
fvde_test_logical_volume/fvde_test_logical_volume.vcproj \
fvde_test_logical_volume_descriptor/fvde_test_logical_volume_descriptor.vcproj \
fvde_test_metadata/fvde_test_metadata.vcproj \
fvde_test_metadata_block/fvde_test_metadata_block.vcproj \
fvde_test_notify/fvde_test_notify.vcproj \
fvde_test_physical_volume/fvde_test_physical_volume.vcproj \
fvde_test_physical_volume_descriptor/fvde_test_physical_volume_descriptor.vcproj \
fvde_test_sector_data/fvde_test_sector_data.vcproj \
fvde_test_segment_descriptor/fvde_test_segment_descriptor.vcproj \
fvde_test_support/fvde_test_support.vcproj \
fvde_test_tools_output/fvde_test_tools_output.vcproj \
fvde_test_tools_signal/fvde_test_tools_signal.vcproj \
fvde_test_volume/fvde_test_volume.vcproj \
fvde_test_volume_data_handle/fvde_test_volume_data_handle.vcproj \
fvde_test_volume_group/fvde_test_volume_group.vcproj \
fvde_test_volume_header/fvde_test_volume_header.vcproj \
fvdeinfo/fvdeinfo.vcproj \
fvdemount/fvdemount.vcproj \
fvdewipekey/fvdewipekey.vcproj \
libbfio/libbfio.vcproj \
libcaes/libcaes.vcproj \
libcdata/libcdata.vcproj \
libcerror/libcerror.vcproj \
libcfile/libcfile.vcproj \
libclocale/libclocale.vcproj \
libcnotify/libcnotify.vcproj \
libcpath/libcpath.vcproj \
libcsplit/libcsplit.vcproj \
libcthreads/libcthreads.vcproj \
libfcache/libfcache.vcproj \
libfdata/libfdata.vcproj \
libfguid/libfguid.vcproj \
libfplist/libfplist.vcproj \
libfvalue/libfvalue.vcproj \
libfvde/libfvde.vcproj \
libhmac/libhmac.vcproj \
libuna/libuna.vcproj \
pyfvde/pyfvde.vcproj \
zlib/zlib.vcproj \
libfvde.sln
EXTRA_DIST = \
$(MSVSCPP_FILES)
DISTCLEANFILES = \
Makefile \
Makefile.in
|