16 lines
233 B
Makefile
Executable File
16 lines
233 B
Makefile
Executable File
include $(MAKEDIR)/Makefile.base
|
|
|
|
PROJECTS := libspeexdsp
|
|
INCPATH := -I include -I libspeex
|
|
LIBFILE := libspeexdsp.a
|
|
|
|
FILTER_OUT_M := %
|
|
|
|
COPYTO := ../../sdk/lib
|
|
|
|
_FLAGS := $(_FLAGS) -DHAVE_CONFIG_H
|
|
|
|
include $(MAKEDIR)/Makefile.lib
|
|
|
|
|