File: Makefile.am

package info (click to toggle)
ifuse 1.1.2-0.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 540 kB
  • ctags: 144
  • sloc: sh: 1,110; ansic: 671; makefile: 21
file content (11 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
AUTOMAKE_OPTIONS = foreign
SUBDIRS = docs src

DISTCHECK_CONFIGURE_FLAGS = --disable-root-sbin

indent:
	indent -kr -ut -ts4 -l120 src/*.c

release:
	git archive --format=tar --prefix=ifuse-${RELEASE}/ tags/${RELEASE} | bzip2 > ifuse-${RELEASE}.tar.bz2