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

« back to all changes in this revision

Viewing changes to win32/VS2003/libspeexdsp/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:
61
61
AUTOHEADER = @AUTOHEADER@
62
62
AUTOMAKE = @AUTOMAKE@
63
63
AWK = @AWK@
 
64
BUILD_KISS_FFT_FALSE = @BUILD_KISS_FFT_FALSE@
 
65
BUILD_KISS_FFT_TRUE = @BUILD_KISS_FFT_TRUE@
 
66
BUILD_SMALLFT_FALSE = @BUILD_SMALLFT_FALSE@
 
67
BUILD_SMALLFT_TRUE = @BUILD_SMALLFT_TRUE@
64
68
CC = @CC@
65
69
CCDEPMODE = @CCDEPMODE@
66
70
CFLAGS = @CFLAGS@
74
78
DEFS = @DEFS@
75
79
DEPDIR = @DEPDIR@
76
80
DLLTOOL = @DLLTOOL@
 
81
DSYMUTIL = @DSYMUTIL@
77
82
ECHO = @ECHO@
78
83
ECHO_C = @ECHO_C@
79
84
ECHO_N = @ECHO_N@
82
87
EXEEXT = @EXEEXT@
83
88
F77 = @F77@
84
89
FFLAGS = @FFLAGS@
 
90
FFT_CFLAGS = @FFT_CFLAGS@
 
91
FFT_LIBS = @FFT_LIBS@
 
92
FFT_PKGCONFIG = @FFT_PKGCONFIG@
85
93
GREP = @GREP@
86
94
INSTALL_DATA = @INSTALL_DATA@
87
95
INSTALL_PROGRAM = @INSTALL_PROGRAM@
97
105
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
98
106
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
99
107
MAKEINFO = @MAKEINFO@
 
108
NMEDIT = @NMEDIT@
100
109
OBJDUMP = @OBJDUMP@
101
110
OBJEXT = @OBJEXT@
102
111
OGG_CFLAGS = @OGG_CFLAGS@
108
117
PACKAGE_TARNAME = @PACKAGE_TARNAME@
109
118
PACKAGE_VERSION = @PACKAGE_VERSION@
110
119
PATH_SEPARATOR = @PATH_SEPARATOR@
 
120
PKG_CONFIG = @PKG_CONFIG@
111
121
RANLIB = @RANLIB@
112
122
SED = @SED@
113
123
SET_MAKE = @SET_MAKE@