source: rtems/tools/build/Makefile.am @ 907ef1f6

4.104.114.84.95
Last change on this file since 907ef1f6 was 907ef1f6, checked in by Joel Sherrill <joel.sherrill@…>, on 05/01/02 at 23:14:32

2002-05-01 Joel Sherrill <joel@…>

  • lock-directory.in, unlock-directory.in: Removed.
  • Makefile.am, README, .cvsignore: Updated to reflect above.
  • Property mode set to 100644
File size: 388 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../aclocal
6
7bin_PROGRAMS = cklength eolstrip packhex unhex
8
9noinst_PROGRAMS = binpatch
10
11cklength_SOURCES = cklength.c
12eolstrip_SOURCES = eolstrip.c
13packhex_SOURCES = packhex.c
14unhex_SOURCES = unhex.c
15binpatch_SOURCES = binpatch.c
16
17bin_SCRIPTS = install-if-change
18
19noinst_SCRIPTS = search-id.sh multigen
20
21include $(top_srcdir)/../../automake/host.am
Note: See TracBrowser for help on using the repository browser.