File: Makefile.am

package info (click to toggle)
libsigscan 20240505-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,860 kB
  • sloc: ansic: 151,787; sh: 6,336; makefile: 1,022; python: 302; cpp: 67; sed: 16
file content (43 lines) | stat: -rw-r--r-- 1,696 bytes parent folder | download | duplicates (2)
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
MSVSCPP_FILES = \
	libbfio/libbfio.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 \
	libsigscan/libsigscan.vcproj \
	libuna/libuna.vcproj \
	pysigscan/pysigscan.vcproj \
	sigscan/sigscan.vcproj \
	sigscan_test_byte_value_group/sigscan_test_byte_value_group.vcproj \
	sigscan_test_error/sigscan_test_error.vcproj \
	sigscan_test_identifier/sigscan_test_identifier.vcproj \
	sigscan_test_notify/sigscan_test_notify.vcproj \
	sigscan_test_offset_group/sigscan_test_offset_group.vcproj \
	sigscan_test_offsets_list/sigscan_test_offsets_list.vcproj \
	sigscan_test_pattern_weights/sigscan_test_pattern_weights.vcproj \
	sigscan_test_scan_object/sigscan_test_scan_object.vcproj \
	sigscan_test_scan_result/sigscan_test_scan_result.vcproj \
	sigscan_test_scan_state/sigscan_test_scan_state.vcproj \
	sigscan_test_scan_tree/sigscan_test_scan_tree.vcproj \
	sigscan_test_scan_tree_node/sigscan_test_scan_tree_node.vcproj \
	sigscan_test_scanner/sigscan_test_scanner.vcproj \
	sigscan_test_signature/sigscan_test_signature.vcproj \
	sigscan_test_signature_group/sigscan_test_signature_group.vcproj \
	sigscan_test_signature_table/sigscan_test_signature_table.vcproj \
	sigscan_test_signatures_list/sigscan_test_signatures_list.vcproj \
	sigscan_test_skip_table/sigscan_test_skip_table.vcproj \
	sigscan_test_support/sigscan_test_support.vcproj \
	sigscan_test_weight_group/sigscan_test_weight_group.vcproj \
	libsigscan.sln

EXTRA_DIST = \
	$(MSVSCPP_FILES)

DISTCLEANFILES = \
	Makefile \
	Makefile.in