openocd/src/jtag
zwelch 66add57aa5 Update autotools scripts to require automake 1.6. The configure.in script
already required autoconf 2.59 (circa 2006), so there is no reason to
support versions of automake older than 1.6 (circa 2002).

The first part of this patch upgrades the configure.in script:

     1. Use current calling conventions for the AC_INIT and
        AM_INIT_AUTOMAKE macros, bringing their usage up-to-date with
        the version of autoconf already specified by AC_PREREQ.
     2. Add AC_CONFIG_SRCDIR macro, required by new version of AC_INIT.
     3. Automatically enable all of automake's warnings except Makefile
        portability (which OpenOCD violates by using GNU make's $(wildcard)).
        [[ While automake has its own -Werror option, I did not enabled it
        due to existing warnings. ]]
     4. Add the missing AM_PROG_C_O check, required by the build rules for
        openocd.o in src/Makefile.am.
     5. Adjust version number to show progress toward the next release.
     6. Include a bug reporting e-mail address to direct users to this list.

This patch makes the following adjustments to the Makefile.am files:

     1. Update AUTOMAKE_OPTIONS to require automake version 1.6
     2. Rewrite all deprecated INCLUDES assignments as AM_CPPFLAGS
     3. Clean-up all AM_CPPFLAGS declarations to be patch-friendly.
     4. Remove vestigial references to $(all_includes)
     5. Remove erroneous references to @CPPFLAGS@ (only use AM_CPPFLAGS)
     6. Remove unused -I and -D directives in helper/, flash/, target/


git-svn-id: svn://svn.berlios.de/openocd/trunk@1591 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-05-02 22:35:02 +00:00
..
rlink Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
amt_jtagaccel.c Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and drivers 2009-04-21 05:29:23 +00:00
arm-jtag-ew.c Zach Welch <zw@superlucidity.net> add --enable-verbose* options 2009-04-21 11:37:15 +00:00
at91rm9200.c Zach Welch <zw@superlucidity.net> add static keywords to at91rm9200 2009-04-21 06:23:47 +00:00
bitbang.c Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and drivers 2009-04-21 05:29:23 +00:00
bitbang.h - added myself to copyright on files i remember adding large contributions for over the years 2008-09-20 10:50:53 +00:00
bitq.c Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and drivers 2009-04-21 05:29:23 +00:00
bitq.h - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible) 2007-07-15 11:19:33 +00:00
dummy.c eol-style native 2009-04-28 06:28:39 +00:00
ep93xx.c Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and drivers 2009-04-21 05:29:23 +00:00
ft2232.c Michael Bruck <mbruck@digenius.de>: sys/select.h must preceed windows.h. 2009-04-30 00:59:46 +00:00
gw16012.c Zach Welch <zw@superlucidity.net> fix gw16012 with --enable-parport_ppdev 2009-04-28 07:34:43 +00:00
jlink.c Fix jlink usb_bulk_with_retries to return actual error codes. 2009-04-29 06:30:44 +00:00
jtag.c Remove superflous spaces from new JTAG table to fix formatting. 2009-05-01 23:42:43 +00:00
jtag.h Remove redundant declarations to allow building with -Wredundant-decls. 2009-04-29 01:43:01 +00:00
Makefile.am Update autotools scripts to require automake 1.6. The configure.in script 2009-05-02 22:35:02 +00:00
parport.c Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and drivers 2009-04-21 05:29:23 +00:00
presto.c Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and drivers 2009-04-21 05:29:23 +00:00
usbprog.c Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and drivers 2009-04-21 05:29:23 +00:00
vsllink.c SimonQian <simonqian@simonqian.com> patch for error compiling vsllink if --enable-verbose-jtag-io is set 2009-04-27 13:00:29 +00:00
zy1000.c zy1000 1.51 2009-04-30 10:08:11 +00:00