~ubuntu-branches/ubuntu/trusty/lame/trusty-proposed

« back to all changes in this revision

Viewing changes to libmp3lame/i386/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2011-07-28 19:14:03 UTC
  • mfrom: (1.2.1 upstream) (10 maverick)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20110728191403-jbdct7czfqvei8q6
Tags: 3.98.4+repack2-1
* Update debian/copyright to reflect replacement of portableio code from
  upstream.
* Update README.source to mention change of portableio code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## $Id: Makefile.am,v 1.22.8.1 2008/08/25 12:38:18 rbrito Exp $
 
1
## $Id: Makefile.am,v 1.22.8.2 2010/02/26 00:55:31 robert Exp $
2
2
 
3
3
AUTOMAKE_OPTIONS = foreign $(top_srcdir)/ansi2knr
4
4
 
55
55
        test -d .libs || mkdir .libs
56
56
        $(ECHO) '# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)' >$@
57
57
        $(ECHO) "pic_object='.libs/$*.o'" >>$@
58
 
        $(ECHO) "non_pic_object='$*.o'" >>$@
 
58
        $(ECHO) "non_pic_object='.libs/$*.o'" >>$@
59
59
        $(NASM) $(NASMFLAGS) $< -o .libs/$*.o -l $@.lst
60
60
 
61
61
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \