FreeCalypso > hg > themwi-rtp-lib
comparison src/Makefile @ 7:32cb5a2d1178
src/Makefile: add dependency on actively changing twjit.h
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 05 Jul 2024 21:38:21 +0000 |
parents | 1bb26347e253 |
children | 19367028cc6e |
comparison
equal
deleted
inserted
replaced
6:668b84c52094 | 7:32cb5a2d1178 |
---|---|
2 LIB= libtwrtp.a | 2 LIB= libtwrtp.a |
3 | 3 |
4 include ../config.defs | 4 include ../config.defs |
5 | 5 |
6 CPPFLAGS=${OSMO_INCLUDE} -I../build-inc | 6 CPPFLAGS=${OSMO_INCLUDE} -I../build-inc |
7 HDRS= ../include/twjit.h | |
7 | 8 |
8 all: ${LIB} | 9 all: ${LIB} |
10 | |
11 ${OBJS}: ${HDRS} | |
9 | 12 |
10 ${LIB}: ${OBJS} | 13 ${LIB}: ${OBJS} |
11 ar rcu $@ ${OBJS} | 14 ar rcu $@ ${OBJS} |
12 ranlib $@ | 15 ranlib $@ |
13 | 16 |