source: rtems/c/src/lib/libbsp/i386/pc386/tools/Makefile.am @ 4f52e99

4.104.114.84.95
Last change on this file since 4f52e99 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
RevLine 
[811804fe]1##
2## $Id$
3##
[244ecd9]4
[6693a68]5AUTOMAKE_OPTIONS = foreign 1.4
[feead226]6ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
[244ecd9]7
8EXTRA_DIST = Spec.doc
9
[df49c60]10noinst_PROGRAMS = bin2boot
[244ecd9]11
12bin2boot_SOURCES = bin2boot.c
13
[2fabda6]14@PROJECT_RELEASE@/build-tools:
[29e68b75]15        $(mkinstalldirs) $@
[244ecd9]16
[2fabda6]17@PROJECT_RELEASE@/build-tools/bin2boot$(EXEEXT): bin2boot$(EXEEXT)
[29e68b75]18        $(INSTALL_PROGRAM) $< $@
19
[4f52e99]20TMPINSTALL_FILES = @PROJECT_RELEASE@/build-tools \
[df49c60]21    @PROJECT_RELEASE@/build-tools/bin2boot$(EXEEXT)
[6b7cf9f]22
[811804fe]23## HACK: install into build-tree
[4f52e99]24all-local: $(TMPINSTALL_FILES)
[244ecd9]25
[df49c60]26include $(top_srcdir)/../../../../../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.