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

« back to all changes in this revision

Viewing changes to include/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:
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@
216
219
sysconfdir = @sysconfdir@
217
220
target_alias = @target_alias@
218
221
 
219
 
SUBDIRS = FLAC FLAC++ share test_libs_common
 
222
@FLaC__WITH_CPPLIBS_TRUE@CPPLIBS_DIRS = FLAC++
 
223
 
 
224
SUBDIRS = FLAC $(CPPLIBS_DIRS) share test_libs_common
220
225
subdir = include
221
226
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
222
227
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
230
235
        installdirs-recursive install-recursive uninstall-recursive \
231
236
        check-recursive installcheck-recursive
232
237
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
233
 
DIST_SUBDIRS = $(SUBDIRS)
 
238
DIST_SUBDIRS = FLAC FLAC++ share test_libs_common
234
239
all: all-recursive
235
240
 
236
241
.SUFFIXES:
405
410
            || exit 1; \
406
411
          fi; \
407
412
        done
408
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
413
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
409
414
          if test "$$subdir" = .; then :; else \
410
415
            test -d $(distdir)/$$subdir \
411
416
            || mkdir $(distdir)/$$subdir \