aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ipc-modem/Makefile.am
blob: 2f6b5379dbd450ee543379fe0edc20e5205019c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
NULL =

AM_CFLAGS = \
	-I$(top_srcdir)/include \
	$(NULL)

if WANT_STRICT_CFLAGS
AM_CFLAGS += $(STRICT_CFLAGS)
endif

bin_PROGRAMS = ipc-modem

# TODO: Find a way to make test more modular and represent each run of the
# ipc-modem in TEST while having it implemented in a single python file
PY_LOG_COMPILER = $(PYTHON)
TEST_EXTENSIONS = .py
TESTS = tests/ipc-modem.py

ipc_modem_SOURCES = ipc-modem.c ipc-modem-log.c
ipc_modem_LDADD = $(top_builddir)/samsung-ipc/libsamsung-ipc.la
ipc_modem_LDFLAGS = -lpthread