source: rtems/c/src/lib/libbsp/Makefile.am.new @ e1d8abb

4.104.114.84.95
Last change on this file since e1d8abb was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

  • Property mode set to 100644
File size: 909 bytes
Line 
1#
2#  $Id$
3#
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8TMPINSTALL_FILES = \
9$(PROJECT_ROOT)/@RTEMS_BSP@/lib \
10$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
11
12$(PROJECT_ROOT)/@RTEMS_BSP@/lib:
13        @$(mkinstalldirs) $@
14$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: $(srcdir)/@RTEMS_BSP_SPECS@
15        $(INSTALL_DATA) $< $@
16
17# shmdr is a portable shared memory MPCI layer
18# We only build it if HAS_MP was defined
19if HAS_MP
20MP_DRIVERS = shmdr
21endif
22
23# If we are building a "real" BSP, then we need to descend into the
24# appropriate CPU specific directory.  The bare BSP is a special
25# case which can be built for any CPU and it resides at the same
26# level as the CPUs.  If we are building the bare BSP, then descend
27# into that directory.
28
29SUBDIRS = $(MP_DRIVERS) @RTEMS_LIBBSP_CPU_SUBDIR@
30
31include $(top_srcdir)/../../../../automake/subdirs.am
32include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.