]> git.sur5r.net Git - openocd/blob - src/helper/Makefile.am
2214146cd5847af99bf5b8211aba46b6897ce6f0
[openocd] / src / helper / Makefile.am
1 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3 noinst_LIBRARIES = libhelper.a
4 libhelper_a_SOURCES = binarybuffer.c configuration.c log.c interpreter.c command.c time_support.c \
5         replacements.c fileio.c
6 noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \
7         interpreter.h time_support.h replacements.h fileio.h