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-02-13 23:59:14 +00:00
|
|
|
|
2007-03-12 05:17:17 +00:00
|
|
|
# and define these variables to impact your build
|
2007-03-12 04:21:54 +00:00
|
|
|
LOCAL_CFLAGS=-I$(PREFIX)/include/howl
|
|
|
|
LOCAL_LDFLAGS=-lhowl
|
|
|
|
LOCAL_OBJS=
|
|
|
|
include $(BASE)/build/modmake.rules
|
2006-02-13 23:59:14 +00:00
|
|
|
|
2007-03-12 04:21:54 +00:00
|
|
|
local_depend:
|
2006-02-13 23:59:14 +00:00
|
|
|
$(BASE)/build/buildlib.sh $(BASE) install howl-1.0.0.tar.gz --prefix=$(PREFIX)
|