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
|
MSVSCPP_FILES = \
bde_test_aes_ccm_encrypted_key/bde_test_aes_ccm_encrypted_key.vcproj \
bde_test_error/bde_test_error.vcproj \
bde_test_external_key/bde_test_external_key.vcproj \
bde_test_io_handle/bde_test_io_handle.vcproj \
bde_test_key/bde_test_key.vcproj \
bde_test_key_protector/bde_test_key_protector.vcproj \
bde_test_metadata/bde_test_metadata.vcproj \
bde_test_metadata_entry/bde_test_metadata_entry.vcproj \
bde_test_notify/bde_test_notify.vcproj \
bde_test_password_keep/bde_test_password_keep.vcproj \
bde_test_sector_data/bde_test_sector_data.vcproj \
bde_test_stretch_key/bde_test_stretch_key.vcproj \
bde_test_support/bde_test_support.vcproj \
bde_test_volume/bde_test_volume.vcproj \
bde_test_volume_master_key/bde_test_volume_master_key.vcproj \
bdeinfo/bdeinfo.vcproj \
bdemount/bdemount.vcproj \
libbde/libbde.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 \
libfdatetime/libfdatetime.vcproj \
libfguid/libfguid.vcproj \
libfvalue/libfvalue.vcproj \
libhmac/libhmac.vcproj \
libuna/libuna.vcproj \
pybde/pybde.vcproj \
libbde.sln
EXTRA_DIST = \
$(MSVSCPP_FILES)
MAINTAINERCLEANFILES = \
Makefile.in
distclean: clean
/bin/rm -f Makefile
|