From: <kc...@ma...> - 2009-01-20 04:55:53
|
Author: kc8apf Date: 2009-01-20 04:55:38 +0100 (Tue, 20 Jan 2009) New Revision: 1345 Modified: trunk/Makefile.am trunk/doc/Makefile.am trunk/src/Makefile.am trunk/src/flash/Makefile.am trunk/src/helper/Makefile.am trunk/src/jtag/Makefile.am trunk/src/pld/Makefile.am trunk/src/server/Makefile.am trunk/src/svf/Makefile.am trunk/src/target/Makefile.am trunk/src/xsvf/Makefile.am Log: Fix 'make maintainer-clean' courtesy of Zach Welch <zw...@su...> Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -11,3 +11,14 @@ contrib/libdcc/README SUBDIRS = src doc + +MAINTAINERCLEANFILES = \ + configure \ + Makefile.in \ + depcomp \ + config.guess \ + config.sub \ + config.h.in \ + missing \ + aclocal.m4 \ + install-sh Modified: trunk/doc/Makefile.am =================================================================== --- trunk/doc/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/doc/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -3,3 +3,4 @@ man_MANS = openocd.1 EXTRA_DIST = openocd.1 +MAINTAINERCLEANFILES = Makefile.in mdate-sh texinfo.tex Modified: trunk/src/Makefile.am =================================================================== --- trunk/src/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -95,3 +95,5 @@ tcl/memory.tcl \ tcl/mmr_helpers.tcl \ tcl/readable.tcl + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/flash/Makefile.am =================================================================== --- trunk/src/flash/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/flash/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -8,3 +8,5 @@ noinst_HEADERS = flash.h lpc2000.h cfi.h non_cfi.h at91sam7.h at91sam7_old.h str7x.h str9x.h nand.h lpc3180_nand_controller.h \ stellaris.h str9xpec.h stm32x.h tms470.h s3c24xx_nand.h s3c24xx_regs_nand.h lpc288x.h mflash.h \ ocl.h pic32mx.h + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/helper/Makefile.am =================================================================== --- trunk/src/helper/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/helper/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -32,3 +32,5 @@ # add startup_tcl.c to make clean list CLEANFILES = startup_tcl.c bin2char$(EXEEXT_FOR_BUILD) + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/jtag/Makefile.am =================================================================== --- trunk/src/jtag/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/jtag/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -106,3 +106,5 @@ $(AT91RM9200FILES) $(GW16012FILES) $(BITQFILES) $(PRESTOFILES) $(USBPROGFILES) $(ECOSBOARDFILES) $(JLINKFILES) $(RLINKFILES) $(VSLLINKFILES) noinst_HEADERS = bitbang.h jtag.h bitq.h rlink/dtc_cmd.h rlink/ep1_cmd.h rlink/rlink.h rlink/st7.h + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/pld/Makefile.am =================================================================== --- trunk/src/pld/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/pld/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -3,3 +3,5 @@ noinst_LIBRARIES = libpld.a noinst_HEADERS = pld.h xilinx_bit.h virtex2.h libpld_a_SOURCES = pld.c xilinx_bit.c virtex2.c + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/server/Makefile.am =================================================================== --- trunk/src/server/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/server/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -17,3 +17,5 @@ nobase_dist_pkglib_DATA = $(wildcard $(srcdir)/httpd/*.tcl $(srcdir)/httpd/*.css $(srcdir)/httpd/menu_cuts/*.png) endif AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@ + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/svf/Makefile.am =================================================================== --- trunk/src/svf/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/svf/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -3,3 +3,5 @@ noinst_LIBRARIES = libsvf.a noinst_HEADERS = svf.h libsvf_a_SOURCES = svf.c + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/target/Makefile.am =================================================================== --- trunk/src/target/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/target/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -28,3 +28,5 @@ nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/interface/*.cfg) # Various preconfigured boards nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/board/*.cfg) + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/xsvf/Makefile.am =================================================================== --- trunk/src/xsvf/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/xsvf/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -3,3 +3,5 @@ noinst_LIBRARIES = libxsvf.a noinst_HEADERS = xsvf.h libxsvf_a_SOURCES = xsvf.c + +MAINTAINERCLEANFILES = Makefile.in |