File: Makefile.am

package info (click to toggle)
fplll 5.5.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,984 kB
  • sloc: cpp: 21,104; javascript: 1,284; sh: 1,050; makefile: 198; perl: 46; python: 42
file content (18 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS            = fplll tests
include_fpllldir   = $(includedir)/fplll
EXTRA_DIST         = README.md tools/reformat.pl tools/reformat_magma.pl tools/plot_gso_dump.py strategies/default.json
ACLOCAL_AMFLAGS    = -I m4

CLEANFILES = *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda

pkgconfigdir       = $(libdir)/pkgconfig
pkgconfig_DATA     = fplll.pc

strategydir        = @FPLLL_DEFAULT_STRATEGY_PATH@
dist_strategy_DATA = strategies/default.json

CLANGFORMAT       ?= clang-format
.PHONY: check-style
check-style:
	-bash .check-m4.sh
	$(CLANGFORMAT) -i --style=file fplll/*.{cpp,h} fplll/*/*.{cpp,h,inl} tests/*.cpp