source: rtems/c/src/lib/libbsp/i386/pc386/tools/Makefile.am @ 8f3cdf10

4.104.114.84.95
Last change on this file since 8f3cdf10 was 8f3cdf10, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/26/02 at 05:26:31

2002-07-26 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add transform and bsptools_bindir hacks.
  • Property mode set to 100644
File size: 742 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
6
7EXTRA_DIST = Spec.doc
8
9# HACK: autoconf wants to transform the name, but RTEMS *.cfgs are not able
10# to deal with it.
11# FIXME: The installation directory is arguable
12transform =
13bsptools_bindir = ${exec_prefix}/@RTEMS_BSP@/build-tools
14bsptools_bin_PROGRAMS = bin2boot
15
16bin2boot_SOURCES = bin2boot.c
17
18@PROJECT_RELEASE@/build-tools:
19        $(mkinstalldirs) $@
20
21@PROJECT_RELEASE@/build-tools/bin2boot$(EXEEXT): bin2boot$(EXEEXT)
22        $(INSTALL_PROGRAM) $< $@
23
24TMPINSTALL_FILES = @PROJECT_RELEASE@/build-tools \
25    @PROJECT_RELEASE@/build-tools/bin2boot$(EXEEXT)
26
27## HACK: install into build-tree
28all-local: $(TMPINSTALL_FILES)
29
30include $(top_srcdir)/../../../../../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.