mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp.am: Reworked.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bsp.am: Reworked.
|
||||
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reflect having moved automake/.
|
||||
|
||||
@@ -2,13 +2,27 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
dist_bsplib_DATA = bsp_specs
|
||||
|
||||
include_HEADERS = include/bsp.h
|
||||
nodist_include_HEADERS = include/bspopts.h
|
||||
|
||||
$(PROJECT_ROOT)/@RTEMS_BSP@/lib:
|
||||
@$(mkinstalldirs) $@
|
||||
PREINSTALL_FILES = $(PROJECT_ROOT)/@RTEMS_BSP@/lib
|
||||
|
||||
$(PROJECT_INCLUDE):
|
||||
@$(mkinstalldirs) $@
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)
|
||||
|
||||
$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: bsp_specs
|
||||
$(INSTALL_DATA) $< $@
|
||||
PREINSTALL_FILES += $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
|
||||
|
||||
PREINSTALL_FILES = $(PROJECT_ROOT)/@RTEMS_BSP@/lib \
|
||||
$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
|
||||
$(PROJECT_INCLUDE)/bsp.h: include/bsp.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp.h
|
||||
|
||||
bsplib_DATA = bsp_specs
|
||||
$(PROJECT_INCLUDE)/bspopts.h: include/bspopts.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bspopts.h
|
||||
|
||||
Reference in New Issue
Block a user