2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* bsp.am: Reworked.
This commit is contained in:
Ralf Corsepius
2003-09-29 09:50:29 +00:00
parent 45d13d563c
commit 87576f7331
2 changed files with 21 additions and 3 deletions

View File

@@ -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/.

View File

@@ -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