File: Makefile.am

package info (click to toggle)
lame 3.99.5%2Brepack1-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,212 kB
  • ctags: 4,697
  • sloc: ansic: 32,994; sh: 12,500; cpp: 8,216; makefile: 448; pascal: 215; perl: 33; xml: 13
file content (50 lines) | stat: -rw-r--r-- 1,066 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
## $Id: Makefile.am,v 1.1 2007/01/09 10:15:53 aleidinger Exp $

include $(top_srcdir)/Makefile.am.global

if WITH_XMM
noinst_LTLIBRARIES = liblamevectorroutines.la
endif

##liblamecpuroutines_la_LIBADD = 
##liblamecpuroutines_la_LDFLAGS =

INCLUDES = @INCLUDES@ \
	-I$(top_srcdir)/libmp3lame \
	-I$(top_srcdir)/mpglib \
	-I$(top_builddir)

DEFS = @DEFS@ @CONFIG_DEFS@

xmm_sources = xmm_quantize_sub.c

if WITH_XMM
liblamevectorroutines_la_SOURCES = $(xmm_sources)
liblamevectorroutines_la_CFLAGS = -msse
endif

noinst_HEADERS = lame_intrin.h

EXTRA_liblamevectorroutines_la_SOURCES = $(xmm_sources)

CLEANFILES = lclint.txt

LCLINTFLAGS= \
	+posixlib \
	+showsummary \
	+showalluses \
	+whichlib \
	+forcehints \
	-fixedformalarray \
	+matchanyintegral \
	-Dlint

lclint.txt: ${liblamecpuroutines_la_SOURCES} ${noinst_HEADERS}
	@lclint ${LCLINTFLAGS} ${INCLUDES} ${DEFS} ${liblamecpuroutines_la_SOURCES} 2>&1 >lclint.txt || true

lclint: lclint.txt
	more lclint.txt

#$(OBJECTS): libtool
#libtool: $(LIBTOOL_DEPS)
#	$(SHELL) $(top_builddir)/config.status --recheck