blob: e78c9796c1ebaf416b3e4b5ab2bb94403850161a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if HAVE_SUPEREQ
supereqdir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = supereq.la
supereq_la_SOURCES = supereq.c Equ.cpp Equ.h Fftsg_fl.c paramlist.hpp
AM_CFLAGS = $(CFLAGS) -std=c99 -DUSE_OOURA
AM_CPPFLAGS = $(CXXFLAGS) -fno-exceptions -fno-rtti -fno-unwind-tables -DUSE_OOURA
supereq_la_LDFLAGS = -module -avoid-version $(NOCPPLIB)
supereq_la_LIBADD = $(LDADD)
endif
|