~ubuntu-branches/ubuntu/quantal/flac/quantal

« back to all changes in this revision

Viewing changes to src/libFLAC/include/private/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-12-06 16:57:20 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071206165720-ldii5tm8dq6zxg0l
Tags: 1.2.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: xmms-dev dropped to allow xmms to move to universe,
    adjust maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
144
144
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
145
145
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
 
146
FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@
 
147
FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@
146
148
GAS = @GAS@
147
149
INSTALL_DATA = @INSTALL_DATA@
148
150
INSTALL_PROGRAM = @INSTALL_PROGRAM@
160
162
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
161
163
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
162
164
MAKEINFO = @MAKEINFO@
 
165
MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
163
166
NASM = @NASM@
164
167
OBJEXT = @OBJEXT@
165
168
OBJ_FORMAT = @OBJ_FORMAT@