mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/zilog/Makefile.am: Use 'PREINSTALL_FILES ='. * include/motorola/Makefile.am: Use 'PREINSTALL_FILES ='. * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='. * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. * include/Makefile.am: Use 'PREINSTALL_FILES ='.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/zilog/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* include/motorola/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/sys/Makefile.am: Use = instead of += to setup
|
||||
|
||||
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = foreign 1.4
|
||||
include_HEADERS = bspIo.h chain.h console.h clockdrv.h iosupp.h ringbuf.h rtc.h \
|
||||
spurious.h timerdrv.h vmeintr.h
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
|
||||
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
|
||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||
|
||||
$(PROJECT_INCLUDE):
|
||||
|
||||
@@ -8,7 +8,7 @@ include_motoroladir = $(includedir)/motorola
|
||||
|
||||
include_motorola_HEADERS = mc68230.h mc68681.h
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/motorola \
|
||||
PREINSTALL_FILES = $(PROJECT_INCLUDE)/motorola \
|
||||
$(include_motorola_HEADERS:%=$(PROJECT_INCLUDE)/motorola/%)
|
||||
|
||||
$(PROJECT_INCLUDE)/motorola:
|
||||
|
||||
@@ -8,7 +8,7 @@ include_rtemsdir = $(includedir)/rtems
|
||||
|
||||
include_rtems_HEADERS = assoc.h error.h libcsupport.h libio.h libio_.h termiostypes.h
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
|
||||
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
|
||||
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
|
||||
|
||||
$(PROJECT_INCLUDE)/rtems:
|
||||
|
||||
@@ -20,7 +20,7 @@ include_sys_HEADERS = ioccom.h ttycom.h utime.h \
|
||||
|
||||
noinst_HEADERS = utime.h termios.h ioctl.h ioccom.h
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
|
||||
PREINSTALL_FILES = $(PROJECT_INCLUDE)/sys \
|
||||
$(include_sys_HEADERS:%=$(PROJECT_INCLUDE)/sys/%)
|
||||
|
||||
$(PROJECT_INCLUDE)/sys:
|
||||
|
||||
@@ -8,7 +8,7 @@ include_zilogdir = ${includedir}/zilog
|
||||
|
||||
include_zilog_HEADERS = z8036.h z8530.h z8536.h
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog \
|
||||
PREINSTALL_FILES = $(PROJECT_INCLUDE)/zilog \
|
||||
$(include_zilog_HEADERS:%=$(PROJECT_INCLUDE)/zilog/%)
|
||||
|
||||
$(PROJECT_INCLUDE)/zilog:
|
||||
|
||||
Reference in New Issue
Block a user