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

4.104.114.84.95
Last change on this file since c53e9e2f was c53e9e2f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 13:02:47

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

Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 373 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.