source: rtems/c/src/lib/libbsp/i386/pc386/tools/Makefile.am @ 7c67be4

4.104.114.84.95
Last change on this file since 7c67be4 was 4f52e99, checked in by Joel Sherrill <joel.sherrill@…>, on 11/13/01 at 23:18:50

2001-11-13 Joel Sherrill <joel@…>

  • Makefile.am: Made to compile again.
  • Property mode set to 100644
File size: 555 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
7
8EXTRA_DIST = Spec.doc
9
10noinst_PROGRAMS = bin2boot
11
12bin2boot_SOURCES = bin2boot.c
13
14@PROJECT_RELEASE@/build-tools:
15        $(mkinstalldirs) $@
16
17@PROJECT_RELEASE@/build-tools/bin2boot$(EXEEXT): bin2boot$(EXEEXT)
18        $(INSTALL_PROGRAM) $< $@
19
20TMPINSTALL_FILES = @PROJECT_RELEASE@/build-tools \
21    @PROJECT_RELEASE@/build-tools/bin2boot$(EXEEXT)
22
23## HACK: install into build-tree
24all-local: $(TMPINSTALL_FILES)
25
26include $(top_srcdir)/../../../../../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.