- drscan is now a low level tcl command: execute DR scan <device> <num_bits> <value> <num_bits1> <value2> - removed obsolete partial command text support git-svn-id: svn://svn.berlios.de/openocd/trunk@791 b42882b7-edfa-0310-969c-e2dbd0fdcd60
16 lines
467 B
Makefile
16 lines
467 B
Makefile
INCLUDES = $(all_includes)
|
|
METASOURCES = AUTO
|
|
AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@
|
|
noinst_LIBRARIES = libhelper.a
|
|
|
|
if ECOSBOARD
|
|
CONFIGFILES =
|
|
else
|
|
CONFIGFILES = options.c
|
|
endif
|
|
|
|
libhelper_a_SOURCES = binarybuffer.c $(CONFIGFILES) configuration.c log.c command.c time_support.c \
|
|
replacements.c fileio.c
|
|
noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \
|
|
time_support.h replacements.h fileio.h
|