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 (13 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
AM_CPPFLAGS = -I../.. -I$(srcdir)/../.. -Wall
LDADD = ../../tsk3/libtsk3.la
EXTRA_DIST = .indent.pro

bin_PROGRAMS = img_cat img_stat
img_cat_SOURCES = img_cat.cpp
img_stat_SOURCES = img_stat.cpp

indent:
	indent *.cpp

clean-local:
	-rm -f *.cpp~