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

4.104.114.84.95
Last change on this file since be73072 was 203cb9a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 07:33:58

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

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • consolex/Makefile.am: Add preinstallation dirstamp support.
  • network/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • tod/Makefile.am: Cosmetics.
  • tools/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 368 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
18
Note: See TracBrowser for help on using the repository browser.