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

4.104.114.84.95
Last change on this file since 0134f4f was 0134f4f, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/00 at 13:57:21

2000-10-27 Ralf Corsepius <corsepiu@…>

  • configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
  • Property mode set to 100644
File size: 396 bytes
Line 
1##
2##  $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
7
8sload_SOURCES = sload.c
9
10if SLOAD_BUILDABLE
11noinst_PROGRAMS = sload
12
13## HACK: install to build-tree
14install-exec-local: $(PROGRAMS)
15        $(mkinstalldirs) $(PROJECT_ROOT)/mvme162/bin
16        $(INSTALL_PROGRAM) $(PROGRAMS) $(PROJECT_ROOT)/mvme162/bin
17endif
18include $(top_srcdir)/../../../../../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.