9 lines
296 B
Makefile
9 lines
296 B
Makefile
## Process this file with automake to produce Makefile.in. -*-Makefile-*-
|
|
|
|
# Disable automatic dependency tracking if using other tools than gcc and gmake
|
|
#AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
SUBDIRS = libspeex speexenc speexdec VS2003 VS2005 VS2008
|
|
|
|
EXTRA_DIST = speex.iss config.h libspeex.def
|