Files
rtems/tools/build/Makefile.am
Joel Sherrill 907ef1f680 2002-05-01 Joel Sherrill <joel@OARcorp.com>
* lock-directory.in, unlock-directory.in: Removed.
	* Makefile.am, README, .cvsignore: Updated to reflect above.
2002-05-01 23:14:32 +00:00

22 lines
388 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
include $(top_srcdir)/../../automake/host.am