openocd/src/target
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
..
board Uwe Hermann <uwe@hermann-uwe.de>: Support both rev -A1 and -A2 of Hitex STR9-comStick. 2009-04-30 23:19:46 +00:00
ecos - reverted some of the changes that possibly broke arm926ejs. Waiting 2008-04-04 13:47:38 +00:00
interface Uwe Hermann <uwe@hermann-uwe.de>: Make ICEbear look like other targets 2009-04-30 21:04:34 +00:00
target Uwe Hermann <uwe@hermann-uwe.de>: Support both rev -A1 and -A2 of Hitex STR9-comStick. 2009-04-30 23:19:46 +00:00
test - add missing svn props from previous commit 2009-03-02 12:51:42 +00:00
xscale - added svn props 2008-02-28 10:07:54 +00:00
algorithm.c - added patch for new flash functionality like: 2007-12-18 21:20:28 +00:00
algorithm.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
arm_adi_v5.c More error logging for DAP errors 2009-04-29 18:17:51 +00:00
arm_adi_v5.h Added dap baseaddr and dap apid commands 2009-04-27 16:08:25 +00:00
arm_disassembler.c Hiroshi Ito <ito@mlb.co.jp> disassemble Arm926ejs clz instruction 2009-03-24 07:44:47 +00:00
arm_disassembler.h - added manpage for OpenOCD (thanks to Uwe Hermann) 2007-06-14 09:47:00 +00:00
arm_jtag.c The following patches was applied: 2009-04-18 10:08:13 +00:00
arm_jtag.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
arm_simulator.c Solve problem with single stepping. 2009-04-14 16:33:52 +00:00
arm_simulator.h - fixed endianness helper macros (thanks to obilix and wiml for finding and fixing this bug) 2007-06-28 10:32:58 +00:00
arm7_9_common.c Holger Freyther <zecke@selfish.org> Attempt to fix arm7_9 breakpoint handling 2009-04-20 10:52:08 +00:00
arm7_9_common.h Remove redundant declarations to allow building with -Wredundant-decls. 2009-04-29 01:43:01 +00:00
arm7tdmi.c Remove redundant declarations to allow building with -Wredundant-decls. 2009-04-29 01:43:01 +00:00
arm7tdmi.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
arm9tdmi.c Remove redundant declarations to allow building with -Wredundant-decls. 2009-04-29 01:43:01 +00:00
arm9tdmi.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
arm11_dbgtap.c comments and debug code 2009-04-29 11:37:33 +00:00
arm11.c fix checksum memory. By failing the fallback code will handle checksum calculation 2009-04-28 08:42:09 +00:00
arm11.h comments and debug code 2009-04-29 11:37:33 +00:00
arm720t.c The following patches was applied: 2009-04-18 10:08:13 +00:00
arm720t.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
arm920t.c The following patches was applied: 2009-04-18 10:08:13 +00:00
arm920t.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
arm926ejs.c Remove redundant declarations to allow building with -Wredundant-decls. 2009-04-29 01:43:01 +00:00
arm926ejs.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
arm966e.c The following patches was applied: 2009-04-18 10:08:13 +00:00
arm966e.h - added myself to copyright on files i remember adding large contributions for over the years 2008-09-20 10:50:53 +00:00
armv4_5_cache.c - Added support for native MinGW builds (thanks to Spencer Oliver and Michael Fischer) - you still need to install GiveIO (not part of OpenOCD) 2006-07-17 14:13:27 +00:00
armv4_5_cache.h - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 2006-08-31 12:41:49 +00:00
armv4_5_mmu.c Remove redundant declarations to allow building with -Wredundant-decls. 2009-04-29 01:43:01 +00:00
armv4_5_mmu.h - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 2006-08-31 12:41:49 +00:00
armv4_5.c Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
armv4_5.h Remove redundant declarations to allow building with -Wredundant-decls. 2009-04-29 01:43:01 +00:00
armv7m.c Added dap baseaddr and dap apid commands 2009-04-27 16:08:25 +00:00
armv7m.h Remove redundant declarations to allow building with -Wredundant-decls. 2009-04-29 01:43:01 +00:00
avrt.c SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and some bugs 2009-04-27 19:35:31 +00:00
avrt.h SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and some bugs 2009-04-27 19:35:31 +00:00
breakpoints.c Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
breakpoints.h Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
cortex_m3.c Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp. 2009-04-27 08:29:28 +00:00
cortex_m3.h Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp. 2009-04-27 08:29:28 +00:00
embeddedice.c Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
embeddedice.h Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
etb.c Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
etb.h Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
etm_dummy.c Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
etm_dummy.h Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
etm.c Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
etm.h Update Embedded ICE registers explicitly during target->type->examine() instead 2008-04-16 09:17:22 +00:00
feroceon.c Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
image.c Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
image.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
Makefile.am Update autotools scripts to require automake 1.6. The configure.in script 2009-05-02 22:35:02 +00:00
mips_ejtag.c Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
mips_ejtag.h John McCarthy <jgmcc@magma.ca> pic32mx flash wip 2009-01-02 23:58:16 +00:00
mips_m4k.c Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings 2009-02-18 07:39:20 +00:00
mips_m4k.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
mips32_dmaacc.c - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
mips32_dmaacc.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
mips32_pracc.c Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches 2009-04-21 11:35:58 +00:00
mips32_pracc.h Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches 2009-04-21 11:35:58 +00:00
mips32.c - fix mips issues with newer versions of gdb 2009-01-13 13:45:08 +00:00
mips32.h Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches 2009-04-21 11:35:58 +00:00
oocd_trace.c Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
oocd_trace.h Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
register.c - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
register.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
target_request.c Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
target_request.h - added myself to copyright on files i remember adding large contributions for over the years 2008-09-20 10:50:53 +00:00
target.c Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
target.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
trace.c Add static keywords to core target source file data and functions. 2009-04-30 09:49:38 +00:00
trace.h Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
xscale.c Zach Welch <zw@superlucidity.net> fix -Werror warnings 2009-04-19 20:51:16 +00:00
xscale.h jtag newtap change & huge manual update 2008-11-30 22:25:43 +00:00