forked from Imagelibrary/rtems
* lock-directory.in, unlock-directory.in: Removed. * Makefile.am, README, .cvsignore: Updated to reflect above.
22 lines
388 B
Makefile
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
|