FreeCalypso > hg > themwi-rtp-lib
comparison src/Makefile @ 5:1bb26347e253
twjit: split into separate base/in/out modules
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 05 Jul 2024 21:24:56 +0000 |
parents | d10ea5dc61b3 |
children | 32cb5a2d1178 |
comparison
equal
deleted
inserted
replaced
4:be04d84f5468 | 5:1bb26347e253 |
---|---|
1 OBJS= twjit.o | 1 OBJS= twjit.o twjit_in.o twjit_out.o |
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 |