source: rtems/c/src/lib/libbsp/bare/Makefile.am @ 9ba1f0a

4.104.114.84.95
Last change on this file since 9ba1f0a was 9ba1f0a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/21/99 at 15:04:48

Patch rtems-rc-19991203-9.diff from Ralf Corsepius <corsepiu@…>
which ontains all what was left over from the other patches (Primarily
minor configuration cleanups).

To apply:

patch -p1 < rtems-rc-19991203-9.diff
./bootstrap

  • Property mode set to 100644
File size: 413 bytes
RevLine 
[ad0c286]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8include $(top_srcdir)/../bsp.am
9
10SUBDIRS = . include
11
12$(PROJECT_RELEASE)/bsp_specs: bsp_specs
13        $(INSTALL_DATA) $< $@
14
15all-local : $(PREINSTALL_FILES)
16
17EXTRA_DIST = \
18build-tools bsp_specs do-bare-bsp-build
19
20include $(top_srcdir)/../../../../../automake/subdirs.am
21include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.