summaryrefslogtreecommitdiffstats
path: root/c/src/exec/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/c/src/exec/Makefile.am b/c/src/exec/Makefile.am
deleted file mode 100644
index b6f3182430..0000000000
--- a/c/src/exec/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-##
-## $Id$
-##
-
-ACLOCAL_AMFLAGS = -I aclocal
-
-include $(top_srcdir)/automake/multilib.am
-
-SUBDIRS = . include score rtems sapi @subdirs@ wrapup
-
-noinst_DATA = preinstall-stamp
-
-preinstall-stamp:
- $(MAKE) $(AM_MAKEFLAGS) preinstall
- touch preinstall-stamp
-DISTCLEANFILES = preinstall-stamp
-
-AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \
- automake/multilib.am automake/subdirs.am
-EXTRA_DIST = $(AUTOMAKE_FILES)
-
-include $(top_srcdir)/automake/subdirs.am
-include $(top_srcdir)/automake/local.am