X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2FMakefile.am;h=c9b265d2dd2c4be5615fd97d49a457f2e7eb88e3;hb=db4daee44ff258730bc72621f45b28ee46e7a073;hp=c785e2acd7d80375283f674492c26fc5241e418a;hpb=647e61cc6d9b13dd2799d2302ce9289a1627e36c;p=openocd diff --git a/src/Makefile.am b/src/Makefile.am index c785e2ac..c9b265d2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,10 +26,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/flash \ -I$(top_srcdir)/src/pld -# pass path to prefix path -libopenocd_la_CPPFLAGS = \ - -DPKGLIBDIR=\"$(pkglibdir)\" \ - -DPKGBLDDATE=\"`date +%F-%R`\" +libopenocd_la_CPPFLAGS = -DPKGBLDDATE=\"`date +%F-%R`\" if RELEASE libopenocd_la_CPPFLAGS += -DRELSTR=\"Release\" -DPKGBLDREV=\"\" @@ -92,24 +89,4 @@ if HTTPD libopenocd_la_LIBADD += -lmicrohttpd endif -nobase_dist_pkglib_DATA = \ - tcl/bitsbytes.tcl \ - tcl/chip/atmel/at91/aic.tcl \ - tcl/chip/atmel/at91/at91sam7x128.tcl \ - tcl/chip/atmel/at91/at91sam7x256.tcl \ - tcl/chip/atmel/at91/pmc.tcl \ - tcl/chip/atmel/at91/rtt.tcl \ - tcl/chip/atmel/at91/usarts.tcl \ - tcl/chip/st/stm32/stm32.tcl \ - tcl/chip/st/stm32/stm32_rcc.tcl \ - tcl/chip/st/stm32/stm32_regs.tcl \ - tcl/cpu/arm/arm7tdmi.tcl \ - tcl/cpu/arm/arm920.tcl \ - tcl/cpu/arm/arm946.tcl \ - tcl/cpu/arm/arm966.tcl \ - tcl/cpu/arm/cortex_m3.tcl \ - tcl/memory.tcl \ - tcl/mmr_helpers.tcl \ - tcl/readable.tcl - -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in