From e5dafccb098bb405c37ae134639885a53ae89d8e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 23 Jul 1999 19:59:26 +0000 Subject: Tools moved to top-level directory per patch from Ralf Corsepius . --- c/src/exec/score/tools/unix/Makefile.am | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 c/src/exec/score/tools/unix/Makefile.am (limited to 'c/src/exec/score/tools/unix/Makefile.am') 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 -- cgit v1.2.3