2007-03-12 04:21:54 +00:00
|
|
|
# define these targets in your makefile if you wish
|
|
|
|
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
|
2006-01-03 22:13:59 +00:00
|
|
|
|
2007-03-12 05:17:17 +00:00
|
|
|
# and define these variables to impact your build
|
2007-03-13 18:23:49 +00:00
|
|
|
MODNAME=mod_speex
|
2007-03-12 04:21:54 +00:00
|
|
|
LOCAL_CFLAGS=-I$(BASE)/libs/speex/include
|
|
|
|
LOCAL_LDFLAGS=$(BASE)/libs/speex/libspeex/libspeex.la
|
|
|
|
LOCAL_OBJS=
|
2007-03-13 18:23:49 +00:00
|
|
|
include ../../../../build/modmake.rules
|
2006-01-03 22:13:59 +00:00
|
|
|
|
2007-03-12 04:21:54 +00:00
|
|
|
local_depend:
|
|
|
|
cd $(BASE)/libs/speex && $(MAKE)
|