~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to lpc10-1.5/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2004-06-30 13:58:16 UTC
  • Revision ID: james.westby@ubuntu.com-20040630135816-wwx75gdlodkqbabb
Tags: upstream-0.12.2
ImportĀ upstreamĀ versionĀ 0.12.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST=README README-1.0 FAQ README.new
 
2
 
 
3
noinst_LTLIBRARIES=liblpc10.la
 
4
 
 
5
 
 
6
liblpc10_la_SOURCES=f2clib.c lpc10.h f2c.h\
 
7
                analys.c        \
 
8
                bsynz.c         \
 
9
                chanwr.c        \
 
10
                dcbias.c        \
 
11
                decode.c        \
 
12
                deemp.c         \
 
13
                difmag.c        \
 
14
                dyptrk.c        \
 
15
                encode.c        \
 
16
                energy.c        \
 
17
                ham84.c         \
 
18
                hp100.c         \
 
19
                invert.c        \
 
20
                irc2pc.c        \
 
21
                ivfilt.c        \
 
22
                lpcdec.c        \
 
23
                lpcenc.c        \
 
24
                lpcini.c        \
 
25
                lpfilt.c        \
 
26
                median.c        \
 
27
                mload.c         \
 
28
                onset.c         \
 
29
                pitsyn.c        \
 
30
                placea.c        \
 
31
                placev.c        \
 
32
                preemp.c        \
 
33
                prepro.c        \
 
34
                random.c        \
 
35
                rcchk.c         \
 
36
                synths.c        \
 
37
                tbdm.c          \
 
38
                voicin.c        \
 
39
                vparms.c        
 
40
                
 
41
liblpc10_la_LIBADD=-lm
 
42
                
 
43
#noinst_PROGRAMS=bitio
 
44
 
 
45
#bitio_SOURCES=bitio.c lpc10_wrapper.h
 
46
 
 
47
#bitio_LDADD=liblpc10.la
 
48
 
 
49
AM_CFLAGS=-w