File: Makefile.am

package info (click to toggle)
sleuthkit 3.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,624 kB
  • sloc: ansic: 104,268; sh: 9,445; cpp: 7,793; makefile: 256
file content (14 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AM_CFLAGS = -I../.. -Wall 

noinst_LTLIBRARIES = libtskbase.la
libtskbase_la_SOURCES = md5c.c mymalloc.c sha1c.c \
    tsk_endian.c tsk_error.c tsk_list.c tsk_parse.c tsk_printf.c \
    tsk_unicode.c tsk_version.c tsk_stack.c XGetopt.c tsk_base_i.h

EXTRA_DIST = .indent.pro

indent:
	indent *.c *.h

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