~ubuntu-branches/ubuntu/saucy/speex/saucy-proposed

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ron Lee
  • Date: 2008-06-04 03:48:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080604034819-jc7eevhn9behha7w
Tags: 1.2~beta4-2
Move the extra sse libs to /usr/lib/sse2.  That is a bit more elitist than
we need to be, but the linker already looks there without adding yet another
path permutation, and in practice most people who really care about how long
this is going to take won't find that sets the bar too high for them at all.

Actually, it's apparently ldconfig rather than the linker that is missing
this path, but this will still do for now while people figure out if or when
that should be fixed too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
AUTOHEADER = @AUTOHEADER@
68
68
AUTOMAKE = @AUTOMAKE@
69
69
AWK = @AWK@
 
70
BUILD_KISS_FFT_FALSE = @BUILD_KISS_FFT_FALSE@
 
71
BUILD_KISS_FFT_TRUE = @BUILD_KISS_FFT_TRUE@
 
72
BUILD_SMALLFT_FALSE = @BUILD_SMALLFT_FALSE@
 
73
BUILD_SMALLFT_TRUE = @BUILD_SMALLFT_TRUE@
70
74
CC = @CC@
71
75
CCDEPMODE = @CCDEPMODE@
72
76
CFLAGS = @CFLAGS@
80
84
DEFS = @DEFS@
81
85
DEPDIR = @DEPDIR@
82
86
DLLTOOL = @DLLTOOL@
 
87
DSYMUTIL = @DSYMUTIL@
83
88
ECHO = @ECHO@
84
89
ECHO_C = @ECHO_C@
85
90
ECHO_N = @ECHO_N@
88
93
EXEEXT = @EXEEXT@
89
94
F77 = @F77@
90
95
FFLAGS = @FFLAGS@
 
96
FFT_CFLAGS = @FFT_CFLAGS@
 
97
FFT_LIBS = @FFT_LIBS@
 
98
FFT_PKGCONFIG = @FFT_PKGCONFIG@
91
99
GREP = @GREP@
92
100
INSTALL_DATA = @INSTALL_DATA@
93
101
INSTALL_PROGRAM = @INSTALL_PROGRAM@
103
111
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
104
112
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
105
113
MAKEINFO = @MAKEINFO@
 
114
NMEDIT = @NMEDIT@
106
115
OBJDUMP = @OBJDUMP@
107
116
OBJEXT = @OBJEXT@
108
117
OGG_CFLAGS = @OGG_CFLAGS@
114
123
PACKAGE_TARNAME = @PACKAGE_TARNAME@
115
124
PACKAGE_VERSION = @PACKAGE_VERSION@
116
125
PATH_SEPARATOR = @PATH_SEPARATOR@
 
126
PKG_CONFIG = @PKG_CONFIG@
117
127
RANLIB = @RANLIB@
118
128
SED = @SED@
119
129
SET_MAKE = @SET_MAKE@