source: rtems/c/src/lib/libbsp/m68k/mvme162/tools/Makefile.am @ 332a298

4.104.114.84.95
Last change on this file since 332a298 was 332a298, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/03 at 12:32:50

2003-12-10 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 368 bytes
RevLine 
[811804fe]1##
2##  $Id$
3##
[244ecd9]4
[fe8bc62f]5ACLOCAL_AMFLAGS = -I ../../../../../aclocal
[244ecd9]6
7sload_SOURCES = sload.c
8
[0134f4f]9if SLOAD_BUILDABLE
10noinst_PROGRAMS = sload
11
[811804fe]12## HACK: install to build-tree
[244ecd9]13install-exec-local: $(PROGRAMS)
[2568abf3]14        $(mkinstalldirs) $(PROJECT_ROOT)/@RTEMS_BSP@/bin
15        $(INSTALL_PROGRAM) $(PROGRAMS) $(PROJECT_ROOT)/@RTEMS_BSP@/bin
[0134f4f]16endif
[203cb9a]17
[332a298]18include $(top_srcdir)/../../../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.