source: rtems/tools/build/Makefile.am @ 25e14e31

4.115
Last change on this file since 25e14e31 was 9ab1558f, checked in by Sebastian Huber <sebastian.huber@…>, on 12/02/14 at 11:42:23

tools: Provide strnlen() if missing

  • Property mode set to 100644
File size: 539 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../aclocal
2
3bin_PROGRAMS = cklength eolstrip packhex unhex rtems-bin2c
4
5noinst_PROGRAMS = binpatch
6
7cklength_SOURCES = cklength.c
8eolstrip_SOURCES = eolstrip.c compat.c
9packhex_SOURCES = packhex.c
10unhex_SOURCES = unhex.c compat.c
11binpatch_SOURCES = binpatch.c
12rtems_bin2c_SOURCES = rtems-bin2c.c
13
14bin_SCRIPTS = install-if-change
15
16noinst_SCRIPTS = multigen cvsignore-add.sh
17EXTRA_DIST = multigen cvsignore-add.sh
18
19noinst_SCRIPTS += doxy-filter
20EXTRA_DIST += doxy-filter
21
22include $(top_srcdir)/../../automake/host.am
Note: See TracBrowser for help on using the repository browser.