Bundle libsamplerate
[audio-libsamplerate.git] / libsamplerate / src / Makefile.am
1 # This file was automatically generated from the Makefile.am
2 # DO NOT EDIT!
3
4 lib_LTLIBRARIES = libsamplerate.la
5 include_HEADERS = samplerate.h
6
7 EXTRA_DIST = config.h.in Version_script.in check_asm.sh
8 CLEANFILES = src_sinc.s
9
10 COEFF_HDRS = fastest_coeffs.h mid_qual_coeffs.h high_qual_coeffs.h
11
12
13 noinst_HEADERS = common.h float_cast.h $(COEFF_HDRS)
14
15 SRC_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.
18 libsamplerate_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@
19 libsamplerate_la_SOURCES = $(SRC_SOURCES) $(noinst_HEADERS)
20 libsamplerate_la_LIBADD = -lm
21
22 #-------------------------------------------------------------------------------
23 # An extra check for bad asm.
24
25 check-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.
38 AUTOHEADER=echo
39
This page took 0.021159 seconds and 4 git commands to generate.