source: rtems/c/src/exec/score/tools/unix/Makefile.am @ 0bf2ff8

4.104.114.84.95
Last change on this file since 0bf2ff8 was 244ecd9, checked in by Joel Sherrill <joel.sherrill@…>, on 03/24/99 at 23:14:36

These files were not added as part of a recent patch from
Ralf Corsepius <corsepiu@…>.

  • Property mode set to 100644
File size: 566 bytes
Line 
1#
2#  $Id$
3#
4
5AUTOMAKE_OPTIONS = foreign
6ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
7
8noinst_PROGRAMS=gensize
9
10gensize_SOURCES=gensize.c
11
12# We use files that have not been installed yet.
13CPU_DIR=$(srcdir)/../../cpu/$(RTEMS_CPU)
14
15INCLUDES = \
16-I$(PROJECT_ROOT)/${RTEMS_BSP}/include \
17-I$(CPU_DIR)
18
19# HACK: install into the build-tree
20preinstall: install-exec-local
21
22install-exec-local: gensize
23        $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/bin
24        $(INSTALL_PROGRAM) gensize $(PROJECT_ROOT)/${RTEMS_BSP}/bin
25
26include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.