FreeCalypso > hg > themwi-rtp-lib
view src/Makefile @ 20:695fdb670d30
implement twrtp_endp_register_fds()
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Sun, 07 Jul 2024 04:06:16 +0000 | 
| parents | b8cb5146e5b4 | 
| children | 2032201bd034 | 
line wrap: on
 line source
OBJS= bind_fdpair.o endp_create.o endp_register.o twjit.o twjit_in.o \ twjit_out.o twjit_vty.o LIB= libtwrtp.a include ../config.defs CPPFLAGS=-I../build-inc ${OSMO_INCLUDE} HDRS= ../include/endp.h ../include/twjit.h endp_internal.h all: ${LIB} ${OBJS}: ${HDRS} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs
