From 64b1f8105264bdc4a38a618ff9c24050f7b537bf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 16 Jan 2002 22:53:30 +0000 Subject: 2002-01-09 Ralf Corsepius * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove ITRON_SUBDIRS. * configure.ac: Rework enable_unixlib handling. Add RTEMS_MULTILIBS to cpuopts.h. * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h. Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h. --- cpukit/include/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/include/Makefile.am') diff --git a/cpukit/include/Makefile.am b/cpukit/include/Makefile.am index e994ec0134..9b9073ffd1 100644 --- a/cpukit/include/Makefile.am +++ b/cpukit/include/Makefile.am @@ -10,14 +10,14 @@ $(PROJECT_INCLUDE)/%.h: %.h $(PROJECT_INCLUDE): @$(mkinstalldirs) $@ +$(PROJECT_INCLUDE)/rtems: + @$(mkinstalldirs) $@ + PREINSTALL_FILES = $(PROJECT_INCLUDE) \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) include_rtemsdir = $(includedir)/rtems -include_rtems_HEADERS = rtems/bspIo.h rtems/libio_.h - -$(PROJECT_INCLUDE)/rtems: - @$(mkinstalldirs) $@ +include_rtems_HEADERS = rtems/bspIo.h rtems/userenv.h rtems/fs.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%) -- cgit v1.2.3