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:
Joel Sherrill
2001-02-05 18:25:50 +00:00
parent d3795e3ea4
commit f3d7592e22
6 changed files with 23 additions and 15 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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