mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 18:41:57 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4562 d0543943-73ff-0310-b7d9-9358b9ac24b2
12 lines
406 B
Makefile
12 lines
406 B
Makefile
# define these targets in your makefile if you wish
|
|
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
|
|
|
|
# and define these variables to imapact your build
|
|
LOCAL_CFLAGS=-I$(PREFIX)/include/howl
|
|
LOCAL_LDFLAGS=-lhowl
|
|
LOCAL_OBJS=
|
|
include $(BASE)/build/modmake.rules
|
|
|
|
local_depend:
|
|
$(BASE)/build/buildlib.sh $(BASE) install howl-1.0.0.tar.gz --prefix=$(PREFIX)
|