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

« back to all changes in this revision

Viewing changes to src/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:
130
130
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
131
131
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
132
132
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
 
133
FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@
 
134
FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@
133
135
GAS = @GAS@
134
136
INSTALL_DATA = @INSTALL_DATA@
135
137
INSTALL_PROGRAM = @INSTALL_PROGRAM@
147
149
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
148
150
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
149
151
MAKEINFO = @MAKEINFO@
 
152
MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
150
153
NASM = @NASM@
151
154
OBJEXT = @OBJEXT@
152
155
OBJ_FORMAT = @OBJ_FORMAT@
218
221
 
219
222
@FLaC__HAS_XMMS_TRUE@XMMS_DIRS = plugin_common plugin_xmms
220
223
 
 
224
@FLaC__WITH_CPPLIBS_TRUE@CPPLIBS_DIRS = libFLAC++ test_libFLAC++
 
225
 
221
226
SUBDIRS = \
222
227
        libFLAC \
223
 
        libFLAC++ \
224
228
        share \
225
229
        flac \
226
230
        metaflac \
230
234
        test_grabbag \
231
235
        test_libs_common \
232
236
        test_libFLAC \
233
 
        test_libFLAC++ \
234
237
        test_seeking \
235
 
        test_streams
 
238
        test_streams \
 
239
        $(CPPLIBS_DIRS)
236
240
 
237
241
 
238
242
EXTRA_DIST = \
251
255
        installdirs-recursive install-recursive uninstall-recursive \
252
256
        check-recursive installcheck-recursive
253
257
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
254
 
DIST_SUBDIRS = libFLAC libFLAC++ share flac metaflac \
255
 
        monkeys_audio_utilities plugin_common plugin_xmms \
256
 
        plugin_winamp2 test_grabbag test_libs_common test_libFLAC \
257
 
        test_libFLAC++ test_seeking test_streams
 
258
DIST_SUBDIRS = libFLAC share flac metaflac monkeys_audio_utilities \
 
259
        plugin_common plugin_xmms plugin_winamp2 test_grabbag \
 
260
        test_libs_common test_libFLAC test_seeking test_streams \
 
261
        libFLAC++ test_libFLAC++
258
262
all: all-recursive
259
263
 
260
264
.SUFFIXES: