From 71e66df3ce4643964d4baffad6bb2426df9007b4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 24 Sep 2003 08:11:33 +0000 Subject: 2003-09-24 Ralf Corsepius * Makefile.am: Merge-in include/Makefile.am. * include/Makefile.am: Remove. * configure.ac: Reflect having removed include/Makefile.am and librpc/include/Makefile.am. --- cpukit/include/Makefile.am | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 cpukit/include/Makefile.am (limited to 'cpukit/include') diff --git a/cpukit/include/Makefile.am b/cpukit/include/Makefile.am deleted file mode 100644 index ddb913991a..0000000000 --- a/cpukit/include/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -## -## $Id$ -## - - -$(PROJECT_INCLUDE)/%.h: %.h - $(INSTALL_DATA) $< $@ - -$(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/userenv.h rtems/fs.h \ - rtems/stdint.h - -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ - $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%) - -all-local: $(PREINSTALL_FILES) - -include $(top_srcdir)/automake/local.am -- cgit v1.2.3