]> git.sur5r.net Git - openocd/blob - src/helper/Makefile.am
move options handling to separate file to better support embedded implementations...
[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 options.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