File: Makefile.am

package info (click to toggle)
sleuthkit 4.6.5-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 39,264 kB
  • sloc: ansic: 171,812; cpp: 44,216; sh: 31,364; java: 17,674; makefile: 1,241; xml: 838; perl: 797; python: 707; sed: 16
file content (13 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
if SHIP_BINARIES

EXTRA_DIST = include bin

SH_DIST_HOOK = dist-ship-binary-hook
dist-ship-binary-hook include bin:
	cd "$(top_builddir)" && $(MAKE) includedir="$(PWD)/include" DESTDIR="" prefix="$(PWD)/tmp" install
	mkdir -p "$(PWD)/bin"
	cp "$(PWD)/tmp/bin/"*.dll "bin/"

endif

dist-hook: $(SH_DIST_HOOK)