Files
rtems/tools/build/Makefile.am
Joel Sherrill 6f0df14228 2002-10-02 Chris Johns <cjohns@cybertec.com.au>
* cvsignore-add.sh: Script to append a specific file to all
	.cvsignore files if the files exists is a specific directory.
2002-10-04 13:36:13 +00:00

22 lines
405 B
Makefile

##
## $Id$
##
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 cvsignore-add.sh
include $(top_srcdir)/../../automake/host.am