source: rtems/c/src/lib/libbsp/bsp.am @ bfba54e

4.104.114.84.95
Last change on this file since bfba54e was fe75713a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/24/01 at 18:25:46

2001-09-22 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make automake-1.5 happy.
  • include/rtems/score/Makefile.am: Use CLEANFILES = to make automake-1.5 happy.
  • bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
  • Property mode set to 100644
File size: 360 bytes
Line 
1##
2## $Id$
3##
4
5$(PROJECT_ROOT)/@RTEMS_BSP@/lib:
6        @$(mkinstalldirs) $@
7
8$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: bsp_specs
9        $(INSTALL_DATA) $< $@
10
11## FIXME: Do not split this line into several lines
12## A bug in automake-1.4 will generate incorrect results otherwise
13PREINSTALL_FILES = $(PROJECT_ROOT)/@RTEMS_BSP@/lib $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
Note: See TracBrowser for help on using the repository browser.