File: Makefile.am

package info (click to toggle)
mp3fs 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 888 kB
  • sloc: cpp: 1,884; ansic: 564; sh: 298; makefile: 82
file content (19 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TESTS = test_audio \
	test_concurrent \
	test_corrupt \
	test_filenames \
	test_filesize \
	test_passthrough \
	test_picture \
	test_readlink \
	test_tags

EXTRA_DIST = $(TESTS) funcs.sh srcdir

CLEANFILES = $(patsubst %,%.builtin.log,$(TESTS))

check_PROGRAMS = fpcompare concurrent_read
fpcompare_SOURCES = fpcompare.c
fpcompare_LDADD = -lchromaprint -lsox
concurrent_read_SOURCES = concurrent_read.cc
concurrent_read_LDFLAGS = -pthread