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

4.104.114.84.95
Last change on this file since 82a7f58 was 87576f7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 09:50:29

2003-09-29 Ralf Corsepius <corsepiu@…>

  • bsp.am: Reworked.
  • Property mode set to 100644
File size: 679 bytes
Line 
1##
2## $Id$
3##
4
5dist_bsplib_DATA = bsp_specs
6
7include_HEADERS  = include/bsp.h
8nodist_include_HEADERS = include/bspopts.h
9
10$(PROJECT_ROOT)/@RTEMS_BSP@/lib:
11        @$(mkinstalldirs) $@
12PREINSTALL_FILES = $(PROJECT_ROOT)/@RTEMS_BSP@/lib
13
14$(PROJECT_INCLUDE):
15        @$(mkinstalldirs) $@
16PREINSTALL_FILES += $(PROJECT_INCLUDE)
17
18$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: bsp_specs
19        $(INSTALL_DATA) $< $@
20PREINSTALL_FILES += $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
21
22$(PROJECT_INCLUDE)/bsp.h: include/bsp.h
23        $(INSTALL_DATA) $< $@
24PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp.h
25
26$(PROJECT_INCLUDE)/bspopts.h: include/bspopts.h
27        $(INSTALL_DATA) $< $@
28PREINSTALL_FILES += $(PROJECT_INCLUDE)/bspopts.h
Note: See TracBrowser for help on using the repository browser.