~ubuntu-branches/ubuntu/hoary/flac/hoary

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2004-04-16 15:14:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040416151431-eyloggqxpwbwpogz
Tags: 1.1.0-11
Ensure that libFLAC is linked with -lm on all architectures, and
regardless of whether nasm is present

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#  FLAC - Free Lossless Audio Codec
2
 
#  Copyright (C) 2001  Josh Coalson
 
2
#  Copyright (C) 2001,2002,2003  Josh Coalson
3
3
#
4
4
#  This program is part of FLAC; you can redistribute it and/or
5
5
#  modify it under the terms of the GNU General Public License
27
27
#
28
28
# distclean: remove everything except what goes in the distribution
29
29
#
30
 
# The old 'debug' target is obsolete; configure the source tree with
31
 
# ./configure --enable-debug to enable debugging and self-tests
32
 
#
33
 
# The old 'release' target is obsolete; this is now the default
34
 
#
35
 
 
36
 
 
37
 
SUBDIRS = doc include man src test
 
30
 
 
31
SUBDIRS = doc include man src test build flac.pbproj obj
38
32
 
39
33
DISTCLEANFILES = libtool-disable-static
40
34
 
 
35
EXTRA_DIST = \
 
36
        COPYING.FDL \
 
37
        COPYING.GPL \
 
38
        COPYING.LGPL \
 
39
        FLAC.dsw \
 
40
        Makefile.lite \
 
41
        all.dsp \
 
42
        all_dynamic.dsp \
 
43
        all_static.dsp \
 
44
        autogen.sh \
 
45
        config.rpath \
 
46
        depcomp \
 
47
        ltmain.sh \
 
48
        strip_fPIC.sh
 
49
 
41
50
AUTOMAKE_OPTIONS = foreign