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
|
MSVSCPP_FILES = \
fwnt_test_access_control_entry/fwnt_test_access_control_entry.vcproj \
fwnt_test_access_control_list/fwnt_test_access_control_list.vcproj \
fwnt_test_error/fwnt_test_error.vcproj \
fwnt_test_lznt1/fwnt_test_lznt1.vcproj \
fwnt_test_lzxpress/fwnt_test_lzxpress.vcproj \
fwnt_test_security_descriptor/fwnt_test_security_descriptor.vcproj \
fwnt_test_security_identifier/fwnt_test_security_identifier.vcproj \
fwnt_test_support/fwnt_test_support.vcproj \
libcdata/libcdata.vcproj \
libcerror/libcerror.vcproj \
libcnotify/libcnotify.vcproj \
libcthreads/libcthreads.vcproj \
libfwnt/libfwnt.vcproj \
pyfwnt/pyfwnt.vcproj \
libfwnt.sln
EXTRA_DIST = \
$(MSVSCPP_FILES)
MAINTAINERCLEANFILES = \
Makefile.in
distclean: clean
/bin/rm -f Makefile
|