Bundle libsamplerate
[audio-libsamplerate.git] / libsamplerate / src / Makefile.am
CommitLineData
8529da43
MG
1# This file was automatically generated from the Makefile.am
2# DO NOT EDIT!
3
4lib_LTLIBRARIES = libsamplerate.la
5include_HEADERS = samplerate.h
6
7EXTRA_DIST = config.h.in Version_script.in check_asm.sh
8CLEANFILES = src_sinc.s
9
10COEFF_HDRS = fastest_coeffs.h mid_qual_coeffs.h high_qual_coeffs.h
11
12
13noinst_HEADERS = common.h float_cast.h $(COEFF_HDRS)
14
15SRC_SOURCES = samplerate.c src_sinc.c $(COEFF_HDRS) src_zoh.c src_linear.c
16
17# MinGW requires -no-undefined if a DLL is to be built.
18libsamplerate_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@
19libsamplerate_la_SOURCES = $(SRC_SOURCES) $(noinst_HEADERS)
20libsamplerate_la_LIBADD = -lm
21
22#-------------------------------------------------------------------------------
23# An extra check for bad asm.
24
25check-asm : check_asm.sh src_sinc.s src_linear.s src_zoh.s
26 @echo
27 @echo
28 $(srcdir)/check_asm.sh src_sinc.s
29 $(srcdir)/check_asm.sh src_linear.s
30 $(srcdir)/check_asm.sh src_zoh.s
31 @echo
32 @echo
33
34%.s : $(srcdir)/%.c
35 $(CC) -S $(CFLAGS) $(DEFAULT_INCLUDES) $(srcdir)/$+ -o $@
36
37# Disable autoheader.
38AUTOHEADER=echo
39
This page took 0.010455 seconds and 4 git commands to generate.