mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 04:29:34 +08:00
These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
23 lines
521 B
Makefile
23 lines
521 B
Makefile
ACLOCAL_AMFLAGS = -I ../../aclocal
|
|
|
|
bin_PROGRAMS = cklength eolstrip packhex unhex rtems-bin2c
|
|
|
|
noinst_PROGRAMS = binpatch
|
|
|
|
cklength_SOURCES = cklength.c
|
|
eolstrip_SOURCES = eolstrip.c
|
|
packhex_SOURCES = packhex.c
|
|
unhex_SOURCES = unhex.c
|
|
binpatch_SOURCES = binpatch.c
|
|
rtems_bin2c_SOURCES = rtems-bin2c.c
|
|
|
|
bin_SCRIPTS = install-if-change
|
|
|
|
noinst_SCRIPTS = multigen cvsignore-add.sh
|
|
EXTRA_DIST = multigen cvsignore-add.sh
|
|
|
|
noinst_SCRIPTS += doxy-filter
|
|
EXTRA_DIST += doxy-filter
|
|
|
|
include $(top_srcdir)/../../automake/host.am
|