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

4.104.114.84.95
Last change on this file since ad0c286 was ad0c286, checked in by Joel Sherrill <joel.sherrill@…>, on 12/13/99 at 16:02:57

Patch rtems-rc-19991203-3.diff from Ralf Corsepius <corsepiu@…>
which adds automake support to libbsp/bare.

  • Property mode set to 100644
File size: 465 bytes
Line 
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
15PREINSTALL_FILES += \
16$(PROJECT_RELEASE)/bsp_specs
17
18all-local : $(PREINSTALL_FILES)
19
20EXTRA_DIST = \
21build-tools bsp_specs do-bare-bsp-build
22
23include $(top_srcdir)/../../../../../automake/subdirs.am
24include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.