File: Makefile.am

package info (click to toggle)
libapache2-mod-auth-openidc 2.4.19.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,152 kB
  • sloc: ansic: 24,226; makefile: 218; sh: 2
file content (17 lines) | stat: -rw-r--r-- 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ACLOCAL_AMFLAGS=-I m4

SUBDIRS = src test

EXTRA_DIST = \
	README.md \
	ChangeLog \
	INSTALL \
	AUTHORS \
	LICENSE.txt \
	auth_openidc.conf

clang-format:
	clang-format -style=file -i $$(find . -maxdepth 3 -name \*\.[ch])

valgrind check-code-coverage: check
	${MAKE} -C test $@