From 244ecd9fb87dec2aeed6fb97d37dd8a43f9be4cc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 Mar 1999 23:14:36 +0000 Subject: These files were not added as part of a recent patch from Ralf Corsepius . --- tools/cpu/unix/Makefile.am | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tools/cpu/unix/Makefile.am (limited to 'tools/cpu/unix/Makefile.am') diff --git a/tools/cpu/unix/Makefile.am b/tools/cpu/unix/Makefile.am new file mode 100644 index 0000000000..65147c0a2b --- /dev/null +++ b/tools/cpu/unix/Makefile.am @@ -0,0 +1,26 @@ +# +# $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