flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / Makefile.am
index c1de02da0d1748bf0831ee7e4c2d3ce16e0814e6..41daf9522c9dd1439848e32e940d50e66b7eee88 100644 (file)
@@ -1,7 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # not a GNU package. You can remove this line, if
 # have all needed files, that a GNU package needs
 AUTOMAKE_OPTIONS = gnu 1.6
 
+.DELETE_ON_ERROR:
+
 # make sure we pass the correct jimtcl flags to distcheck
 DISTCHECK_CONFIGURE_FLAGS = --disable-install-jim
 
@@ -34,7 +38,6 @@ AM_CFLAGS = $(GCC_WARNINGS)
 AM_CPPFLAGS = $(HOST_CPPFLAGS)\
                          -I$(top_srcdir)/src \
                          -I$(top_builddir)/src \
-                         -I$(top_srcdir)/src/helper \
                          -DPKGDATADIR=\"$(pkgdatadir)\" \
                          -DBINDIR=\"$(bindir)\"
 
@@ -42,15 +45,26 @@ if INTERNAL_JIMTCL
 AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \
                           -I$(top_builddir)/jimtcl
 endif
-EXTRA_DIST_NEWS != ls $(srcdir)/NEWS-*
 EXTRA_DIST += \
        BUGS \
        HACKING \
        NEWTAPS \
        README.Windows \
-       README.OSX \
+       README.macOS \
        $(EXTRA_DIST_NEWS) \
        Doxyfile.in \
+       LICENSES/license-rules.txt \
+       LICENSES/exceptions/eCos-exception-2.0 \
+       LICENSES/preferred/BSD-1-Clause \
+       LICENSES/preferred/BSD-2-Clause \
+       LICENSES/preferred/BSD-2-Clause-Views \
+       LICENSES/preferred/BSD-3-Clause \
+       LICENSES/preferred/BSD-Source-Code \
+       LICENSES/preferred/GFDL-1.2 \
+       LICENSES/preferred/gfdl-1.2.texi.readme \
+       LICENSES/preferred/GPL-2.0 \
+       LICENSES/preferred/MIT \
+       LICENSES/stand-alone/GPL-3.0 \
        tools/logger.pl \
        tools/rlink_make_speed_table \
        tools/st7_dtc_as \