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

4.115
Last change on this file since 3a3ee55a was 3a3ee55a, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:51:44

Remove CVS-Ids.

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