forked from Imagelibrary/rtems
2002-05-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Remove. * include/sys/utsname.h: Added, removed times (now in newlib). * Makefile.am: Merge include/Makefile.am * libc/utsname.c: Relocated from posix/src. * libc/Makefile.am: Reflect changes above. * configure.ac: Remove include/Makefile
This commit is contained in:
@@ -56,19 +56,20 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
|
|||||||
|
|
||||||
include_sysdir = $(includedir)/sys
|
include_sysdir = $(includedir)/sys
|
||||||
|
|
||||||
if !HAS_NETWORKING
|
|
||||||
NETWORKING_H_FILES = include/sys/ioctl.h
|
|
||||||
endif
|
|
||||||
|
|
||||||
if NEWLIB
|
if NEWLIB
|
||||||
NEWLIB_H_FILES = include/sys/termios.h include/sys/cdefs.h include/sys/utsname.h
|
NEWLIB_H_FILES = include/sys/termios.h include/sys/cdefs.h include/sys/utsname.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include_sys_HEADERS = \
|
include_sys_HEADERS = \
|
||||||
|
include/sys/filio.h \
|
||||||
include/sys/ioccom.h \
|
include/sys/ioccom.h \
|
||||||
|
include/sys/ioctl.h \
|
||||||
|
include/sys/sockio.h \
|
||||||
|
include/sys/termios.h \
|
||||||
include/sys/ttycom.h \
|
include/sys/ttycom.h \
|
||||||
include/sys/utime.h \
|
include/sys/utime.h \
|
||||||
$(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
|
$(NEWLIB_H_FILES)
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
|
||||||
$(include_sys_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
|
$(include_sys_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
|
||||||
|
|||||||
@@ -56,19 +56,20 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
|
|||||||
|
|
||||||
include_sysdir = $(includedir)/sys
|
include_sysdir = $(includedir)/sys
|
||||||
|
|
||||||
if !HAS_NETWORKING
|
|
||||||
NETWORKING_H_FILES = include/sys/ioctl.h
|
|
||||||
endif
|
|
||||||
|
|
||||||
if NEWLIB
|
if NEWLIB
|
||||||
NEWLIB_H_FILES = include/sys/termios.h include/sys/cdefs.h include/sys/utsname.h
|
NEWLIB_H_FILES = include/sys/termios.h include/sys/cdefs.h include/sys/utsname.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include_sys_HEADERS = \
|
include_sys_HEADERS = \
|
||||||
|
include/sys/filio.h \
|
||||||
include/sys/ioccom.h \
|
include/sys/ioccom.h \
|
||||||
|
include/sys/ioctl.h \
|
||||||
|
include/sys/sockio.h \
|
||||||
|
include/sys/termios.h \
|
||||||
include/sys/ttycom.h \
|
include/sys/ttycom.h \
|
||||||
include/sys/utime.h \
|
include/sys/utime.h \
|
||||||
$(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
|
$(NEWLIB_H_FILES)
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
|
||||||
$(include_sys_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
|
$(include_sys_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
|
||||||
|
|||||||
@@ -56,19 +56,20 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
|
|||||||
|
|
||||||
include_sysdir = $(includedir)/sys
|
include_sysdir = $(includedir)/sys
|
||||||
|
|
||||||
if !HAS_NETWORKING
|
|
||||||
NETWORKING_H_FILES = include/sys/ioctl.h
|
|
||||||
endif
|
|
||||||
|
|
||||||
if NEWLIB
|
if NEWLIB
|
||||||
NEWLIB_H_FILES = include/sys/termios.h include/sys/cdefs.h include/sys/utsname.h
|
NEWLIB_H_FILES = include/sys/termios.h include/sys/cdefs.h include/sys/utsname.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include_sys_HEADERS = \
|
include_sys_HEADERS = \
|
||||||
|
include/sys/filio.h \
|
||||||
include/sys/ioccom.h \
|
include/sys/ioccom.h \
|
||||||
|
include/sys/ioctl.h \
|
||||||
|
include/sys/sockio.h \
|
||||||
|
include/sys/termios.h \
|
||||||
include/sys/ttycom.h \
|
include/sys/ttycom.h \
|
||||||
include/sys/utime.h \
|
include/sys/utime.h \
|
||||||
$(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
|
$(NEWLIB_H_FILES)
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
|
||||||
$(include_sys_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
|
$(include_sys_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
|
||||||
|
|||||||
Reference in New Issue
Block a user