File: Makefile.am

package info (click to toggle)
beast 0.7.4-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 33,500 kB
  • sloc: ansic: 197,348; cpp: 59,114; sh: 11,030; perl: 2,523; makefile: 2,474; xml: 1,026; lisp: 549; awk: 270; sed: 8
file content (60 lines) | stat: -rw-r--r-- 1,713 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# BSE - Better Sound Engine dynamic Plugins
# Copyright (C) 2003 Tim Janik
#
## GNU Lesser General Public License version 2 or any later version.
include $(top_srcdir)/Makefile.decl

SUBDIRS =

INCLUDES += -I$(top_srcdir) -I$(top_builddir) $(SFI_CFLAGS)

DEFS += -DG_LOG_DOMAIN=\"BSE-TEST\" # -DG_DISABLE_CONST_RETURNS

EXTRA_DIST += arrows.gp filter-defs.gp

noinst_PROGRAMS = $(ALLTESTS)
progs_ldadd     = $(top_builddir)/bse/libbse.la $(BSE_LIBS)

TESTS            += misctests
misctests_SOURCES = misctests.cc
misctests_LDADD   = $(progs_ldadd)

TESTS             += filtertest
SLOWTESTS         += filtertest
filtertest_SOURCES = filtertest.cc
filtertest_LDADD   = $(progs_ldadd)
EXTRA_DIST        += filtercatalog.cc

TESTS          += testfft
testfft_SOURCES = testfft.c cxxdummy.cc
testfft_LDADD   = $(progs_ldadd)

TESTS          += testcxx
testcxx_SOURCES = testcxx.cc
testcxx_LDADD   = $(progs_ldadd)

TESTS              += subnormals 
PERFTESTS          += subnormals 
subnormals_SOURCES  = subnormals.cc subnormals-aux.cc
subnormals_LDADD    = $(progs_ldadd)
subnormals_CXXFLAGS = $(AM_CXXFLAGS) -ffast-math

TESTS             += loophandle
loophandle_SOURCES = loophandle.c
loophandle_LDADD   = $(progs_ldadd)

TESTS             += blocktests
PERFTESTS         += blocktests
blocktests_SOURCES = blocktests.cc
blocktests_LDADD   = $(progs_ldadd)

TESTS                 += resamplehandle
SLOWTESTS             += resamplehandle
PERFTESTS             += resamplehandle
resamplehandle_SOURCES = resamplehandle.cc
resamplehandle_LDADD   = $(progs_ldadd)

TESTS                 += firhandle
PERFTESTS             += firhandle
firhandle_SOURCES      = firhandle.cc
firhandle_LDADD        = $(progs_ldadd)