openocd: build: add SPDX tag
[fw/openocd] / src / helper / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 noinst_LTLIBRARIES += %D%/libhelper.la
4
5 %C%_libhelper_la_SOURCES = \
6         %D%/binarybuffer.c \
7         %D%/options.c \
8         %D%/time_support_common.c \
9         %D%/configuration.c \
10         %D%/log.c \
11         %D%/command.c \
12         %D%/time_support.c \
13         %D%/replacements.c \
14         %D%/fileio.c \
15         %D%/util.c \
16         %D%/jep106.c \
17         %D%/jim-nvp.c \
18         %D%/align.h \
19         %D%/binarybuffer.h \
20         %D%/bits.h \
21         %D%/configuration.h \
22         %D%/list.h \
23         %D%/util.h \
24         %D%/types.h \
25         %D%/log.h \
26         %D%/command.h \
27         %D%/time_support.h \
28         %D%/replacements.h \
29         %D%/fileio.h \
30         %D%/system.h \
31         %D%/jep106.h \
32         %D%/jep106.inc \
33         %D%/jim-nvp.h
34
35 STARTUP_TCL_SRCS += %D%/startup.tcl
36 EXTRA_DIST += \
37         %D%/bin2char.sh \
38         %D%/update_jep106.pl