File: Makefile.am

package info (click to toggle)
ifuse 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: ansic: 735; sh: 39; makefile: 29
file content (13 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
AUTOMAKE_OPTIONS = foreign
SUBDIRS = docs src

EXTRA_DIST = \
	README.md

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