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