Charles Hardin ckhardin at gmail.com bin2char does not need to be installed as part of openocd

git-svn-id: svn://svn.berlios.de/openocd/trunk@816 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
oharboe 2008-07-17 06:21:29 +00:00
parent 3287b8661d
commit a5914d0152
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,4 @@
bin_PROGRAMS = bin2char openocd
bin2char_SOURCES = bin2char.c
bin_PROGRAMS = openocd
if ECOSBOARD
MAINFILE = ecosboard.c
@ -96,6 +94,10 @@ nobase_dist_pkglib_DATA = \
tcl/mmr_helpers.tcl \
tcl/readable.tcl
noinst_PROGRAMS = bin2char
bin2char_SOURCES = bin2char.c
# Convert .tcl to cfile
startup_tcl.c: bin2char startup.tcl
./bin2char startup_tcl < $(srcdir)/startup.tcl > startup_tcl.c