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

« back to all changes in this revision

Viewing changes to src/share/getopt/Makefile.lite

  • 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
#
 
2
# GNU makefile
 
3
#
 
4
 
 
5
topdir = ../../..
 
6
 
 
7
LIB_NAME = libgetopt
 
8
INCLUDES = -I$(topdir)/include -I$(topdir)/include/share
 
9
 
 
10
SRCS_C = \
 
11
        getopt.c \
 
12
        getopt1.c
 
13
 
 
14
include $(topdir)/build/lib.mk
 
15
 
 
16
# DO NOT DELETE THIS LINE -- make depend depends on it.