~ubuntu-branches/ubuntu/feisty/flac/feisty

« back to all changes in this revision

Viewing changes to src/share/getopt/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
## Process this file with automake to produce Makefile.in
 
2
 
 
3
AUTOMAKE_OPTIONS = foreign
 
4
 
 
5
INCLUDES = -I$(top_srcdir)/include/share
 
6
 
 
7
noinst_LIBRARIES = libgetopt.a
 
8
 
 
9
libgetopt_a_SOURCES = getopt.c getopt1.c
 
10
 
 
11
EXTRA_DIST = \
 
12
        Makefile.lite \
 
13
        getopt_static.dsp
 
14
 
 
15
debug:
 
16
        $(MAKE) all CFLAGS="@DEBUG@"
 
17
 
 
18
profile:
 
19
        $(MAKE) all CFLAGS="@PROFILE@"