VS2008 project files.
[xiph/unicode.git] / speex / src / Makefile.am
blob87a03f34ee1f4850e7256a8378cc8e509078190b
1 ## Process this file with automake to produce Makefile.in. -*-Makefile-*-
3 # $Id: Makefile.am,v 1.11 2004/02/18 06:59:40 jm Exp $
5 # Disable automatic dependency tracking if using other tools than gcc and gmake
6 #AUTOMAKE_OPTIONS = no-dependencies
8 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@
10 man_MANS = speexenc.1 speexdec.1
12 EXTRA_DIST = $(man_MANS) getopt_win.h getopt.c getopt1.c wave_out.c wave_out.h skeleton.h
14 include_HEADERS = 
15 noinst_HEADERS = wav_io.h
17 bin_PROGRAMS = speexenc speexdec
19 speexenc_SOURCES = speexenc.c wav_io.c skeleton.c
20 speexenc_LDADD = $(top_builddir)/libspeex/libspeex.la $(top_builddir)/libspeex/libspeexdsp.la \
21         $(OGG_LIBS)  @FFTW3_LIBS@       
23 speexdec_SOURCES = speexdec.c wav_io.c
24 speexdec_LDADD = $(top_builddir)/libspeex/libspeex.la \
25         $(OGG_LIBS)  @FFTW3_LIBS@