forked from Imagelibrary/rtems
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/zilog/Makefile.am, include/Makefile.am, include/motorola/Makefile.am, include/sys/Makefile.am include/rtems/Makefile.am: Apply include_*HEADERS instead of H_FILES.
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
|
||||
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/zilog/Makefile.am, include/Makefile.am,
|
||||
include/motorola/Makefile.am, include/sys/Makefile.am
|
||||
include/rtems/Makefile.am: Apply include_*HEADERS instead of
|
||||
H_FILES.
|
||||
|
||||
2001-01-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libc/chroot.c: Fixed naming problems. Names were changed
|
||||
|
||||
@@ -4,13 +4,11 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
H_FILES = bspIo.h chain.h console.h clockdrv.h iosupp.h ringbuf.h spurious.h \
|
||||
include_HEADERS = bspIo.h chain.h console.h clockdrv.h iosupp.h ringbuf.h spurious.h \
|
||||
timerdrv.h vmeintr.h
|
||||
|
||||
noinst_HEADERS = $(H_FILES)
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
|
||||
$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||
|
||||
$(PROJECT_INCLUDE):
|
||||
@$(mkinstalldirs) $@
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
H_FILES = mc68230.h mc68681.h
|
||||
include_motoroladir = $(includedir)/motorola
|
||||
|
||||
noinst_HEADERS = $(H_FILES)
|
||||
include_motorola_HEADERS = mc68230.h mc68681.h
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/motorola \
|
||||
$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/motorola/%)
|
||||
$(include_motorola_HEADERS:%=$(PROJECT_INCLUDE)/motorola/%)
|
||||
|
||||
$(PROJECT_INCLUDE)/motorola:
|
||||
@$(mkinstalldirs) $@
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
H_FILES = assoc.h error.h libcsupport.h libio.h libio_.h termiostypes.h
|
||||
include_rtemsdir = $(includedir)/rtems
|
||||
|
||||
noinst_HEADERS = $(H_FILES)
|
||||
include_rtems_HEADERS = assoc.h error.h libcsupport.h libio.h libio_.h termiostypes.h
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
|
||||
$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
|
||||
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
|
||||
|
||||
$(PROJECT_INCLUDE)/rtems:
|
||||
@$(mkinstalldirs) $@
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
include_sysdir = $(includedir)/sys
|
||||
|
||||
if HAS_NETWORKING
|
||||
else
|
||||
NETWORKING_H_FILES += ioctl.h
|
||||
@@ -13,12 +15,13 @@ if NEWLIB
|
||||
NEWLIB_H_FILES += termios.h cdefs.h
|
||||
endif
|
||||
|
||||
H_FILES = ioccom.h ttycom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
|
||||
include_sys_HEADERS = ioccom.h ttycom.h utime.h \
|
||||
$(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
|
||||
|
||||
noinst_HEADERS = utime.h termios.h ioctl.h ioccom.h
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
|
||||
$(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)
|
||||
$(include_sys_HEADERS:%=$(PROJECT_INCLUDE)/sys/%)
|
||||
|
||||
$(PROJECT_INCLUDE)/sys:
|
||||
@$(mkinstalldirs) $@
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
H_FILES = z8036.h z8530.h z8536.h
|
||||
include_zilogdir = ${includedir}/zilog
|
||||
|
||||
noinst_HEADERS = $(H_FILES)
|
||||
include_zilog_HEADERS = z8036.h z8530.h z8536.h
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog \
|
||||
$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/zilog/%)
|
||||
$(include_zilog_HEADERS:%=$(PROJECT_INCLUDE)/zilog/%)
|
||||
|
||||
$(PROJECT_INCLUDE)/zilog:
|
||||
@$(mkinstalldirs) $@
|
||||
|
||||
Reference in New Issue
Block a user