1159b3361Sopenharmony_ci## $Id$
2159b3361Sopenharmony_ci
3159b3361Sopenharmony_ciinclude $(top_srcdir)/Makefile.am.global
4159b3361Sopenharmony_ci
5159b3361Sopenharmony_ciif WITH_XMM
6159b3361Sopenharmony_cinoinst_LTLIBRARIES = liblamevectorroutines.la
7159b3361Sopenharmony_ciendif
8159b3361Sopenharmony_ci
9159b3361Sopenharmony_ci##liblamecpuroutines_la_LIBADD = 
10159b3361Sopenharmony_ci##liblamecpuroutines_la_LDFLAGS =
11159b3361Sopenharmony_ci
12159b3361Sopenharmony_ciINCLUDES = @INCLUDES@ \
13159b3361Sopenharmony_ci	-I$(top_srcdir)/libmp3lame \
14159b3361Sopenharmony_ci	-I$(top_srcdir)/mpglib \
15159b3361Sopenharmony_ci	-I$(top_builddir)
16159b3361Sopenharmony_ci
17159b3361Sopenharmony_ciDEFS = @DEFS@ @CONFIG_DEFS@
18159b3361Sopenharmony_ci
19159b3361Sopenharmony_cixmm_sources = xmm_quantize_sub.c
20159b3361Sopenharmony_ci
21159b3361Sopenharmony_ciif WITH_XMM
22159b3361Sopenharmony_ciliblamevectorroutines_la_SOURCES = $(xmm_sources)
23159b3361Sopenharmony_ciendif
24159b3361Sopenharmony_ci
25159b3361Sopenharmony_cinoinst_HEADERS = lame_intrin.h
26159b3361Sopenharmony_ci
27159b3361Sopenharmony_ciEXTRA_liblamevectorroutines_la_SOURCES = $(xmm_sources)
28159b3361Sopenharmony_ci
29159b3361Sopenharmony_ciCLEANFILES = lclint.txt
30159b3361Sopenharmony_ci
31159b3361Sopenharmony_ciLCLINTFLAGS= \
32159b3361Sopenharmony_ci	+posixlib \
33159b3361Sopenharmony_ci	+showsummary \
34159b3361Sopenharmony_ci	+showalluses \
35159b3361Sopenharmony_ci	+whichlib \
36159b3361Sopenharmony_ci	+forcehints \
37159b3361Sopenharmony_ci	-fixedformalarray \
38159b3361Sopenharmony_ci	+matchanyintegral \
39159b3361Sopenharmony_ci	-Dlint
40159b3361Sopenharmony_ci
41159b3361Sopenharmony_cilclint.txt: ${liblamecpuroutines_la_SOURCES} ${noinst_HEADERS}
42159b3361Sopenharmony_ci	@lclint ${LCLINTFLAGS} ${INCLUDES} ${DEFS} ${liblamecpuroutines_la_SOURCES} 2>&1 >lclint.txt || true
43159b3361Sopenharmony_ci
44159b3361Sopenharmony_cilclint: lclint.txt
45159b3361Sopenharmony_ci	more lclint.txt
46159b3361Sopenharmony_ci
47159b3361Sopenharmony_ci#$(OBJECTS): libtool
48159b3361Sopenharmony_ci#libtool: $(LIBTOOL_DEPS)
49159b3361Sopenharmony_ci#	$(SHELL) $(top_builddir)/config.status --recheck
50