URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [tools/] [build/] [Makefile.am] - Rev 1782
Compare with Previous | Blame | View Log
##
## Makefile.am,v 1.15 2002/05/01 23:14:32 joel Exp
##
ACLOCAL_AMFLAGS = -I ../../aclocal
bin_PROGRAMS = cklength eolstrip packhex unhex
noinst_PROGRAMS = binpatch
cklength_SOURCES = cklength.c
eolstrip_SOURCES = eolstrip.c
packhex_SOURCES = packhex.c
unhex_SOURCES = unhex.c
binpatch_SOURCES = binpatch.c
bin_SCRIPTS = install-if-change
noinst_SCRIPTS = search-id.sh multigen
include $(top_srcdir)/../../automake/host.am