aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ipc-modem/Makefile.am
blob: 361d106f44a3ae42ed85972197b51a60ac45ae91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.h \
ipc-modem-log.c \
ipc-modem-log.h

ipc_modem_LDADD = $(top_builddir)/samsung-ipc/libsamsung-ipc.la
ipc_modem_LDFLAGS = -lpthread