summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/tools/unix/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/tools/unix/Makefile.am')
-rw-r--r--c/src/exec/score/tools/unix/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/c/src/exec/score/tools/unix/Makefile.am b/c/src/exec/score/tools/unix/Makefile.am
deleted file mode 100644
index 65147c0a2b..0000000000
--- a/c/src/exec/score/tools/unix/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# $Id$
-#
-
-AUTOMAKE_OPTIONS = foreign
-ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
-
-noinst_PROGRAMS=gensize
-
-gensize_SOURCES=gensize.c
-
-# We use files that have not been installed yet.
-CPU_DIR=$(srcdir)/../../cpu/$(RTEMS_CPU)
-
-INCLUDES = \
--I$(PROJECT_ROOT)/${RTEMS_BSP}/include \
--I$(CPU_DIR)
-
-# HACK: install into the build-tree
-preinstall: install-exec-local
-
-install-exec-local: gensize
- $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/bin
- $(INSTALL_PROGRAM) gensize $(PROJECT_ROOT)/${RTEMS_BSP}/bin
-
-include $(top_srcdir)/../../../../../../automake/local.am