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:
|
2007-03-11 03:09:36 +00:00
|
|
|
|
2007-03-12 04:21:54 +00:00
|
|
|
# and define these variables to imapact your build
|
|
|
|
LOCAL_CFLAGS=
|
|
|
|
LOCAL_LDFLAGS=-lshout -lmp3lame
|
|
|
|
LOCAL_OBJS=
|
|
|
|
include $(BASE)/build/modmake.rules
|
2007-03-11 03:09:36 +00:00
|
|
|
|
2007-03-12 04:21:54 +00:00
|
|
|
local_depend:
|
|
|
|
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install lame-3.97.tar.gz --prefix=$(PREFIX) --disable-shared --with-pic
|
|
|
|
MOD_CFLAGS="${ALL_CFLAGS}" MOD_LDFLAGS="${LD_CFLAGS}" MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install libshout-2.2.2.tar.gz --disable-shared --with-pic --prefix=$(PREFIX)
|