source: rtems/tools/build/Makefile.am @ 6f0df142

4.104.114.84.95
Last change on this file since 6f0df142 was 6f0df142, checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/02 at 13:36:13

2002-10-02 Chris Johns <cjohns@…>

  • cvsignore-add.sh: Script to append a specific file to all .cvsignore files if the files exists is a specific directory.
  • Property mode set to 100644
File size: 405 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 cvsignore-add.sh
20
21include $(top_srcdir)/../../automake/host.am
Note: See TracBrowser for help on using the repository browser.