~ubuntu-branches/ubuntu/oneiric/xmp/oneiric

« back to all changes in this revision

Viewing changes to lib/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2010-01-15 01:15:22 UTC
  • mfrom: (1.1.8 upstream) (4.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100115011522-r4otlsg687ee1yx4
Tags: 3.0.0+20090923-1ubuntu1
* Merge from debian testing (LP: #507732).  Reamining changes:
  + Add PulseAudio support:
    - debian/rules: Add --enable-pulseaudio to ./configure
  + RFE Compile with 128 bit mixer:
    - dpatch support

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Extended Module player lib/Makefile
2
 
 
3
 
TOPDIR  = ..
4
 
DFILES  = Makefile
5
 
CFILES  = $(MYLIB) $(MYLIB:.a=-pic.a)
6
 
DCFILES = 
7
 
MYLIB   = libxmp.a
8
 
 
9
 
all: $(MYLIB)
10
 
 
11
 
include $(TOPDIR)/Makefile.rules
12
 
 
13
 
$(MYLIB):
14
 
        $(MAKE) -C $(TOPDIR)/src
15
 
 
16
 
install::
17