FreeCalypso > hg > themwi-rtp-lib
view src/Makefile @ 17:2a24487453a7
implement twrtp_bind_fdpair()
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Jul 2024 00:02:44 +0000 |
parents | 073b8c7b361f |
children | b8cb5146e5b4 |
line wrap: on
line source
OBJS= bind_fdpair.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/twjit.h all: ${LIB} ${OBJS}: ${HDRS} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs