From 2aab7ae97fb7c2e14f02dc566cb7eeb0500e7f57 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 9 Dec 2002 05:22:15 +0000 Subject: 2002-12-09 Ralf Corsepius * include/Makefile.am: Remove. * inline/Makefile.am: Remove. * macros/Makefile.am: Remove. * src/Makefile.am: Remove. * Makefile.am: Merge-in removed Makefile.ams. * configure.ac: Reflect changes above. --- cpukit/posix/macros/Makefile.am | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 cpukit/posix/macros/Makefile.am (limited to 'cpukit/posix/macros') diff --git a/cpukit/posix/macros/Makefile.am b/cpukit/posix/macros/Makefile.am deleted file mode 100644 index dbf40773f8..0000000000 --- a/cpukit/posix/macros/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -## -## $Id$ -## - - -include_rtems_posixdir = $(includedir)/rtems/posix - -$(PROJECT_INCLUDE)/rtems/posix: - @$(mkinstalldirs) $@ -$(PROJECT_INCLUDE)/%: % - $(INSTALL_DATA) $< $@ - -if MACROS -noinst_HEADERS = rtems/posix/intr.inl -include_rtems_posix_HEADERS = rtems/posix/cond.inl rtems/posix/key.inl \ - rtems/posix/mqueue.inl rtems/posix/mutex.inl \ - rtems/posix/pthread.inl rtems/posix/priority.inl \ - rtems/posix/semaphore.inl rtems/posix/timer.inl - -PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/posix \ - $(include_rtems_posix_HEADERS:%=$(PROJECT_INCLUDE)/%) -endif - -all-local: $(PREINSTALL_FILES) - -include $(top_srcdir)/../automake/local.am -- cgit v1.2.3