File: Makefile.am

package info (click to toggle)
arping 2.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,084 kB
  • sloc: sh: 4,691; ansic: 3,894; exp: 405; python: 142; makefile: 34
file content (20 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# arping/Makefile.am
#
include $(top_srcdir)/Makefile.am.common

EXTRA_DIST = src/cast.h

SUBDIRS=src doc

lsp:
	~/.local/bin/intercept-build make

tarball:
	./extra/mktarball latest

mrproper: maintainer-clean
	rm -f aclocal.m4 configure.scan depcomp missing install-sh config.h.in
	rm -f Makefile.in configure autoscan*.log config.guess config.sub
	rm -f ltmain.sh configure.in src/Makefile.in doc/Makefile.in
	rm -f compile_commands.json test-driver compile
	rm -fr .cache