~ubuntu-branches/ubuntu/raring/flac/raring

« back to all changes in this revision

Viewing changes to src/share/replaygain_synthesis/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-12-06 16:57:20 UTC
  • mto: (8.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20071206165720-4przr8grn6ha3e3a
Tags: upstream-1.2.1
ImportĀ upstreamĀ versionĀ 1.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
114
114
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
115
115
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
 
116
FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@
 
117
FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@
116
118
GAS = @GAS@
117
119
INSTALL_DATA = @INSTALL_DATA@
118
120
INSTALL_PROGRAM = @INSTALL_PROGRAM@
130
132
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
131
133
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
132
134
MAKEINFO = @MAKEINFO@
 
135
MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
133
136
NASM = @NASM@
134
137
OBJEXT = @OBJEXT@
135
138
OBJ_FORMAT = @OBJ_FORMAT@
211
214
 
212
215
EXTRA_DIST = \
213
216
        Makefile.lite \
214
 
        replaygain_synthesis_static.dsp
 
217
        replaygain_synthesis_static.dsp \
 
218
        replaygain_synthesis_static.vcproj
215
219
 
216
220
subdir = src/share/replaygain_synthesis
217
221
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4