blob: ac0d7074acc5f4d9d3135001d54bb7701bbf7980 [file] [log] [blame]
Harald Weltef7598fe2019-12-16 16:52:45 +01001AM_CFLAGS = -Wall -I$(top_srcdir)/include -I/$(top_builddir)/include -I$(top_srcdir)/src \
2 $(OSMOCORE_CFLAGS) $(OSMOGSM_CFLAGS) $(OSMOABIS_CFLAGS) \
3 $(PCSC_CFLAGS) $(USB_CFLAGS) $(OSMOSIM_CFLAGS) \
4 $(OSMOSIMTRACE2_CFLAGS) \
5 -I$(top_srcdir)/include/osmocom/rspro
6
Harald Welte1200c822020-02-13 20:43:27 +01007bin_PROGRAMS = osmo-remsim-client-st2 osmo-remsim-client-shell
Harald Weltef7598fe2019-12-16 16:52:45 +01008
Harald Weltea9caad82020-02-14 14:32:02 +01009osmo_remsim_client_shell_SOURCES = user_shell.c remsim_client_main.c \
Harald Welte1200c822020-02-13 20:43:27 +010010 remsim_client.c ../rspro_client_fsm.c ../debug.c
11osmo_remsim_client_shell_LDADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOABIS_LIBS) \
Harald Weltef7598fe2019-12-16 16:52:45 +010012 $(top_builddir)/src/libosmo-rspro.la
13
14osmo_remsim_client_st2_SOURCES = simtrace2-remsim_client.c \
15 ../rspro_client_fsm.c ../debug.c
16osmo_remsim_client_st2_LDADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOABIS_LIBS) \
17 $(OSMOUSB_LIBS) $(OSMOSIMTRACE2_LIBS) \
18 $(USB_LIBS) $(OSMOSIM_LIBS) \
19 $(top_builddir)/src/libosmo-rspro.la
20
21noinst_HEADERS = client.h