source: rtems/c/src/exec/score/tools/hppa1.1/Makefile.am @ 244ecd9

4.104.114.84.95
Last change on this file since 244ecd9 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: 552 bytes
Line 
1#
2#  $Id$
3#
4
5AUTOMAKE_OPTIONS = foreign
6ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
7
8noinst_PROGRAMS=genoffsets
9
10genoffsets_SOURCES = \
11genoffsets.c
12
13# We use files that have not been installed yet.
14
15CPU_DIR=../../cpu/$(RTEMS_CPU)
16
17INCLUDES = \
18-I$(PROJECT_INCLUDE) \
19-I$(CPU_DIR)
20
21# HACK: install to build-tree
22preinstall: install-exec-local
23
24install-exec-local: genoffsets
25        $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/bin
26        $(INSTALL_PROGRAM) genoffsets ${PROJECT_ROOT}/${RTEMS_BSP}/bin
27
28include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.