mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
mod_rayo: re-added Makefile for iks helpers unit tests
This commit is contained in:
parent
d7d4625866
commit
84eb4a0404
18
src/mod/event_handlers/mod_rayo/test_iks/Makefile
Normal file
18
src/mod/event_handlers/mod_rayo/test_iks/Makefile
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
BASE=../../../../..
|
||||||
|
|
||||||
|
IKS_DIR=$(BASE)/libs/iksemel
|
||||||
|
IKS_LA=$(IKS_DIR)/src/libiksemel.la
|
||||||
|
LOCAL_CFLAGS += -I../ -I$(BASE)/libs/iksemel/include
|
||||||
|
LOCAL_OBJS= $(PCRE_LA) $(IKS_LA) main.o ../iks_helpers.o
|
||||||
|
LOCAL_SOURCES= main.c
|
||||||
|
include $(BASE)/build/modmake.rules
|
||||||
|
|
||||||
|
$(IKS_LA): $(IKS_DIR) $(IKS_DIR)/.update
|
||||||
|
@cd $(IKS_DIR) && $(MAKE)
|
||||||
|
@$(TOUCH_TARGET)
|
||||||
|
|
||||||
|
local_all:
|
||||||
|
libtool --mode=link gcc main.o ../iks_helpers.o -o test test_iks.la
|
||||||
|
|
||||||
|
local_clean:
|
||||||
|
-rm test
|
Loading…
x
Reference in New Issue
Block a user