File: Makefile.am

package info (click to toggle)
libfsntfs 20160418-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,456 kB
  • ctags: 5,958
  • sloc: ansic: 199,642; sh: 12,713; makefile: 1,401; python: 708; sed: 134
file content (46 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download
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
MSVSCPP_FILES = \
	fsntfs_test_get_version/fsntfs_test_get_version.vcproj \
	fsntfs_test_open_close/fsntfs_test_open_close.vcproj \
	fsntfs_test_read/fsntfs_test_read.vcproj \
	fsntfs_test_seek/fsntfs_test_seek.vcproj \
	fsntfsinfo/fsntfsinfo.vcproj \
	libbfio/libbfio.vcproj \
	libcdata/libcdata.vcproj \
	libcerror/libcerror.vcproj \
	libcfile/libcfile.vcproj \
	libclocale/libclocale.vcproj \
	libcnotify/libcnotify.vcproj \
	libcpath/libcpath.vcproj \
	libcsplit/libcsplit.vcproj \
	libcstring/libcstring.vcproj \
	libcsystem/libcsystem.vcproj \
	libcthreads/libcthreads.vcproj \
	libfcache/libfcache.vcproj \
	libfdata/libfdata.vcproj \
	libfdatetime/libfdatetime.vcproj \
	libfguid/libfguid.vcproj \
	libfsntfs/libfsntfs.vcproj \
	libfusn/libfusn.vcproj \
	libfwnt/libfwnt.vcproj \
	libuna/libuna.vcproj \
	pyfsntfs/pyfsntfs.vcproj \
	libfsntfs.sln

SCRIPT_FILES = \
	scripts/vs2008_x64.sh \
	scripts/vs2008_x64_sln.sed \
	scripts/vs2008_x64_vcproj.sed \
	scripts/vs2010_x64.sh \
	scripts/vs2010_x64_sln.sed \
	scripts/vs2010_x64_vcxproj.sed

EXTRA_DIST = \
	$(MSVSCPP_FILES) \
	$(SCRIPT_FILES)

MAINTAINERCLEANFILES = \
	Makefile.in

distclean: clean
	/bin/rm -f Makefile