blob: 3d4f355d1d0775f134ebdb5b4ce5beef8d513b44 [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 Welted5a87292020-02-13 16:44:56 +01007bin_PROGRAMS = osmo-remsim-client-st2 remsim-client
Harald Weltef7598fe2019-12-16 16:52:45 +01008
9remsim_client_SOURCES = remsim_client.c ../rspro_client_fsm.c ../debug.c
10remsim_client_LDADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOABIS_LIBS) \
11 $(top_builddir)/src/libosmo-rspro.la
12
13osmo_remsim_client_st2_SOURCES = simtrace2-remsim_client.c \
14 ../rspro_client_fsm.c ../debug.c
15osmo_remsim_client_st2_LDADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOABIS_LIBS) \
16 $(OSMOUSB_LIBS) $(OSMOSIMTRACE2_LIBS) \
17 $(USB_LIBS) $(OSMOSIM_LIBS) \
18 $(top_builddir)/src/libosmo-rspro.la
19
20noinst_HEADERS = client.h