File: Makefile.am

package info (click to toggle)
libideviceactivation 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,856 kB
  • sloc: sh: 4,165; ansic: 1,694; makefile: 53
file content (11 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include tools man

EXTRA_DIST = \
	README.md

DISTCHECK_CONFIGURE_FLAGS =

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