File: Makefile.am

package info (click to toggle)
sleuthkit 4.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,268 kB
  • sloc: ansic: 143,839; cpp: 54,644; java: 39,009; xml: 2,417; python: 1,085; perl: 874; makefile: 451; sh: 196
file content (27 lines) | stat: -rw-r--r-- 1,063 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
AM_CPPFLAGS = $(OPENSSL_INCLUDES) -I../.. -I$(srcdir)/../..
EXTRA_DIST = .indent.pro

noinst_LTLIBRARIES = libtskfs.la
# Note that the .h files are in the top-level Makefile
libtskfs_la_SOURCES  = tsk_fs_i.h fs_inode.c fs_io.c fs_block.c fs_open.c \
    fs_name.c fs_dir.c fs_types.c fs_attr.c fs_attrlist.c fs_load.c \
    fs_parse.c fs_file.c \
    unix_misc.c nofs_misc.c \
    ffs.c ffs_dent.c ext2fs.c ext2fs_dent.c ext2fs_journal.c \
    fatfs.c fatfs_meta.c fatfs_dent.cpp \
    fatxxfs.c fatxxfs_meta.c fatxxfs_dent.c \
    exfatfs.c exfatfs_meta.c exfatfs_dent.c \
    fatfs_utils.c \
    ntfs.c ntfs_dent.cpp swapfs.c rawfs.c \
    iso9660.c iso9660_dent.c \
    hfs.c hfs_dent.c hfs_journal.c hfs_unicompare.c decmpfs.c lzvn.c lzvn.h \
    dcalc_lib.c dcat_lib.c dls_lib.c dstat_lib.c ffind_lib.c \
    fls_lib.c icat_lib.c ifind_lib.c ils_lib.c usn_journal.c usnjls_lib.c \
    walk_cpp.cpp yaffs.cpp logical_fs.cpp \
    apfs.cpp apfs_compat.cpp apfs_fs.cpp apfs_open.cpp encryptionHelper.cpp

indent:
	indent *.c *.h

clean-local:
	-rm -f *.c~ *.h~