FreeCalypso > hg > ice1-trau-tester
comparison pcm/Makefile @ 5:7233c10af3ad
pcm: hook in stdin select mechanism
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 23 Jun 2024 18:33:09 +0000 |
parents | c03ec046471f |
children | 631f2db08538 |
comparison
equal
deleted
inserted
replaced
4:2ce0ed560a34 | 5:7233c10af3ad |
---|---|
1 PROG= itt-pcm-one | 1 PROG= itt-pcm-one |
2 OBJS= main.o read_ts.o | 2 OBJS= main.o read_ts.o user_cmd.o |
3 LIBUTIL=../libutil/libutil.a | 3 LIBUTIL=../libutil/libutil.a |
4 | 4 |
5 include ../config.defs | 5 include ../config.defs |
6 | 6 |
7 CPPFLAGS=${OSMO_INCLUDE} | 7 CPPFLAGS=${OSMO_INCLUDE} |