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

4.104.114.84.95
Last change on this file since fe8bc62f was fe8bc62f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:47:09

2003-08-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect having moved aclocal/.
  • Property mode set to 100644
File size: 367 bytes
Line 
1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../../aclocal
6
7sload_SOURCES = sload.c
8
9if SLOAD_BUILDABLE
10noinst_PROGRAMS = sload
11
12## HACK: install to build-tree
13install-exec-local: $(PROGRAMS)
14        $(mkinstalldirs) $(PROJECT_ROOT)/@RTEMS_BSP@/bin
15        $(INSTALL_PROGRAM) $(PROGRAMS) $(PROJECT_ROOT)/@RTEMS_BSP@/bin
16endif
17include $(top_srcdir)/../../../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.