summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/inline/rtems/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/sapi/inline/rtems/Makefile.am')
-rw-r--r--c/src/exec/sapi/inline/rtems/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/c/src/exec/sapi/inline/rtems/Makefile.am b/c/src/exec/sapi/inline/rtems/Makefile.am
deleted file mode 100644
index 36a30b5bc5..0000000000
--- a/c/src/exec/sapi/inline/rtems/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-##
-## $Id$
-##
-
-AUTOMAKE_OPTIONS = foreign 1.4
-include_rtemsdir = $(includedir)/rtems
-
-if INLINE
-include_rtems_HEADERS = extension.inl
-
-PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
- $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
-
-$(PROJECT_INCLUDE)/rtems:
- @$(mkinstalldirs) $@
-$(PROJECT_INCLUDE)/rtems/%.inl: %.inl
- $(INSTALL_DATA) $< $@
-endif
-
-all-local: $(PREINSTALL_FILES)
-
-include $(top_srcdir)/../../../automake/local.am