91fe01b665a048e72d8a2702ad50b5c49b7ab608
[fw/openocd] / src / helper / Makefile.am
1 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3 AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@
4 noinst_LIBRARIES = libhelper.a
5 libhelper_a_SOURCES = binarybuffer.c configuration.c options.c log.c interpreter.c command.c time_support.c \
6         replacements.c fileio.c
7 noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \
8         interpreter.h time_support.h replacements.h fileio.h