[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
lttoolbox 3.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,408 kB
  • sloc: cpp: 13,225; ansic: 3,646; python: 582; makefile: 84
file content (17 lines) | stat: -rw-r--r-- 358 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 = $(PACKAGE_NAME)
DIST_SUBDIRS = $(PACKAGE_NAME)

if HAVE_PYTHON_BINDINGS
SUBDIRS += python
endif

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

EXTRA_DIST=autogen.sh utf8 tests

# TODO: the below will use python3 if you run it on Arch Linux with no python2 installed
test: tests/run_tests.py
	$(PYTHON) $<