summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 20:52:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 20:52:51 +0000
commitf85a3c56ed9d6036d558bb004d000248bc3e110f (patch)
tree3dd741859e9b6cd295119360acc0d5f6bc11b0d0 /c/src
parent2001-05-14 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-f85a3c56ed9d6036d558bb004d000248bc3e110f.tar.bz2
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
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/libcsupport/Makefile.am9
-rw-r--r--c/src/lib/Makefile.am9
2 files changed, 10 insertions, 8 deletions
diff --git a/c/src/exec/libcsupport/Makefile.am b/c/src/exec/libcsupport/Makefile.am
index 93e28ebdee..fd44699989 100644
--- a/c/src/exec/libcsupport/Makefile.am
+++ b/c/src/exec/libcsupport/Makefile.am
@@ -56,19 +56,20 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
include_sysdir = $(includedir)/sys
-if !HAS_NETWORKING
-NETWORKING_H_FILES = include/sys/ioctl.h
-endif
if NEWLIB
NEWLIB_H_FILES = include/sys/termios.h include/sys/cdefs.h include/sys/utsname.h
endif
include_sys_HEADERS = \
+include/sys/filio.h \
include/sys/ioccom.h \
+include/sys/ioctl.h \
+include/sys/sockio.h \
+include/sys/termios.h \
include/sys/ttycom.h \
include/sys/utime.h \
-$(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
+$(NEWLIB_H_FILES)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
$(include_sys_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
diff --git a/c/src/lib/Makefile.am b/c/src/lib/Makefile.am
index 93e28ebdee..fd44699989 100644
--- a/c/src/lib/Makefile.am
+++ b/c/src/lib/Makefile.am
@@ -56,19 +56,20 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
include_sysdir = $(includedir)/sys
-if !HAS_NETWORKING
-NETWORKING_H_FILES = include/sys/ioctl.h
-endif
if NEWLIB
NEWLIB_H_FILES = include/sys/termios.h include/sys/cdefs.h include/sys/utsname.h
endif
include_sys_HEADERS = \
+include/sys/filio.h \
include/sys/ioccom.h \
+include/sys/ioctl.h \
+include/sys/sockio.h \
+include/sys/termios.h \
include/sys/ttycom.h \
include/sys/utime.h \
-$(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
+$(NEWLIB_H_FILES)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
$(include_sys_HEADERS:include/%=$(PROJECT_INCLUDE)/%)