forked from Imagelibrary/rtems
This program has no license information and is unused in the RTEMS build. Users of HEX files should consider to use ELF instead. Remove it. Close #3378.
14 lines
242 B
Makefile
14 lines
242 B
Makefile
ACLOCAL_AMFLAGS = -I ../../aclocal
|
|
|
|
bin_PROGRAMS = packhex
|
|
|
|
packhex_SOURCES = packhex.c
|
|
|
|
bin_SCRIPTS = install-if-change
|
|
|
|
noinst_SCRIPTS = multigen cvsignore-add.sh
|
|
|
|
noinst_SCRIPTS += doxy-filter
|
|
|
|
include $(top_srcdir)/../../automake/host.am
|