Blame libmp3lame/vector/Makefile.am

Packit 47f805
## $Id: Makefile.am,v 1.1 2007/01/09 10:15:53 aleidinger Exp $
Packit 47f805
Packit 47f805
include $(top_srcdir)/Makefile.am.global
Packit 47f805
Packit 47f805
if WITH_XMM
Packit 47f805
noinst_LTLIBRARIES = liblamevectorroutines.la
Packit 47f805
endif
Packit 47f805
Packit 47f805
##liblamecpuroutines_la_LIBADD = 
Packit 47f805
##liblamecpuroutines_la_LDFLAGS =
Packit 47f805
Packit 47f805
INCLUDES = @INCLUDES@ \
Packit 47f805
	-I$(top_srcdir)/libmp3lame \
Packit 47f805
	-I$(top_srcdir)/mpglib \
Packit 47f805
	-I$(top_builddir)
Packit 47f805
Packit 47f805
DEFS = @DEFS@ @CONFIG_DEFS@
Packit 47f805
Packit 47f805
xmm_sources = xmm_quantize_sub.c
Packit 47f805
Packit 47f805
if WITH_XMM
Packit 47f805
liblamevectorroutines_la_SOURCES = $(xmm_sources)
Packit 47f805
endif
Packit 47f805
Packit 47f805
noinst_HEADERS = lame_intrin.h
Packit 47f805
Packit 47f805
EXTRA_liblamevectorroutines_la_SOURCES = $(xmm_sources)
Packit 47f805
Packit 47f805
CLEANFILES = lclint.txt
Packit 47f805
Packit 47f805
LCLINTFLAGS= \
Packit 47f805
	+posixlib \
Packit 47f805
	+showsummary \
Packit 47f805
	+showalluses \
Packit 47f805
	+whichlib \
Packit 47f805
	+forcehints \
Packit 47f805
	-fixedformalarray \
Packit 47f805
	+matchanyintegral \
Packit 47f805
	-Dlint
Packit 47f805
Packit 47f805
lclint.txt: ${liblamecpuroutines_la_SOURCES} ${noinst_HEADERS}
Packit 47f805
	@lclint ${LCLINTFLAGS} ${INCLUDES} ${DEFS} ${liblamecpuroutines_la_SOURCES} 2>&1 >lclint.txt || true
Packit 47f805
Packit 47f805
lclint: lclint.txt
Packit 47f805
	more lclint.txt
Packit 47f805
Packit 47f805
#$(OBJECTS): libtool
Packit 47f805
#libtool: $(LIBTOOL_DEPS)
Packit 47f805
#	$(SHELL) $(top_builddir)/config.status --recheck