FreeCalypso > hg > themwi-rtp-lib
comparison src/Makefile @ 19:b8cb5146e5b4
endp: beginning
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Jul 2024 02:14:01 +0000 |
parents | 2a24487453a7 |
children | 695fdb670d30 |
comparison
equal
deleted
inserted
replaced
18:ec50018cc4ea | 19:b8cb5146e5b4 |
---|---|
1 OBJS= bind_fdpair.o twjit.o twjit_in.o twjit_out.o twjit_vty.o | 1 OBJS= bind_fdpair.o endp_create.o twjit.o twjit_in.o twjit_out.o twjit_vty.o |
2 LIB= libtwrtp.a | 2 LIB= libtwrtp.a |
3 | 3 |
4 include ../config.defs | 4 include ../config.defs |
5 | 5 |
6 CPPFLAGS=-I../build-inc ${OSMO_INCLUDE} | 6 CPPFLAGS=-I../build-inc ${OSMO_INCLUDE} |
7 HDRS= ../include/twjit.h | 7 HDRS= ../include/endp.h ../include/twjit.h endp_internal.h |
8 | 8 |
9 all: ${LIB} | 9 all: ${LIB} |
10 | 10 |
11 ${OBJS}: ${HDRS} | 11 ${OBJS}: ${HDRS} |
12 | 12 |