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

« back to all changes in this revision

Viewing changes to src/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 src/Makefile
2
 
 
3
 
TOPDIR  = ../
4
 
DFILES  = Makefile
5
 
_DIRS   = drivers include loaders player misc main plugin
6
 
DDIRS   = $(_DIRS) os2 win32
7
 
CFILES  =
8
 
DCFILES =
9
 
 
10
 
all install::
11
 
        @for i in $(PLATFORM_DIR) $(_DIRS); do  \
12
 
                (cd $$i && $(MAKE) $@)  \
13
 
        done
14
 
 
15
 
include $(TOPDIR)/Makefile.rules