~ubuntu-branches/debian/squeeze/stella/squeeze

« back to all changes in this revision

Viewing changes to src/emucore/rsynth/module.mk

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna, Franczen Attila, Luca Falavigna
  • Date: 2008-11-08 12:04:12 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20081108120412-w6xq87vzgokstfey
Tags: 2.6.1-0ubuntu1
[ Franczen Attila ]
* New upstream release (LP: #183571).
* Updated policy to 3.8.0.

[ Luca Falavigna ]
* debian/patches/gcc-4.3: fix FTBFS with gcc-4.3 compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MODULE := src/emucore/rsynth
 
2
 
 
3
MODULE_OBJS := \
 
4
        src/emucore/rsynth/darray.o \
 
5
        src/emucore/rsynth/elements.o \
 
6
        src/emucore/rsynth/holmes.o \
 
7
        src/emucore/rsynth/opsynth.o \
 
8
        src/emucore/rsynth/phones.o \
 
9
        src/emucore/rsynth/phtoelm.o \
 
10
        src/emucore/rsynth/trie.o
 
11
 
 
12
MODULE_DIRS += \
 
13
        src/emucore/rsynth
 
14
 
 
15
# Include common rules
 
16
include $(srcdir)/common.rules