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

noinst_PROGRAMS = posix_style callback_style
posix_style_SOURCES = posix-style.cpp
callback_style_SOURCES = callback-style.cpp

indent:
	indent *.cpp 

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